Skip to content

Instantly share code, notes, and snippets.

@dmakovec
Created November 3, 2022 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmakovec/cd29cce6b17a37fa1db34868af2db8b0 to your computer and use it in GitHub Desktop.
Save dmakovec/cd29cce6b17a37fa1db34868af2db8b0 to your computer and use it in GitHub Desktop.
Toggle the "not had pill today" automation at 21:30
alias: "Toggle \"Not had pill today\""
description: ""
trigger:
- platform: time
at: "21:30:59"
enabled: true
condition: []
action:
- service: input_boolean.toggle
data: {}
target:
entity_id: input_boolean.not_had_pill_today
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment