This commit is contained in:
alejandro-angulo 2025-12-03 19:54:58 -08:00
parent 3906603d51
commit 3cad488ee0
4 changed files with 13 additions and 6 deletions

View file

@ -76,6 +76,7 @@ in
recorder.db_url = "postgresql://@/hass";
"automation ui" = "!include automations.yaml";
"scene ui" = "!include scenes.yaml";
};
};

View file

@ -49,9 +49,6 @@ in
};
advanced = {
channel = 11;
network_key = "GENERATE";
pan_id = "GENERATE";
ext_pan_id = "GENERATE";
};
frontend = {
enabled = true;
@ -60,6 +57,7 @@ in
homeassistant = {
enabled = true;
};
availability.enabled = true;
};
};