diff --git a/.coveragerc b/.coveragerc index 7c8954a5f80..030694df91f 100644 --- a/.coveragerc +++ b/.coveragerc @@ -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 diff --git a/script/hassfest/coverage.py b/script/hassfest/coverage.py index dd4b807d5c0..1a8609bb4e8 100644 --- a/script/hassfest/coverage.py +++ b/script/hassfest/coverage.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"),