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_CODE_ARM_REQUIRED: DEFAULT_CODE_ARM_REQUIRED,
|
||||
}
|
||||
DEFAULT_ZONE_OPTIONS = {}
|
||||
DEFAULT_ZONE_OPTIONS: dict = {}
|
||||
|
||||
DOMAIN = "alarmdecoder"
|
||||
|
||||
|
|
3
mypy.ini
3
mypy.ini
|
@ -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
|
||||
|
||||
|
|
|
@ -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.*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue