Skip to content

Commit

Permalink
Update dashboard.py
Browse files Browse the repository at this point in the history
Added: plugLockState, externalPower, plugledColor
  • Loading branch information
Ingrimmsch93 authored Mar 4, 2024
1 parent 86c2608 commit a17ac9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/audiconnect/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@ def create_instruments():
unit=None,
),
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="doors_trunk_status",
name="Doors/trunk state",
Expand Down

0 comments on commit a17ac9b

Please sign in to comment.