This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Oct 14, 2019
-
-
Bram Kragten authored
-
Ville Skyttä authored
* Make async_get_conditions return type hint more specific * Exclude script/scaffold/templates/ from pre-commit mypy
-
Michał Mrozek authored
-
Erik Montnemery authored
* Revert "Support async validation of device trigger (#27333)" This reverts commit fdf4f398. * Revert only ZHA changes * Fix whitespace * Restore ZHA changes but add check to make sure ZHA is loaded * Address review comment * Remove additional check
-
bouni authored
* moved imports to top level * changed import order * changed import order
-
Steven D. Lander authored
* Refactoring imports for tensorflow * Removing whitespace spaces on blank line 110 * Moving tensorflow to try/except block * Fixed black formatting * Refactoring try/except to if/else
-
javicalle authored
* Move imports in rfxtrx component * Apply isort on rfxtrx files * Update test_switch.py
-
ju authored
-
bouni authored
-
Otto Winter authored
Fixes https://github.com/esphome/issues/issues/426
-
bouni authored
-
Martin authored
-
Malte Franken authored
* move imports to top-level * modify patch path * removed unused mocks and patches
-
bouni authored
-
bouni authored
-
Michał Mrozek authored
-
Pascal Vizeli authored
-
Malte Franken authored
-
Steven D. Lander authored
-
Askarov Rishat authored
* yandex maps api changed ("threads" in "Transport" added), ya_ma=>0.3.8 bug_fixed * Update homeassistant/components/yandex_transport/sensor.py Co-Authored-By:
Paulus Schoutsen <paulus@home-assistant.io> * additional fix * reformat * fix mistake
-
Moritz Fey authored
-
Steven D. Lander authored
-
Michał Mrozek authored
-
jjlawren authored
-
HomeAssistant Azure authored
-
- Oct 13, 2019
-
-
Daniel Perna authored
-
Paulus Schoutsen authored
* Local Google * Fix test * Fix tests
-
Patrik authored
* Refactor Tradfri base class * Clarify doc * Fix pylint * Review fix * Move
-
Santobert authored
* Improve tests * Rename account to configflow * configflow to config_flow * Patch pybotvac instead of own code
-
Patrik authored
-
Michał Mrozek authored
-
Michał Mrozek authored
-
Moritz Fey authored
* add content for services.yaml for media_extractor component * remove example data * add empty line on end of file * Update services.yaml
-
Michał Mrozek authored
-
Fabian Affolter authored
-
Michał Mrozek authored
-
javicalle authored
* Move imports in rflink component * import order * import order * Update __init__.py * Update __init__.py I don't understand why tests are failing... * Fix RFLink imports * Fix monkeypatch for 'create_rflink_connection' * isort for rflink classes
-
starkillerOG authored
* MQTT json light: allow floating point transition Allow to use floating point values for the transition time of the MQTT json light. In this way transitions shorter than 1s can be used (0.5 seconds for instance) if the MQTT light supports it. * Always sent a float
-