fixup! WIP: Odin HASS -> smartir
This commit is contained in:
parent
f3e4dc35ca
commit
0e68ef99f6
1 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue