mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-08-05 14:58:52 +08:00
style: pylint check add ignore item
This commit is contained in:
@ -68,6 +68,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
async def async_setup(hass: HomeAssistant, hass_config: dict) -> bool:
|
||||
# pylint: disable=unused-argument
|
||||
hass.data.setdefault(DOMAIN, {})
|
||||
# {[entry_id:str]: MIoTClient}, miot client instance
|
||||
hass.data[DOMAIN].setdefault('miot_clients', {})
|
||||
|
Reference in New Issue
Block a user