Skip to content

Instantly share code, notes, and snippets.

@aderusha
Created July 15, 2022 12:18
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 aderusha/e4348da4790af6d0875d2b3baa1762ac to your computer and use it in GitHub Desktop.
Save aderusha/e4348da4790af6d0875d2b3baa1762ac to your computer and use it in GitHub Desktop.
blueprint:
name: "Test blueprint toggle saving"
domain: automation
input:
text:
name: "Text 01"
default: "Text to save"
selector:
text:
toggle1:
name: "Toggle 01"
default: false
selector:
boolean:
toggle2:
name: "Toggle 02"
default: false
selector:
boolean:
variables:
text: !input text
toggle1: !input toggle1
toggle2: !input toggle2
trigger: []
action: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment