Fix hisense_aehw4a1 test exclusion (#53084)
* Fix hisense_aehw4a1 test coverage * add back __init__ * remove from hassfest Co-authored-by: Chris Talkington <chris@talkingtontech.com>
This commit is contained in:
parent
531733da7b
commit
6b97a5ba8e
2 changed files with 2 additions and 2 deletions
|
@ -416,7 +416,8 @@ omit =
|
|||
homeassistant/components/heatmiser/climate.py
|
||||
homeassistant/components/hikvision/binary_sensor.py
|
||||
homeassistant/components/hikvisioncam/switch.py
|
||||
homeassistant/components/hisense_aehw4a1/*
|
||||
homeassistant/components/hisense_aehw4a1/__init__.py
|
||||
homeassistant/components/hisense_aehw4a1/climate.py
|
||||
homeassistant/components/hitron_coda/device_tracker.py
|
||||
homeassistant/components/hive/__init__.py
|
||||
homeassistant/components/hive/climate.py
|
||||
|
|
|
@ -30,7 +30,6 @@ ALLOWED_IGNORE_VIOLATIONS = {
|
|||
("fibaro", "scene.py"),
|
||||
("hangouts", "config_flow.py"),
|
||||
("harmony", "config_flow.py"),
|
||||
("hisense_aehw4a1", "config_flow.py"),
|
||||
("huawei_lte", "config_flow.py"),
|
||||
("ifttt", "config_flow.py"),
|
||||
("ios", "config_flow.py"),
|
||||
|
|
Loading…
Add table
Reference in a new issue