Please mypy. (#53142)
This commit is contained in:
parent
f24576b08d
commit
235f4476e8
3 changed files with 1 additions and 5 deletions
|
@ -32,7 +32,7 @@ DEFAULT_ARM_OPTIONS = {
|
||||||
CONF_AUTO_BYPASS: DEFAULT_AUTO_BYPASS,
|
CONF_AUTO_BYPASS: DEFAULT_AUTO_BYPASS,
|
||||||
CONF_CODE_ARM_REQUIRED: DEFAULT_CODE_ARM_REQUIRED,
|
CONF_CODE_ARM_REQUIRED: DEFAULT_CODE_ARM_REQUIRED,
|
||||||
}
|
}
|
||||||
DEFAULT_ZONE_OPTIONS = {}
|
DEFAULT_ZONE_OPTIONS: dict = {}
|
||||||
|
|
||||||
DOMAIN = "alarmdecoder"
|
DOMAIN = "alarmdecoder"
|
||||||
|
|
||||||
|
|
3
mypy.ini
3
mypy.ini
|
@ -1062,9 +1062,6 @@ ignore_errors = true
|
||||||
[mypy-homeassistant.components.aemet.*]
|
[mypy-homeassistant.components.aemet.*]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
|
||||||
[mypy-homeassistant.components.alarmdecoder.*]
|
|
||||||
ignore_errors = true
|
|
||||||
|
|
||||||
[mypy-homeassistant.components.alexa.*]
|
[mypy-homeassistant.components.alexa.*]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ from .model import Config, Integration
|
||||||
IGNORED_MODULES: Final[list[str]] = [
|
IGNORED_MODULES: Final[list[str]] = [
|
||||||
"homeassistant.components.adguard.*",
|
"homeassistant.components.adguard.*",
|
||||||
"homeassistant.components.aemet.*",
|
"homeassistant.components.aemet.*",
|
||||||
"homeassistant.components.alarmdecoder.*",
|
|
||||||
"homeassistant.components.alexa.*",
|
"homeassistant.components.alexa.*",
|
||||||
"homeassistant.components.almond.*",
|
"homeassistant.components.almond.*",
|
||||||
"homeassistant.components.amcrest.*",
|
"homeassistant.components.amcrest.*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue