1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/rachio/icons.json
2025-10-28 10:33:10 +01:00

33 lines
581 B
JSON

{
"entity": {
"switch": {
"rain_delay": {
"default": "mdi:camera-timer"
},
"standby": {
"default": "mdi:power"
}
}
},
"services": {
"pause_watering": {
"service": "mdi:pause"
},
"resume_watering": {
"service": "mdi:play"
},
"set_zone_moisture_percent": {
"service": "mdi:water-percent"
},
"start_multiple_zone_schedule": {
"service": "mdi:play"
},
"start_watering": {
"service": "mdi:water"
},
"stop_watering": {
"service": "mdi:stop"
}
}
}