This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jul 05, 2020
-
-
Franck Nijhof authored
-
Franck Nijhof authored
* GitHub Actions: Add yamllint problem matcher * Introduce YAML issue to test problem matcher * Revert "Introduce YAML issue to test problem matcher" This reverts commit fa88c9484efc8f979fe2e3aed2f964381e319a56.
-
Franck Nijhof authored
-
Franck Nijhof authored
* GitHub Actions: Add check executables problem matcher * Create a problem for testing * Revert "Create a problem for testing" This reverts commit 3532b3777f0100316b154d334b513fe4cd62ce25.
-
HomeAssistant Azure authored
-
Franck Nijhof authored
* GitHub Actions: Add pylint problem matcher * Create a pylint issue to test * Create another pylint issue to test * Register problem matcher in same step * Apply possible workaround * Disable problem matcher to catch raw output * Trying again with new CI containers * Extend problem matcher with errors and warnings * Improve matching, keep error code in message * Revert "Create another pylint issue to test" This reverts commit a90e23656eaddd4f1c2995572cc39a0d41022a5f. * Revert "Create a pylint issue to test" This reverts commit 9dd5148eb4ef74c3261144426d1b0b0f337cb3e5. * Fix stable name in job description
-
- Jul 04, 2020
-
-
Franck Nijhof authored
* GitHub Actions: Add json problem matcher * Create a problem for testing * Revert "Create a problem for testing" This reverts commit d7735e4af39a18cb8d080bfc01e483065bbd06b6.
-
Franck Nijhof authored
* GitHub Actions: Add codespell problem matcher * Add some spelling issues for test * Disable color, might throw off matcher * Revert "Add some spelling issues for test" This reverts commit 3afb59c8d9c4080621fc90d25d228fa308b80a4b.
-
Franck Nijhof authored
-
Shulyaka authored
* Add humidifier support to emulated_hue * add humidifier dependency * move dependency to after_dependency * move dependency to hassfest
-
Martin authored
-
Franck Nijhof authored
-
Erik Montnemery authored
* Publish birth and will messages by default * Remove useless copy
-
Erik Montnemery authored
* Support multiple MQTT availability topics * Make availability list and availability_topic exclusive * Make availability list and availability_topic exclusive * Add missing abbreviation
-
Erik Montnemery authored
* Support empty output of MQTT binary_sensor value_template * Strip white space * Add test * Add test
-
Tim van Cann authored
-
Erik Montnemery authored
-
Franck Nijhof authored
-
J. Nick Koston authored
-
starkillerOG authored
* Gateway subdevice support & AqaraHT + SensorHT devices * Gateway subdevice support & AqaraHT + SensorHT devices * Add starkillerOG to codeowners as proposed by @rytilahti in this issue: https://github.com/home-assistant/core/issues/36516 * add starkillerOG to xiaomi_miio * fix config flow tests * Update CODEOWNERS * Update manifest.json * prosess revieuw comments * fix missing import * use proper pressure unit hPa * subdevice --> sub_device Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * subdevice --> sub_device Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * use key acces instead of get Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * subdevice --> sub_device Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * subdevice --> sub_device Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * subdevice --> sub_device Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * subdevice --> sub_device * use dataclass instead of namedtuple * update to newest python-miio functions (not yet released) * Move device info to entitie * remove unused variable * improve default names * SensorHT does not support pressure * bump python-miio to 0.5.2 * bump python-miio to 0.5.2 * bump python-miio to 0.5.2 * Fix missing brackets Co-authored-by:
Teemu R. <tpr@iki.fi> Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> Co-authored-by:
Teemu R. <tpr@iki.fi>
-
Tom authored
-
Ville Skyttä authored
-
Chris Talkington authored
-
J. Nick Koston authored
-
J. Nick Koston authored
We never use the data for history. We should not select it as it created unneeded overhead.
-
HomeAssistant Azure authored
-
- Jul 03, 2020
-
-
Justin Berstler authored
Use the icon_for_battery_level helper to select a battery icon that indicates charge level and whether or not the battery is actively charging.
-
Nolan Gilley authored
-
RogerSelwyn authored
Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
smugleafdev authored
-
Chris Talkington authored
-
J. Nick Koston authored
_create_index needed the same check as _add_columns since the MySQLdb backend throws OperationalError instead of InternalError in this case
-
Teemu R authored
-
Chris Talkington authored
* mock setup in directv config flow tests * Update test_config_flow.py
-
Alan Tse authored
* Bump teslajsonpy to 0.9.1 closes #37340 * Bump teslajsonpy to 0.9.2
-
Bouwe Westerdijk authored
Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by:
Tom Scholten <tom@sue.nl> Co-authored-by:
Tom <CoMPaTech@users.noreply.github.com>
-
Eugene Prystupa authored
* add more unit tests for plum_lightpad * add more unit tests for plum_lightpad * add more unit tests for plum_lightpad * add more unit tests for plum_lightpad * Update tests/components/plum_lightpad/test_init.py apply suggested way to invoke async_setup_entry Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/plum_lightpad/test_init.py apply suggested way to invoke async_setup_entry Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/plum_lightpad/test_init.py apply suggested way to invoke async_setup_entry Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/plum_lightpad/test_init.py remove now unused import Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/plum_lightpad/test_init.py import Mock from tests.async_mock as suggested Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/plum_lightpad/test_init.py remove now unused import Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * Update tests/components/plum_lightpad/test_init.py Co-authored-by:
Chris Talkington <chris@talkingtontech.com> * fix unit tests that were failing after suggested changes Co-authored-by:
Chris Talkington <chris@talkingtontech.com>
-
J. Nick Koston authored
-
Franck Nijhof authored
-
Paulus Schoutsen authored
-