core/homeassistant/components/vicare
Christopher Fenner 556e72abf8
Add number entities to adjust heating curve in ViCare integration (#103901)
* add number entity

* use static constraints

* use async execute job

* add number platform

* Update .coveragerc

* remove unused code parts

* add types

* add missing return type

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Apply suggestions from code review

Co-authored-by: Jan-Philipp Benecke <github@bnck.me>

* fix docstrings

* fix variable names

* add unit of measurement

* remove obsolete unique id handling

* remove hass from constructor

* inline _entities_from_descriptions function

* fix return type

* rename variable

* Apply suggestions from code review

Co-authored-by: Jan-Philipp Benecke <github@bnck.me>

* Apply suggestions from code review

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Jan-Philipp Benecke <github@bnck.me>
2023-11-23 07:29:28 +01:00
..
__init__.py Add reauth flow to ViCare integration (#103109) 2023-11-13 13:57:29 +01:00
binary_sensor.py Set unique_id by base entity in ViCare integration (#104277) 2023-11-21 09:53:02 +01:00
button.py Set unique_id by base entity in ViCare integration (#104277) 2023-11-21 09:53:02 +01:00
climate.py Set unique_id by base entity in ViCare integration (#104277) 2023-11-21 09:53:02 +01:00
config_flow.py Add reauth flow to ViCare integration (#103109) 2023-11-13 13:57:29 +01:00
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
number.py Add number entities to adjust heating curve in ViCare integration (#103901) 2023-11-23 07:29:28 +01:00
sensor.py Set unique_id by base entity in ViCare integration (#104277) 2023-11-21 09:53:02 +01:00
services.yaml
strings.json Add reauth flow to ViCare integration (#103109) 2023-11-13 13:57:29 +01:00
utils.py
water_heater.py Set unique_id by base entity in ViCare integration (#104277) 2023-11-21 09:53:02 +01:00