Home Assistant: Difference between revisions
imported>Ibizaman Add tmpfiles.d rule to avoid start failure |
imported>Diogotcorreia m Fix invalid syntax on automations and scenes examples |
||
Line 353: | Line 353: | ||
}; | }; | ||
} | } | ||
]; | |||
"automation ui" = "!include automations.yaml"; | "automation ui" = "!include automations.yaml"; | ||
} | } | ||
Line 368: | Line 369: | ||
Scenes are configured the same way automations(described above) are. | Scenes are configured the same way automations(described above) are. | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
services.home-assistant.config."scene manual" = [] | services.home-assistant.config."scene manual" = []; | ||
services.home-assistant.config."scene ui" = "!include scenes.yaml"; | services.home-assistant.config."scene ui" = "!include scenes.yaml"; | ||
</syntaxHighlight> | </syntaxHighlight> |