mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add day-consumption fixed cost sensor in dsmr_reader (#52178)
* Added day-consumption fixed cost property * black Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
a95294c83f
commit
bc2689fd75
@ -268,6 +268,12 @@ DEFINITIONS = {
|
|||||||
"icon": "mdi:currency-eur",
|
"icon": "mdi:currency-eur",
|
||||||
"unit": CURRENCY_EURO,
|
"unit": CURRENCY_EURO,
|
||||||
},
|
},
|
||||||
|
"dsmr/day-consumption/fixed_cost": {
|
||||||
|
"name": "Current day fixed cost",
|
||||||
|
"enable_default": True,
|
||||||
|
"icon": "mdi:currency-eur",
|
||||||
|
"unit": CURRENCY_EURO,
|
||||||
|
},
|
||||||
"dsmr/meter-stats/dsmr_version": {
|
"dsmr/meter-stats/dsmr_version": {
|
||||||
"name": "DSMR version",
|
"name": "DSMR version",
|
||||||
"enable_default": True,
|
"enable_default": True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user