Skip to content

Commit

Permalink
Update dashboard.py
Browse files Browse the repository at this point in the history
fix: plug_led_color
  • Loading branch information
Ingrimmsch93 authored Mar 4, 2024
1 parent 148286f commit 8d68adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/audiconnect/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def create_instruments():
Sensor(attr="plug_state", name="Plug state", icon="mdi:power-plug", unit=None),
Sensor(attr="plug_lock_state", name="Plug Lock state", icon="mdi:power-plug", unit=None),
Sensor(attr="external_power", name="External Power", icon="mdi:ev-station", unit=None),
Sensor(attr="plug_led_Color", name="Plug LED Color", icon="mdi:power-plug", unit=None),
Sensor(attr="plug_led_color", name="Plug LED Color", icon="mdi:power-plug", unit=None),
Sensor(
attr="doors_trunk_status",
name="Doors/trunk state",
Expand Down

0 comments on commit 8d68adf

Please sign in to comment.