Make home-assistant import the UI bits

This commit is contained in:
Greg Hellings
2023-08-26 20:02:09 -05:00
parent 014693cdcb
commit 6cd8755e56
+3 -3
View File
@@ -36,9 +36,9 @@ in
server_host = "127.0.0.1";
};
#"automation manual" = *nix config here* and so on
"automation ui" = "";
"script ui" = "";
"scene ui" = "";
"automation ui" = "!include automations.yaml";
"script ui" = "!include scripts.yaml";
"scene ui" = "!include scenes.yaml";
};
};