Better lovelace-gen runner

This commit is contained in:
Thomas Lovén 2019-01-12 21:27:18 +01:00
parent 5d2f4ae12c
commit 43b27894f4

View File

@ -2,5 +2,5 @@ lovelace:
mode: yaml mode: yaml
shell_command: shell_command:
lovelace_gen: 'python /config/www/homeassistant-lovelace-gen/lovelace-gen.py' lovelace_gen: '(python /config/www/homeassistant-lovelace-gen/lovelace-gen.py && echo "OK" || echo "FAILED") > /config/lovelace-gen.log'