Created
July 15, 2022 15:16
-
-
Save zsarnett/69e17d6857c78bd2d5a33e119ce0c7b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Test blueprint | |
domain: automation | |
input: | |
trigger_event: | |
name: Event to trigger on | |
description: This is a field you have to fill out | |
service_to_call: | |
name: Service to call | |
entity: | |
name: Entity | |
selector: | |
entity: | |
domain: binary_sensor | |
device_class: motion | |
integration: demo | |
device: | |
name: Device | |
selector: | |
device: | |
integration: demo | |
entity: | |
domain: binary_sensor | |
device_class: motion | |
area: | |
name: Area | |
selector: | |
area: | |
device: | |
integration: demo | |
entity: | |
integration: demo | |
domain: binary_sensor | |
device_class: motion | |
target: | |
name: Target | |
selector: | |
target: | |
device: | |
integration: demo | |
entity: | |
integration: demo | |
domain: binary_sensor | |
device_class: motion | |
action: | |
name: Action | |
selector: | |
action: | |
bool: | |
name: On or Off | |
default: true | |
selector: | |
boolean: | |
slider: | |
name: Slider | |
default: 100 | |
selector: | |
number: | |
min: -10 | |
max: 120 | |
mode: slider | |
step: 5 | |
unit_of_measurement: seconds | |
number: | |
name: Number | |
default: 100 | |
selector: | |
number: | |
min: 0 | |
max: 100 | |
mode: box | |
unit_of_measurement: minutes | |
time: | |
name: Time | |
default: "12:00:00" | |
selector: | |
time: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment