David Bonnes
|
c1d441b0ac
|
Add incomfort sensor and binary_sensor (#23812)
* Initial commit - add sensors to incomfort
* improve temp heuristics
* remove self._hass
* device_state_attributes shoudln't be None
* bump client
* refactor to reduce duplication of attributes
* refactor binary_sensor to simplify
* refactor binary_sensor to simplify 2
* delint
* fix rebase regression
* small refactor
* delint
* remove DEVICE_CLASS for CV pressure
* tidy up exception handling
* delint
* fix exception handling
* use differnt icon for boiler temp
|
2019-06-19 09:03:18 -07:00 |
David Bonnes
|
616301f7ee
|
Fix incomfort issue #24478 & bump client (#24548)
* fix issue #24478 - missing climate entities
* bump client
|
2019-06-15 12:45:01 -07:00 |
David Bonnes
|
2a9fd9ae26
|
Add incomfort climate and bump client (#23830)
* Initial commit
* bump client for bugfix
* bump client for bugfix 2
* de-lint
|
2019-05-12 13:40:10 +02:00 |
David Bonnes
|
7181d639fd
|
Add Intergas InComfort Lan2RF gateway (#23736)
* fixed __init__.py
* add sensors
* switch to parent-child architecture
* make binary_sensor the parent
* revert parent - to water_heater
* first working version
* working, delinted (except TODO)
* update to latest client library
* remove debug code
* delint
* tweak device_state_attributes
* tweak device_state_attrbutes
* minor tweaks
* bump client library for bugfix
* improve state attributes for pumping
* update .coverage
* bugfix - binary sensors not updating
* rename to incomfort from intouch
* fix coveragerc regression
* bump client (bugfix for /protected URL)
* bump client (bugfix for /protected URL) 2
* bump client
* remove debug code
* ready for PR
* fix regression
* use xx._boiler instead of xx._objref
* improve current_temperature and delint
* use current_operation instead of state
* refactor vol.Schema
* remove unneeded instance attribute
* remove unneeded instance attribute 2
* refactor device_state_attributes
* change 'boiler' to 'heater'
* change 'boiler' to 'heater' 2
* correct a typo
* bugfix: add missing comma
* small tidy-up
|
2019-05-07 23:53:55 +02:00 |