Skip to content

Commit

Permalink
Fix "Contact Sec" icon not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
theblackhole authored Nov 15, 2024
1 parent b748796 commit 6202abd
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 6202abd

Please sign in to comment.