Make home-assistant import the UI bits
This commit is contained in:
@@ -36,9 +36,9 @@ in
|
|||||||
server_host = "127.0.0.1";
|
server_host = "127.0.0.1";
|
||||||
};
|
};
|
||||||
#"automation manual" = *nix config here* and so on
|
#"automation manual" = *nix config here* and so on
|
||||||
"automation ui" = "";
|
"automation ui" = "!include automations.yaml";
|
||||||
"script ui" = "";
|
"script ui" = "!include scripts.yaml";
|
||||||
"scene ui" = "";
|
"scene ui" = "!include scenes.yaml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user