From 10adae4b3b9409c4a1594ce78abae0ec7d81d555 Mon Sep 17 00:00:00 2001 From: johnnychicago Date: Fri, 2 Aug 2019 14:07:33 +0200 Subject: [PATCH] Add ELECTRICITY_IMPORTED_TOTAL obis to dsmr (#25655) --- homeassistant/components/dsmr/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/dsmr/sensor.py b/homeassistant/components/dsmr/sensor.py index 5aeb88e6399..82a81118dbd 100644 --- a/homeassistant/components/dsmr/sensor.py +++ b/homeassistant/components/dsmr/sensor.py @@ -63,6 +63,7 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info= ["Power Consumption", obis_ref.CURRENT_ELECTRICITY_USAGE], ["Power Production", obis_ref.CURRENT_ELECTRICITY_DELIVERY], ["Power Tariff", obis_ref.ELECTRICITY_ACTIVE_TARIFF], + ["Power Consumption (total)", obis_ref.ELECTRICITY_IMPORTED_TOTAL], ["Power Consumption (low)", obis_ref.ELECTRICITY_USED_TARIFF_1], ["Power Consumption (normal)", obis_ref.ELECTRICITY_USED_TARIFF_2], ["Power Production (low)", obis_ref.ELECTRICITY_DELIVERED_TARIFF_1],