1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/humidity/icons.json
2026-03-24 19:17:25 +01:00

16 lines
241 B
JSON

{
"conditions": {
"is_value": {
"condition": "mdi:water-percent"
}
},
"triggers": {
"changed": {
"trigger": "mdi:water-percent"
},
"crossed_threshold": {
"trigger": "mdi:water-percent"
}
}
}