mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-07-19 05:59:24 +08:00
feat: exclude unsupported model (#1205)
* feat: ignore unsupported models (#933) * fix: remove unnecessary logs
This commit is contained in:
@ -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': '中国大陆',
|
||||
|
Reference in New Issue
Block a user