hass-config/packages/lovelace.yaml
2019-01-13 01:10:37 +01:00

16 lines
365 B
YAML

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'