Skip to content

Commit

Permalink
bugfix - relay MDIs swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jan 22, 2024
1 parent eef404e commit 8673169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/ramses_cc/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ def is_on(self) -> bool:
RamsesBinarySensorEntityDescription(
key=BdrSwitch.ACTIVE,
name="Active",
icon="mdi:electric-switch",
icon_off="mdi:electric-switch-closed",
icon="mdi:electric-switch-closed",
icon_off="mdi:electric-switch",
entity_category=None,
),
RamsesBinarySensorEntityDescription(
Expand Down

0 comments on commit 8673169

Please sign in to comment.