Skip to content

Commit

Permalink
Improve icon of output select
Browse files Browse the repository at this point in the history
  • Loading branch information
hchris1 committed Dec 15, 2023
1 parent d3e13b5 commit 30b82e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eversolo/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class EversoloSelectDescription(
EversoloSelectDescription[EversoloDataUpdateCoordinator](
key="output_mode",
name="Eversolo Output Mode",
icon="mdi:transmission-tower",
icon="mdi:export",
get_selected_option=lambda coordinator: coordinator.data.get(
"input_output_state", {}
).get("outputIndex", -1),
Expand Down

0 comments on commit 30b82e9

Please sign in to comment.