feat: exclude unsupported model (#1205)

* feat: ignore unsupported models (#933)

* fix: remove unnecessary logs
This commit is contained in:
Li Shuzhen
2025-06-30 11:12:58 +08:00
committed by GitHub
parent fd57e7c565
commit 6069eaaba8
5 changed files with 16 additions and 7 deletions

View File

@ -85,6 +85,11 @@ SUPPORTED_PLATFORMS: list = [
'water_heater',
]
UNSUPPORTED_MODELS: list = [
'chuangmi.ir.v2',
'xiaomi.router.rd03'
]
DEFAULT_CLOUD_SERVER: str = 'cn'
CLOUD_SERVERS: dict = {
'cn': '中国大陆',