Jan Bouwhuis
541c941006
Add state icons to incomfort water_heater entities ( #119527 )
2024-06-12 22:25:49 +02:00
Jan Bouwhuis
b7f74532dc
Fix incomfort water heater return translated fault code ( #119311 )
2024-06-10 19:30:12 +02:00
Jan Bouwhuis
4376e0931a
Add boiler entity state translations for incomfort water_heater entities ( #119211 )
2024-06-10 07:46:07 +02:00
Joost Lekkerkerker
986d8986a9
Introduce incomfort boiler entity ( #118861 )
2024-06-05 13:09:24 +02:00
Joost Lekkerkerker
8d11279bc9
Remove obsolete polling from incomfort water heater ( #118860 )
...
Remove obsolete polling
2024-06-05 12:55:40 +02:00
Jan Bouwhuis
9a510cfe32
Add data coordinator to incomfort integration ( #118816 )
...
* Add data coordinator to incomfort integration
* Remove unused code and redundant comment, move entity class
* Use freezer
* Cleanup snapshot
* Use entry.runtime_data
* Use freezer, use mock_config_entry
* Use tick
* Use ConfigEntryError while we do not yet support a re-auth flow, update tests
* Use tick with async_fire_time_changed
2024-06-05 10:45:01 +02:00
Jan Bouwhuis
ff27f8ef10
Add device info to incomfort entities ( #118741 )
...
* Add device info to incomfort entities
* Add DOMAIN import
2024-06-03 21:30:13 +02:00
Jan Bouwhuis
dd1dd4c6a3
Migrate Intergas InComfort/Intouch Lan2RF gateway YAML to config flow ( #118642 )
...
* Add config flow
* Make sure the device is polled - refactor
* Fix
* Add tests config flow
* Update test requirements
* Ensure dispatcher has a unique signal per heater
* Followup on review
* Follow up comments
* One more docstr
* Make specific try blocks and refactoring
* Handle import exceptions
* Restore removed lines
* Move initial heater update in try block
* Raise issue failed import
* Update test codeowners
* Remove entity device info
* Remove entity device info
* Appy suggestions from code review
* Remove broad exception handling from entry setup
* Test coverage
2024-06-03 20:37:48 +02:00
Jan Bouwhuis
bb259b607f
Refactor incomfort platform attributes ( #118667 )
...
* Refector incomfort platform attributes
* Initialize static entity properties as class level
2024-06-03 08:32:05 +02:00
Marc Mueller
8809d3aa88
Add empty line after module docstring [g-i] ( #112699 )
2024-03-08 08:52:48 -05:00
Marc Mueller
7a89e58873
Use builtin TimeoutError [e-i] ( #109679 )
2024-02-05 12:00:37 +01:00
epenet
63e8dd58ef
Use UnitOfTemperature in water_heater entities ( #83132 )
2022-12-05 11:42:15 +01:00
epenet
9d607c8bd5
Adjust type hints for WaterHeaterEntityFeature ( #82270 )
2022-11-17 15:51:55 +01:00
epenet
3fe527422d
Add setup type hints to select, vacuum and water_heater ( #63300 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:26:14 +01:00
David Bonnes
67b7144703
Fix incomfort min/max temperatures ( #55806 )
2021-09-06 12:26:20 +02:00
Marc Mueller
283b4abe67
Update typing 09 ( #48059 )
2021-03-18 10:02:00 +01:00
Erik Montnemery
af4d06b12e
Update integrations f-i to override extra_state_attributes() ( #47757 )
2021-03-11 16:57:47 +01:00
Erik Montnemery
f3d79104a7
Rename WaterHeaterDevice to WaterHeaterEntity ( #34675 )
...
* Rename WaterHeaterDevice to WaterHeaterEntity
* Fix stale name
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-05-01 16:29:14 +02:00
springstan
157f972d72
Use f-strings in integrations starting with "H" - "L" ( #32265 )
...
* Use f-strings in integrations starting with "H"
* Use f-strings in integrations starting with "I"
* Use f-strings in integrations starting with "J"
* Use f-strings in integrations starting with "K"
* Use f-strings in integrations starting with "L"
* Fix lint error
* Use join instead of f-string in homekit_controller
* Use local variables with f-strings
* Fix lint error
* Escape the characters in f-string
* Sort imports with isort in homeworks light
* Fix pylint error
* Fix broken tests
* Fix broken tests v2
2020-02-28 12:39:29 +01:00
David Bonnes
e1eab214ad
allow multiple heaters per incomfort gateway ( #28324 )
...
* add multiple heaters per gateway
* bump client to handle the above
2019-10-29 21:29:39 +00:00
David Bonnes
8356d92f04
Refactor entity_ids, tweak names and consolidate classes ( #27921 )
...
* refactor entity_ids, and consolidate classes
* isort the code
2019-10-20 19:48:52 +01:00
David Bonnes
fa92d0e6d8
Fix incomfort and Bump client to 0.3.5 ( #26802 )
...
* remove superfluous device state attributes
* fix water_heater icon
* add type hints
* fix issue #26760
* bump client to v0.3.5
* add unique_id
2019-09-30 09:31:35 +01:00
Franck Nijhof
f9edec19ad
Use literal string interpolation in integrations H-J (f-strings) ( #26380 )
2019-09-03 17:27:14 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
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
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