mvn23
6f8038992c
Bump pyotgw to 0.4b4, fix Opentherm Gateway name in manifest.json ( #23810 )
2019-05-11 16:15:35 +02:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen
cfe4cf30ad
Add manifests ( #22699 )
...
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00
mvn23
22d93a74a4
Don't use room setpoint override in climate.opentherm_gw ( #22656 )
...
* Dont use DATA_ROOM_SETPOINT_OVRD in climate.opentherm_gw as it is unreliable with some thermostats.
* Show new target temperature immediately until the backend notices a change
* Only update target temp on the gateway if the value differs from the current target_temperature.
2019-04-02 13:57:38 -07:00
mvn23
424543f34a
Update pyotgw to 0.4b3 ( #22496 )
2019-03-29 08:28:50 +01:00
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