home-assistant-custom-components.midea_ac: 2025.6.0 -> 2025.7.0
https://github.com/mill1000/midea-ac-py/releases/tag/2025.7.0
This commit is contained in:
@@ -8,18 +8,19 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "mill1000";
|
||||
domain = "midea_ac";
|
||||
version = "2025.6.0";
|
||||
version = "2025.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mill1000";
|
||||
repo = "midea-ac-py";
|
||||
tag = version;
|
||||
hash = "sha256-UUbNy6wHB6TrwDeww9TmEVJ97BrMYIUSfsbGB4GjKr4=";
|
||||
hash = "sha256-tFUQa+19ksmEuSm8n2tTf7tdVnNQIovnFgbecq4XurY=";
|
||||
};
|
||||
|
||||
dependencies = [ msmart-ng ];
|
||||
|
||||
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";
|
||||
homepage = "https://github.com/mill1000/midea-ac-py";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user