This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jul 05, 2020
-
-
starkillerOG authored
* denonavr: add solution tip for connection_error see https://github.com/home-assistant/core/issues/37351#issuecomment-653356452 * Update en.json * Update strings.json
-
J. Nick Koston authored
* use hass.loop for homekit * update calls for upstream pr * Bump HAP-python to 2.9.2
-
Anton Tolchanov authored
* Add prometheus metric naming guidelines. * Update homeassistant/components/prometheus/README.md Co-authored-by:
Martin Weinelt <mweinelt@users.noreply.github.com> Co-authored-by:
Martin Weinelt <mweinelt@users.noreply.github.com>
-
J. Nick Koston authored
* Prebake common history queries The python overhead of to construct the queries exceeded the database overhead. We now prebake the queries that get frequently polled. This reduces the time it takes to update history_stats sensors and can make quite a difference if there are a lot of them. When using the mini-graph-card card, all the entities on the card being graphed are queried every few seconds for new states. Previously this would tie up the database if there are lot of these graphs in the UI. * Update homeassistant/components/history/__init__.py Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> * Update homeassistant/components/history/__init__.py Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> * cache entity_filter in the lambda * switch to yield * Revert "switch to yield" This reverts commit f8386f494002178729b67b54dd299affd406f2f2. * get_states always returns a list * query wasnt actually reusable so revert part of the breakout Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
michaeldavie authored
-
Jürgen Haas authored
* Add NetdataAlarms alarm sensor to additionally collect alarm information from the netdata host * Incorporate suggested changes by @MartinHjelmare * Change from pictures to icons * Simplify API callbacks following home-assistant-ecosystem/python-netdata/pull/5 and home-assistant-ecosystem/python-netdata/pull/6 * Bring back lost empty line * Update the library version in manifest.json * Update the library version in requirements_all.txt * Linting * Linting * Fix typo * Do not count cleared and undefined alarms as warnings * Do not count cleared, undefined and uninitialized alarms as warnings
-
Phil Bruckner authored
-
Franck Nijhof authored
-
David Nielsen authored
- Bumps bravia-tv lib to 1.0.6 which fixes is_connected() to actually return True only when API is connected, instead of just returning whether or not cookies are cached (regardless if they actually worked). - Wrap is_connected() because it now performs io. - Remove unnecessary logic to refresh cookies. Now that is_connected() works, the bravia instance only needs to be reconnected when is_connected is False and TV is not off.
-
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
-