Skip to content

Commit

Permalink
Changed missing icon Log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
augustas.cirba committed Apr 7, 2022
1 parent 4e04f2e commit 0ca70bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eldes_alarm/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def icon(self):
try:
return OUTPUT_ICONS_MAP[self.data["outputs"][self.entity_index]["iconName"]]
except ValueError:
_LOGGER.error("Unknown output icon for (%s)", self.data['outputs'][self.entity_index]['name'])
_LOGGER.info("Unknown output icon for (%s)", self.data['outputs'][self.entity_index]['name'])
return OUTPUT_ICONS_MAP["ICON_1"]

async def async_turn_on(self):
Expand Down

0 comments on commit 0ca70bc

Please sign in to comment.