Enable strict typing for deCONZ platforms cover+lock+siren+switch (#69930)

This commit is contained in:
Robert Svensson 2022-04-19 18:14:56 +02:00 committed by GitHub
parent febcab11fb
commit 7bc9d01520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 17 deletions

View file

@ -23,10 +23,6 @@ IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.cloud.http_api",
"homeassistant.components.conversation",
"homeassistant.components.conversation.default_agent",
"homeassistant.components.deconz.cover",
"homeassistant.components.deconz.lock",
"homeassistant.components.deconz.siren",
"homeassistant.components.deconz.switch",
"homeassistant.components.denonavr.config_flow",
"homeassistant.components.denonavr.media_player",
"homeassistant.components.denonavr.receiver",