Paulus Schoutsen
4b1de61110
Use relative imports inside integrations ( #22235 )
...
* Use relative imports inside integrations
* Lint
* Fix automation tests
* Fix scene imports
2019-03-20 22:56:46 -07:00
mvn23
d33cad0b24
Improve opentherm gw startup ( #22121 )
...
* Improve fix in c90f0d5
(#22106 ). Schedule connect coroutine directly on the loop rather than waiting for EVENT_HOMEASSISTANT_START.
* Remove unused import.
2019-03-16 23:51:50 +01:00
mvn23
4423572682
Fix TypeError in current_temperature if no temperature is known. ( #22112 )
...
Don't set opentherm_gw climate temperatures to 0 on init.
2019-03-16 16:34:31 +01:00
mvn23
c90f0d5bd6
Fix opentherm_gw blocks HA startup when gateway unreachable. ( #22106 )
2019-03-16 16:32:51 +01:00
mvn23
2b25c25ca8
Bump pyotgw to 0.4b2 ( #21973 )
2019-03-14 13:11:04 +01:00
Joakim Plate
c5de32e7b1
Climate const.py move ( #20945 )
...
* Move constants to const.py
* Import from const instead of climate
2019-02-14 20:34:43 +01:00
Fabian Affolter
161c368c9d
Update file header ( #21054 )
...
* Update file header
* Update __init__.py
2019-02-13 20:35:12 -08:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00
mvn23
635252ec8e
Bump pyotgw to 0.4b1 ( #19715 )
2019-01-02 07:54:23 -05:00
mvn23
dc9da79a1c
Revert "Bump pyotgw to 0.4b0 ( #19618 )" ( #19635 )
...
This reverts commit dae4543e54
.
There's a bug in the new version of the library that may cause 100% CPU usage, rendering Home Assistant unresponsive.
2018-12-29 16:38:55 +01:00
mvn23
dae4543e54
Bump pyotgw to 0.4b0 ( #19618 )
2018-12-28 10:12:10 -05:00
mvn23
e698fc2553
Bump pyotgw to 0.3b1 ( #18286 )
...
* Bump pyotgw to 0.3b1
* Update requirements_all.txt
2018-11-07 09:55:22 +01:00
mvn23
b12e79e5cf
Add opentherm_gw services ( #17762 )
...
* Move components/opentherm_gw.py to components/opentherm_gw/__init__.py
* Update requirements-all.txt
* Await set_clock coroutine rather than scheduling it.
* Create task for async_load_platform
2018-10-31 12:33:43 +01:00