We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f06fb commit 1a374cfCopy full SHA for 1a374cf
custom_components/dirigera_platform/icons.py
@@ -86,7 +86,7 @@
86
}
87
88
def ikea_to_hass_icon(ikea_icon) -> str:
89
- if ikea_icon not in ikea_to_hass_mapping:
+ if ikea_icon in ikea_to_hass_mapping:
90
return ikea_to_hass_mapping[ikea_icon]
91
92
logger.warning(f"Unknown icon {ikea_icon}")
0 commit comments