forked from home-assistant/core
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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user