Compare commits
2 commits
04fccc44e3
...
b6c49b82b3
| Author | SHA1 | Date | |
|---|---|---|---|
| b6c49b82b3 | |||
| 265b2fb256 |
1 changed files with 7 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ in
|
||||||
imports = [
|
imports = [
|
||||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/home-automation/home-assistant.nix"
|
"${inputs.nixpkgs-unstable}/nixos/modules/services/home-automation/home-assistant.nix"
|
||||||
./wyoming.nix
|
./wyoming.nix
|
||||||
./esphome.nix
|
# ./esphome.nix # HINT currently unused
|
||||||
];
|
];
|
||||||
|
|
||||||
# just installed for ConBee firmware updates
|
# just installed for ConBee firmware updates
|
||||||
|
|
@ -46,7 +46,7 @@ in
|
||||||
"upnp"
|
"upnp"
|
||||||
"zha"
|
"zha"
|
||||||
# "matter" # TODO uses insecure version of openssl
|
# "matter" # TODO uses insecure version of openssl
|
||||||
"esphome"
|
# "esphome" # HINT currently unused
|
||||||
"homekit_controller"
|
"homekit_controller"
|
||||||
"fritz"
|
"fritz"
|
||||||
"roku"
|
"roku"
|
||||||
|
|
@ -99,9 +99,11 @@ in
|
||||||
enable_quirks = true;
|
enable_quirks = true;
|
||||||
custom_quirks_path = "${config.services.home-assistant.configDir}/zha_quirks/";
|
custom_quirks_path = "${config.services.home-assistant.configDir}/zha_quirks/";
|
||||||
zigpy_config.ota = {
|
zigpy_config.ota = {
|
||||||
ikea_provider = true;
|
extra_providers = [
|
||||||
sonoff_provider = true;
|
{ type = "ikea"; }
|
||||||
ledvance_provider = true;
|
{ type = "sonoff"; }
|
||||||
|
{ type = "ledvance"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zha_toolkit = { };
|
zha_toolkit = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue