feat(homeassistant.nix): include automations from separate YAML file
This commit is contained in:
parent
d19d2ce3a0
commit
b72d5c9d6b
@ -43,6 +43,7 @@ in
|
||||
unit_system = "metric";
|
||||
};
|
||||
default_config = { };
|
||||
automation = "!include automations.yaml";
|
||||
binary_sensor = [{
|
||||
platform = "template";
|
||||
sensors = {
|
||||
|
Loading…
Reference in New Issue
Block a user