mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 07:34:07 +01:00
16 lines
235 B
JSON
16 lines
235 B
JSON
{
|
|
"conditions": {
|
|
"is_value": {
|
|
"condition": "mdi:thermometer"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"changed": {
|
|
"trigger": "mdi:thermometer"
|
|
},
|
|
"crossed_threshold": {
|
|
"trigger": "mdi:thermometer"
|
|
}
|
|
}
|
|
}
|