1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/screenlogic/icons.json
2024-08-28 13:48:01 +02:00

14 lines
222 B
JSON

{
"services": {
"set_color_mode": {
"service": "mdi:palette"
},
"start_super_chlorination": {
"service": "mdi:pool"
},
"stop_super_chlorination": {
"service": "mdi:pool"
}
}
}