Advertisement
marlar

Far-joke automatisering til at skjule svar ved midnat

Dec 5th, 2023
1,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.25 KB | None | 0 0
  1. alias: Nulstil far-joke visning af svar
  2. description: ''
  3. trigger:
  4.   - platform: time
  5.     at: '00:00:00'
  6. condition: []
  7. action:
  8.   - service: input_boolean.turn_off
  9.     data: {}
  10.     target:
  11.       entity_id: input_boolean.dad_joke_toggle
  12. mode: single
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement