core/homeassistant/components/vicare
Christopher Fenner 1e564f777e
Add sensors for energy storage system to ViCare integration (#106600)
* add sensors for vitocharge

* add further sensors

* add unig getters

* remove icons

* Update strings.json

* handle percent uom

* handle unknown uom device class mapping

* add device class to sensor

* add sensor options

* Apply suggestions from code review

* fix

* align sensor naming

* add feed-in and consumption sensors for pcc

* Update strings.json

* battery symbol

* fix format

* remove obsolete device classes

* add icons

* Apply suggestions from code review

* Apply suggestions from code review

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

* refactor

* modify lambda

* use helper

* Apply suggestions from code review

* Apply suggestions from code review

* Update strings.json

* Update sensor.py

* Apply suggestions from code review

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

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-02-26 09:59:58 +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 Add sensors for energy storage system to ViCare integration (#106600) 2024-02-26 09:59:58 +01:00
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 Add sensors for energy storage system to ViCare integration (#106600) 2024-02-26 09:59:58 +01:00
services.yaml
strings.json Add sensors for energy storage system to ViCare integration (#106600) 2024-02-26 09:59:58 +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