1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-27 21:35:48 +00:00
Files
core/homeassistant/components/flo/icons.json
2024-08-28 13:47:02 +02:00

27 lines
445 B
JSON

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