lacrima08

Untitled

Nov 9th, 2023 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. - binary_sensor:
  2. name: "is JSON file is valid"
  3. unique_id: 2e04fa92-960a-467e-bd38-dbd71c0555fb
  4. command: "if ! jq -e . >/dev/null 2>&1 < /config/www/JSON2TTS_messages/bad.json; then echo 'on'; else echo 'off'; fi"
  5. scan_interval: 10
  6. command_timeout: 60
Advertisement
Add Comment
Please, Sign In to add comment