Skip to content

Commit

Permalink
Correct icon detection
Browse files Browse the repository at this point in the history
oups!

Fix #84
  • Loading branch information
kamaradclimber committed Nov 23, 2024
1 parent 29dd886 commit d0597d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/vigieau/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def _handle_coordinator_update(self) -> None:

self._attr_icon = {
"vigilance": "mdi:water-check",
"vigilance (pas de restriction)": "mdi:water-check",
"vigilance_(pas_de_restriction)": "mdi:water-check",
"alerte": "mdi:water-alert",
"alerte_renforcée": "mdi:water-remove",
"alerte_renforcee": "mdi:water-remove",
Expand Down

0 comments on commit d0597d5

Please sign in to comment.