mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Co-authored-by: Erik Montnemery <erik@montnemery.com>
28 lines
501 B
JSON
28 lines
501 B
JSON
{
|
|
"conditions": {
|
|
"is_detected": {
|
|
"condition": "mdi:brightness-7"
|
|
},
|
|
"is_not_detected": {
|
|
"condition": "mdi:brightness-4"
|
|
},
|
|
"is_value": {
|
|
"condition": "mdi:brightness-percent"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"changed": {
|
|
"trigger": "mdi:brightness-6"
|
|
},
|
|
"cleared": {
|
|
"trigger": "mdi:brightness-4"
|
|
},
|
|
"crossed_threshold": {
|
|
"trigger": "mdi:brightness-6"
|
|
},
|
|
"detected": {
|
|
"trigger": "mdi:brightness-7"
|
|
}
|
|
}
|
|
}
|