Home Assistant: Difference between revisions
imported>NewAM |
imported>Simisimis No edit summary |
||
| Line 276: | Line 276: | ||
"automation ui" = "!include automations.yaml"; | "automation ui" = "!include automations.yaml"; | ||
} | } | ||
</syntaxHighlight> | |||
== Combine declarative and UI defined scenes == | |||
Scenes are configured the same way automations(described above) are. | |||
<syntaxHighlight lang=nix> | |||
services.home-assistant.config."scene manual" = [] | |||
services.home-assistant.config."scene ui" = "!include scenes.yaml"; | |||
</syntaxHighlight> | </syntaxHighlight> | ||