This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Nov 05, 2019
-
-
Ville Skyttä authored
* Generate pre-commit test dependencies instead of duplicating * Upgrade/sync to flake8 3.7.9, flake8-docstrings 1.5.0, and pydocstyle 4.0.1 https://flake8.readthedocs.io/en/latest/release-notes/3.7.9.html https://gitlab.com/pycqa/flake8-docstrings/blob/1.4.0/HISTORY.rst https://gitlab.com/pycqa/flake8-docstrings/blob/1.5.0/HISTORY.rst http://www.pydocstyle.org/en/4.0.1/release_notes.html * Include requirements_test.txt from *_all.txt instead of copying
-
Santobert authored
* Improve scene.create service * Typo * Improve coverage * Add from_yaml attribute * from_service instead of from_yaml
-
Bouwe Westerdijk authored
* Plugwise update * Fix DEFAULT_NAME * Fix pylint errors * Remove showing of DHW-status * Remove `if not None` where possible * Forgot to remove dhw-related code * Updated w.r.t. comments from MartinHjelmare * Remove the illuminance attribute - move to sensor * Update homeassistant/components/plugwise/climate.py Co-Authored-By:
Martin Hjelmare <marhje52@kth.se> * Breaking lines * Remove thermostat_temperature * Try fix lint errors. * Remove spaces * Remove more spaces
-
HomeAssistant Azure authored
-
- Nov 04, 2019
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Marius Flage authored
Checking state before actually sending a new state change. Some projectors return ERR if you try to turn off a projector that's already off. (#28529)
-
Thom Troy authored
* update ephember library version * update requirements_all.txt for new pyephember version * update imports to top of module
-
shred86 authored
* Fix for occupancy sensor unique_id * Add check for sensor attributes before adding entity * Fixes temperature key issue * Clean up code with better use of keys * Code clean up
-
Bram Kragten authored
* Add config endpoint for scene * Add scenes to default config * Fix test and add context to websocket service call * Update scene.py * Add tests
-
kennedyshead authored
* Bumping version * Fix requirements * Fix requirements
-
Martin authored
* Add heating_type for ViCare * Add additional gas heating properties * Update requirements_all * Add hvac action * Remove measurements * Remove unused property
-
chriscla authored
* Fire an event when download completes * Rename event and use a set * Use a set comprehension * Renaming method
-
Ville Skyttä authored
* Support Huawei LTE SSDP discovery * Avoid KeyError on simultaneous user initiated flow Co-Authored-By:
Paulus Schoutsen <paulus@home-assistant.io> * Format code * Add already configured check * Initialize context in test flows * Move deviceType match to manifest * Update generated.ssdp * Add SSDP config flow test case * Remove stale debug print from tests
-
Charles Garwood authored
* Remove device from device registry on node removal * Make async_get_registry from entity registry more concise * Lower log level to debug
-
Jess authored
* New switch platform for geniushub * Update to new geniushub-client with support for on/off zones
-
Pascal Vizeli authored
* Initial commit for STT * Fix code review
-
SukramJ authored
* Enable transition time for HmIP-BSL - HomematicIP Cloud harden ACP fix hao device name * update test, initalize instance var
-
SukramJ authored
-
Paulus Schoutsen authored
* Remove legacy reproduce state * Fix imports
-
Luca Zimmermann authored
Added PWR2 as valid standby code
-
Oscar Tin Lai authored
Set auto mode should be exposed to all dyson fans (e.g. *Pure Cool Link* and *Pure Hot+Cool Link*) instead of only *Pure Cool*, as it is support in all of the models (i.e. similar to the set night mode).
-
Jonas Janz authored
* docs(ifttt): add information to services.yaml * docs(ifttt): start examples lowercase * docs(ifttt): start examples with capital letter * docs(ifttt): end description on period
-
Tobias Efinger authored
-
Florent Thoumie authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Fabian Affolter authored
* Move imports * Add unique_id
-
Tom Robinson authored
-
Fabian Affolter authored
-
SukramJ authored
* Add dump config service to HomematicIP Cloud * Mock builin.open * Fix test * reduce SGTIN if anonymize * apply review feedback
-
Fabian Affolter authored
-
Kevin McCormack authored
* Update Vivotek component Fix building stream URL * Update Vivotek component Make stream path optionally configurable. * Update Vivotek camera integration Use f-string to build stream source URL. This improve readability and I hear it runs faster.
-
HomeAssistant Azure authored
-
- Nov 03, 2019
-
-
Maciej Bieniek authored
-
Ville Skyttä authored
Will be removed in 3.9, ignored in earlier supported versions.
-
Ville Skyttä authored
It's no longer in .futures in Python 3.8.0.
-
escoand authored
-
Joakim Plate authored
HA will remove attribute when light is off, but google expect all trait data all the time.
-