hass-core/homeassistant/components/plugwise
Bouwe Westerdijk b41d3b465c
Add domestic_hot_water_setpoint number to Plugwise (#98092)
* Add max_dhw_temperature number

* Update strings.json

* Add related tests

* Correct test

* Black-fix
2023-08-13 12:57:34 +02:00
..
__init__.py Clean up gateway logic from Plugwise (#91769) 2023-04-21 21:38:45 +03:00
binary_sensor.py Bump plugwise to v0.31.9 (#97203) 2023-08-08 16:38:37 +02:00
climate.py Plugwise climate: add HVAC_Mode handling to set_temperature() (#98273) 2023-08-13 12:39:46 +02:00
config_flow.py Bump plugwise to v0.31.0 (#91831) 2023-04-22 12:59:47 +02:00
const.py Clean up gateway logic from Plugwise (#91769) 2023-04-21 21:38:45 +03:00
coordinator.py Bump plugwise to v0.31.9 (#97203) 2023-08-08 16:38:37 +02:00
diagnostics.py
entity.py Move DeviceInfo from entity to device registry (#98149) 2023-08-10 22:04:26 -04:00
manifest.json Bump plugwise to v0.31.9 (#97203) 2023-08-08 16:38:37 +02:00
number.py Add domestic_hot_water_setpoint number to Plugwise (#98092) 2023-08-13 12:57:34 +02:00
select.py Bump plugwise to v0.31.9 (#97203) 2023-08-08 16:38:37 +02:00
sensor.py Bump plugwise to v0.31.9 (#97203) 2023-08-08 16:38:37 +02:00
strings.json Add domestic_hot_water_setpoint number to Plugwise (#98092) 2023-08-13 12:57:34 +02:00
switch.py Bump plugwise to v0.31.9 (#97203) 2023-08-08 16:38:37 +02:00
util.py