core/homeassistant/components/vicare
Christopher Fenner 7480945465
Add number entities for program temperature in ViCare integration (#103960)
* add number platform

* Update .coveragerc

* reset default value

* fix default value

* cast Any value to float

* Apply suggestions from code review

* Update strings.json

* add translation keys

* remove obsolete unique id handling

* add eco program

* reset type

* remove name from entity

* Update strings.json

* Update strings.json

* rename

* Apply suggestions from code review

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* retype getter

* adjust interface

* use device classes

* check setter

* Revert "check setter"

This reverts commit 360e333159.

* remove eco entity

* Update strings.json

* add eco sensor entity

* Revert "add eco sensor entity"

This reverts commit d64b38c548.

* Update strings.json

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2023-12-02 22:44:49 +01:00
..
__init__.py Add number entities for program temperature in ViCare integration (#103960) 2023-12-02 22:44:49 +01:00
binary_sensor.py Add number entities for program temperature in ViCare integration (#103960) 2023-12-02 22:44:49 +01:00
button.py Optimize async executor use in ViCare integration (#104645) 2023-11-29 09:28:56 +01:00
climate.py Optimize async executor use in ViCare integration (#104645) 2023-11-29 09:28:56 +01:00
config_flow.py
const.py Add number entities to adjust heating curve in ViCare integration (#103901) 2023-11-23 07:29:28 +01:00
diagnostics.py
entity.py Set unique_id by base entity in ViCare integration (#104277) 2023-11-21 09:53:02 +01:00
manifest.json Bump PyViCare to 2.29.0 (#104516) 2023-11-26 01:01:53 +01:00
number.py Add number entities for program temperature in ViCare integration (#103960) 2023-12-02 22:44:49 +01:00
sensor.py Optimize async executor use in ViCare integration (#104645) 2023-11-29 09:28:56 +01:00
services.yaml
strings.json Add number entities for program temperature in ViCare integration (#103960) 2023-12-02 22:44:49 +01:00
utils.py Add reuse functions to access circuits, burners and compressors in ViCare integration (#104371) 2023-11-25 15:47:45 +01:00
water_heater.py Update initial translation for ViCare water heater entity (#104696) 2023-11-30 01:38:33 +01:00