home-assistant-custom-components.sensi: 1.4.8 -> 2.1.2

Diff: https://github.com/iprak/sensi/compare/v1.4.8...v2.1.2

Changelog: https://github.com/iprak/sensi/releases/tag/v2.1.2
This commit is contained in:
Robert Schütz
2026-02-04 21:47:07 -08:00
parent 3cb39f90b3
commit c2c2d8df73
@@ -2,22 +2,27 @@
lib,
fetchFromGitHub,
buildHomeAssistantComponent,
websockets,
python-socketio,
}:
buildHomeAssistantComponent rec {
owner = "iprak";
domain = "sensi";
version = "1.4.8";
version = "2.1.2";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = "v${version}";
hash = "sha256-qNvob0fqgrUMem8pL2Jabo6xFH5ZIuv7/Tk0LT18qbk=";
hash = "sha256-B55gFiSdWRnFMIs8vbL/euvtRcJNb5ue21RE3W5f7Ic=";
};
postPatch = ''
substituteInPlace custom_components/sensi/manifest.json \
--replace-fail "==" ">="
'';
dependencies = [
websockets
python-socketio
];
meta = {