From 8d68adf3900eeab22df1edb42ba2d98adaa6bf13 Mon Sep 17 00:00:00 2001 From: Ingrimmsch93 Date: Mon, 4 Mar 2024 23:10:27 +0100 Subject: [PATCH] Update dashboard.py fix: plug_led_color --- custom_components/audiconnect/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/audiconnect/dashboard.py b/custom_components/audiconnect/dashboard.py index 640e3211..cfbf2c4d 100644 --- a/custom_components/audiconnect/dashboard.py +++ b/custom_components/audiconnect/dashboard.py @@ -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",