Skip to content

Commit

Permalink
Merge pull request #45 from theblackhole/patch-1
Browse files Browse the repository at this point in the history
Fix "Contact Sec" icon not showing
  • Loading branch information
hekmon authored Nov 17, 2024
2 parents d5fd31a + 6202abd commit 5beb2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/linkytic/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Contact sec",
BinarySensorDeviceClass.OPENING,
"mdi:electric-switch-closed",
"mdi-electric-switch",
"mdi:electric-switch",
False,
),
(
Expand Down

0 comments on commit 5beb2c6

Please sign in to comment.