From 6b97a5ba8e1c196413dd7564fe007b58bb386b39 Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Sun, 18 Jul 2021 20:17:36 -0400 Subject: [PATCH] Fix hisense_aehw4a1 test exclusion (#53084) * Fix hisense_aehw4a1 test coverage * add back __init__ * remove from hassfest Co-authored-by: Chris Talkington --- .coveragerc | 3 ++- script/hassfest/coverage.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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"),