Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marq24 committed Sep 7, 2023
1 parent 3d74878 commit d3f025a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/senec/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class ExtBinarySensorEntityDescription(BinarySensorEntityDescription):
key="gridimport_now",
name="Grid Imported Power",
native_unit_of_measurement=POWER_KILO_WATT,
icon="mdi:transmission-tower-import",
icon="mdi:transmission-tower-export",
device_class=SensorDeviceClass.POWER,
suggested_display_precision=3,
state_class=SensorStateClass.MEASUREMENT,
Expand All @@ -226,7 +226,7 @@ class ExtBinarySensorEntityDescription(BinarySensorEntityDescription):
key="gridexport_now",
name="Grid Exported Power",
native_unit_of_measurement=POWER_KILO_WATT,
icon="mdi:transmission-tower-export",
icon="mdi:transmission-tower-import",
device_class=SensorDeviceClass.POWER,
suggested_display_precision=3,
state_class=SensorStateClass.MEASUREMENT,
Expand Down

0 comments on commit d3f025a

Please sign in to comment.