core/homeassistant/components/vicare
Christopher Fenner 88e9870f1c
Add number entities to change heat pump program temperatures in ViCare integration (#109315)
* add HeatingProgram type

* use HeatingProgram type

* add heatpump number sensors

* use HeatingProgram type

* Update strings.json

* rename HeatingProgram to Program

* remove commented code

* rename heating program type

* simplify

* Apply suggestions from code review

* Update strings.json

* Update const.py

* fix

* add heating program type

* correct imports

* Revert "fix"

This reverts commit 857dda59da.

* Apply suggestions from code review

* Update strings.json
2024-02-22 18:58:38 +01:00
..
__init__.py
binary_sensor.py
button.py
climate.py Add number entities to change heat pump program temperatures in ViCare integration (#109315) 2024-02-22 18:58:38 +01:00
config_flow.py
const.py
diagnostics.py
entity.py
manifest.json
number.py Add number entities to change heat pump program temperatures in ViCare integration (#109315) 2024-02-22 18:58:38 +01:00
sensor.py
services.yaml
strings.json Add number entities to change heat pump program temperatures in ViCare integration (#109315) 2024-02-22 18:58:38 +01:00
types.py Add number entities to change heat pump program temperatures in ViCare integration (#109315) 2024-02-22 18:58:38 +01:00
utils.py
water_heater.py