home-assistant-custom-components.midea_ac: enable tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user