style: pylint check add ignore item

This commit is contained in:
topsworld
2024-12-10 19:11:25 +08:00
parent 838fff399b
commit 99e89d78e0
13 changed files with 14 additions and 3 deletions

View File

@ -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', {})