Created
May 28, 2025 10:07
-
-
Save peyanski/8a5300474feb4d83f112459a8ec83864 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
alias: below 25cm turn on | |
description: "" | |
triggers: | |
- type: value | |
device_id: 59ac4992933be25320a2f12246deeaf1 # change with yours | |
entity_id: 7a8b7e472f3c73cdfc240132252062ac # change with yours | |
domain: sensor | |
metadata: | |
secondary: false | |
trigger: device | |
below: 0.25 | |
conditions: [] | |
actions: | |
- action: light.turn_on | |
metadata: {} | |
data: | |
brightness_pct: 100 | |
target: | |
entity_id: light.smart_bulb # change with yours | |
mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment