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