mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01: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"
|
|
}
|
|
}
|
|
}
|