fixup! WIP: Odin HASS -> smartir

This commit is contained in:
Filippo Berto 2025-03-02 21:44:35 +01:00
parent f3e4dc35ca
commit 0e68ef99f6
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -255,7 +255,15 @@ in
configWritable = true;
extraPackages = ps: with ps; [ securetar ];
customComponents = [
pkgs.home-assistant-custom-components.smartir
(pkgs.home-assistant-custom-components.smartir.overrideAttrs (_attr: rec {
version = "1.17.13";
src = pkgs.fetchFromGitHub {
owner = "smartHomeHub";
repo = "SmartIR";
rev = version;
hash = "sha256-E6TM761cuaeQzlbjA+oZ2wt5HTJAfkF2J3i4P1Wbuic=";
};
}))
];
extraComponents = [
"default_config"