Compare commits
No commits in common. "7f625ae39d42011dfae82d1efa200c2a21da9784" and "bc5efa5ebeefe9f34c5e0173154ee4a4dff29a37" have entirely different histories.
7f625ae39d
...
bc5efa5ebe
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
.direnv/
|
@ -1,12 +1,11 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Enable the Home Assistant service
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.home-assistant;
|
||||
configWritable = true;
|
||||
config = null;
|
||||
extraPackages = python3Packages: with pkgs.unstable.python312Packages; [
|
||||
extraPackages = python3Packages: with pkgs.python3Packages; [
|
||||
aiopyarr
|
||||
zigpy-cc
|
||||
zigpy-znp
|
||||
@ -22,8 +21,6 @@
|
||||
pyunifiprotect
|
||||
unifi-discovery
|
||||
universal-silabs-flasher
|
||||
vacuum-map-parser-base
|
||||
vacuum-map-parser-roborock
|
||||
python-roborock
|
||||
];
|
||||
customComponents = with pkgs.home-assistant-custom-components; [
|
||||
@ -48,12 +45,6 @@
|
||||
enable = true;
|
||||
package = pkgs.unstable.zigbee2mqtt;
|
||||
settings = {
|
||||
homeassistant = {
|
||||
legacy_entity_attributes = false;
|
||||
legacy_triggers = false;
|
||||
};
|
||||
availability = true;
|
||||
frontend = true;
|
||||
permit_join = false;
|
||||
serial.port = "/dev/ttyUSB0";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user