Add xiaomi miio lumi.gateway.aqhm01 support (#53929)
This commit is contained in:
parent
8299d0a7c3
commit
af38ff1ec1
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ from miio.gateway.gateway import (
|
|||
GATEWAY_MODEL_AC_V1,
|
||||
GATEWAY_MODEL_AC_V2,
|
||||
GATEWAY_MODEL_AC_V3,
|
||||
GATEWAY_MODEL_AQARA,
|
||||
GATEWAY_MODEL_EU,
|
||||
GatewayException,
|
||||
)
|
||||
|
@ -197,6 +198,7 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
|
|||
GATEWAY_MODEL_AC_V1,
|
||||
GATEWAY_MODEL_AC_V2,
|
||||
GATEWAY_MODEL_AC_V3,
|
||||
GATEWAY_MODEL_AQARA,
|
||||
GATEWAY_MODEL_EU,
|
||||
]:
|
||||
description = SENSOR_TYPES[ATTR_ILLUMINANCE]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue