From 1433eb7aacaea894301154879c88cacae0a2a801 Mon Sep 17 00:00:00 2001 From: Gleb Date: Wed, 30 Oct 2024 15:56:19 +0300 Subject: [PATCH] Add Lite2, TV Station Basic, Hub --- custom_components/yandex_station/core/yandex_station.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/custom_components/yandex_station/core/yandex_station.py b/custom_components/yandex_station/core/yandex_station.py index 3ddb216..0ecea72 100644 --- a/custom_components/yandex_station/core/yandex_station.py +++ b/custom_components/yandex_station/core/yandex_station.py @@ -97,6 +97,7 @@ "yandexmidi": ["yandex:station-2", "Яндекс", "Станция 2 (2022)"], # zigbee "cucumber": ["yandex:station-midi", "Яндекс", "Станция Миди (2023)"], # zigbee "chiron": ["yandex:station-duo-max", "Яндекс", "Станция Дуо Макс (2023)"], # zigbee + "plum": ["yandex:station-lite-2", "Яндекс", "Станция Лайт 2 (2024)"], # платформа Яндекс.ТВ (без облачного управления!) "yandexmodule": ["yandex:module", "Яндекс", "Модуль (2019)"], "yandexmodule_2": ["yandex:module-2", "Яндекс", "Модуль 2 (2021)"], @@ -104,6 +105,7 @@ # ТВ с Алисой "goya": ["mdi:television-classic", "Яндекс", "ТВ (2022)"], "magritte": ["mdi:television-classic", "Яндекс", "ТВ Станция (2023)"], + "monet": ["mdi:television-classic", "Яндекс", "ТВ Станция Бейсик (2024)"], # колонки НЕ Яндекса "lightcomm": ["yandex:dexp-smartbox", "DEXP", "Smartbox"], "elari_a98": ["yandex:elari-smartbeat", "Elari", "SmartBeat"], @@ -114,6 +116,8 @@ "jbl_link_portable": ["yandex:jbl-link-portable", "JBL", "Link Portable"], # экран с Алисой "quinglong": ["yandex:display-xiaomi", "Xiaomi", "Smart Display 10R X10G (2023)"], + # не колонки + "saturn": ["yandex:hub", "Яндекс", "Хаб (2023)"], } @@ -1007,7 +1011,7 @@ def __init__(self, quasar: YandexQuasar, device: dict): self._attr_available = False self._attr_should_poll = False - # both yandex moduls don't support music sync + # both yandex modules don't support music sync if self.device_platform == "yandexmodule": self.sync_sources = {}