1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 19:37:12 +00:00
Files
core/homeassistant/components/flo/icons.json
2025-10-28 10:33:10 +01:00

27 lines
445 B
JSON

{
"entity": {
"switch": {
"shutoff_valve": {
"default": "mdi:valve-closed",
"state": {
"on": "mdi:valve-open"
}
}
}
},
"services": {
"run_health_test": {
"service": "mdi:heart-flash"
},
"set_away_mode": {
"service": "mdi:home-off"
},
"set_home_mode": {
"service": "mdi:home"
},
"set_sleep_mode": {
"service": "mdi:sleep"
}
}
}