This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jul 05, 2020
-
-
Sean Mooney authored
The icon for Withings sleep sensor was using `mdi:bed` (which is correct for MDI v5.0.45 and later). However Home Assistant still uses an older version of Material Design Icons (4.9.95), so this `mdi:bed` icon was not displaying at all. It should be`mdi:hotel` instead, which you can see here: https://cdn.materialdesignicons.com/4.9.95/
-
Ville Skyttä authored
Otherwise fails with pip._vendor.pkg_resources.ContextualVersionConflict: (importlib-metadata 1.7.0 (.../.tox/lint/lib/python3.7/site-packages), Requirement.parse('importlib-metadata==1.6.0'), {'homeassistant'})
-
J. Nick Koston authored
-
Franck Nijhof authored
-
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
-