Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - binary_sensor:
- name: "is JSON file is valid"
- unique_id: 2e04fa92-960a-467e-bd38-dbd71c0555fb
- command: "if ! jq -e . >/dev/null 2>&1 < /config/www/JSON2TTS_messages/bad.json; then echo 'on'; else echo 'off'; fi"
- scan_interval: 10
- command_timeout: 60
Advertisement
Add Comment
Please, Sign In to add comment