home-assistant-custom-components.midea_ac: enable tests

This commit is contained in:
Martin Weinelt
2025-07-07 03:48:56 +02:00
parent 62c95818e0
commit 38999c784e
@@ -3,6 +3,8 @@
buildHomeAssistantComponent,
fetchFromGitHub,
msmart-ng,
pytestCheckHook,
pytest-homeassistant-custom-component,
}:
buildHomeAssistantComponent rec {
@@ -19,6 +21,11 @@ buildHomeAssistantComponent rec {
dependencies = [ msmart-ng ];
nativeCheckInputs = [
pytest-homeassistant-custom-component
pytestCheckHook
];
meta = with lib; {
changelog = "https://github.com/mill1000/midea-ac-py/releases/tag/${src.tag}";
description = "Home Assistant custom integration to control Midea (and associated brands) air conditioners via LAN";