Comments and such

This commit is contained in:
2019-01-13 00:48:26 +01:00
parent 43b27894f4
commit 68d533bd1c
12 changed files with 83 additions and 17 deletions

View File

@@ -1,6 +1,15 @@
homeassistant:
customize:
package.node_anchors:
common: &common
package: "computers"
shell_command.lovelace_gen:
<<: *common
lovelace:
mode: yaml
# Regenerate ui_lovelace.yaml
shell_command:
lovelace_gen: '(python /config/www/homeassistant-lovelace-gen/lovelace-gen.py && echo "OK" || echo "FAILED") > /config/lovelace-gen.log'