mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
16 lines
241 B
JSON
16 lines
241 B
JSON
{
|
|
"conditions": {
|
|
"is_value": {
|
|
"condition": "mdi:water-percent"
|
|
}
|
|
},
|
|
"triggers": {
|
|
"changed": {
|
|
"trigger": "mdi:water-percent"
|
|
},
|
|
"crossed_threshold": {
|
|
"trigger": "mdi:water-percent"
|
|
}
|
|
}
|
|
}
|