From 7e6defd0bafa3c02e5dc07a3960c79ffd1a64685 Mon Sep 17 00:00:00 2001 From: Alex X Date: Fri, 20 Dec 2024 12:35:03 +0300 Subject: [PATCH] Add battery sensor for Yandex Lite 2 --- custom_components/yandex_station/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/yandex_station/sensor.py b/custom_components/yandex_station/sensor.py index 47ad46e..02d21fe 100644 --- a/custom_components/yandex_station/sensor.py +++ b/custom_components/yandex_station/sensor.py @@ -40,6 +40,7 @@ "devices.types.smart_meter.gas", "devices.types.smart_meter.heat", "devices.types.smart_meter.hot_water", + "devices.types.smart_speaker.yandex.station.plum", "devices.types.socket", ) INCLUDE_PROPERTIES = ("devices.properties.float", "devices.properties.event")