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:
Wim Haanstra 2021-06-25 13:59:51 +02:00 committed by GitHub
parent a95294c83f
commit bc2689fd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,12 @@ DEFINITIONS = {
"icon": "mdi:currency-eur",
"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": {
"name": "DSMR version",
"enable_default": True,