You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

######################################################################
# @CCOSTAN - Follow Me on X
# For more info visit https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# -------------------------------------------------------------------
# Automations Home Assistant YAML - Home Assistant YAML configuration.
# Defines Home Assistant YAML configuration for Automations Home Assistant YAML.
# -------------------------------------------------------------------
######################################################################
- id: '1606000509280'
alias: Tag Test1 is scanned
description: ''
trigger:
- platform: tag
tag_id: 6d16ced7-9cb6-483a-b7ff-25aa11cb4f94
condition: []
action:
- type: toggle
device_id: 48391a44700b46bc8658dddda0bcee98
entity_id: light.sink
domain: light
mode: single
- id: '1606000604096'
alias: Tag Test1 is scanned
description: ''
trigger:
- platform: tag
tag_id: 6d16ced7-9cb6-483a-b7ff-25aa11cb4f94
condition: []
action:
- type: turn_off
device_id: 48391a44700b46bc8658dddda0bcee98
entity_id: light.sink
domain: light
mode: single

Powered by TurnKey Linux.