Please mypy. (#53142)

This commit is contained in:
jan iversen 2021-07-19 08:29:26 +02:00 committed by GitHub
parent f24576b08d
commit 235f4476e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 5 deletions

View File

@ -32,7 +32,7 @@ DEFAULT_ARM_OPTIONS = {
CONF_AUTO_BYPASS: DEFAULT_AUTO_BYPASS,
CONF_CODE_ARM_REQUIRED: DEFAULT_CODE_ARM_REQUIRED,
}
DEFAULT_ZONE_OPTIONS = {}
DEFAULT_ZONE_OPTIONS: dict = {}
DOMAIN = "alarmdecoder"

View File

@ -1062,9 +1062,6 @@ ignore_errors = true
[mypy-homeassistant.components.aemet.*]
ignore_errors = true
[mypy-homeassistant.components.alarmdecoder.*]
ignore_errors = true
[mypy-homeassistant.components.alexa.*]
ignore_errors = true

View File

@ -16,7 +16,6 @@ from .model import Config, Integration
IGNORED_MODULES: Final[list[str]] = [
"homeassistant.components.adguard.*",
"homeassistant.components.aemet.*",
"homeassistant.components.alarmdecoder.*",
"homeassistant.components.alexa.*",
"homeassistant.components.almond.*",
"homeassistant.components.amcrest.*",