Fix home_connect test coverage (#53086)
* Fix home_connect test coverage * remove from hassfest exclusions
This commit is contained in:
parent
56d66434b3
commit
fe22d5a675
2 changed files with 7 additions and 2 deletions
|
@ -427,7 +427,13 @@ omit =
|
|||
homeassistant/components/hive/water_heater.py
|
||||
homeassistant/components/hlk_sw16/__init__.py
|
||||
homeassistant/components/hlk_sw16/switch.py
|
||||
homeassistant/components/home_connect/*
|
||||
homeassistant/components/home_connect/__init__.py
|
||||
homeassistant/components/home_connect/api.py
|
||||
homeassistant/components/home_connect/binary_sensor.py
|
||||
homeassistant/components/home_connect/entity.py
|
||||
homeassistant/components/home_connect/light.py
|
||||
homeassistant/components/home_connect/sensor.py
|
||||
homeassistant/components/home_connect/switch.py
|
||||
homeassistant/components/homematic/*
|
||||
homeassistant/components/homematic/climate.py
|
||||
homeassistant/components/homematic/cover.py
|
||||
|
|
|
@ -31,7 +31,6 @@ ALLOWED_IGNORE_VIOLATIONS = {
|
|||
("hangouts", "config_flow.py"),
|
||||
("harmony", "config_flow.py"),
|
||||
("hisense_aehw4a1", "config_flow.py"),
|
||||
("home_connect", "config_flow.py"),
|
||||
("huawei_lte", "config_flow.py"),
|
||||
("ifttt", "config_flow.py"),
|
||||
("ios", "config_flow.py"),
|
||||
|
|
Loading…
Add table
Reference in a new issue