1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/foscam/icons.json
2025-09-11 11:59:05 +02:00

53 lines
1.0 KiB
JSON

{
"services": {
"ptz": {
"service": "mdi:pan"
},
"ptz_preset": {
"service": "mdi:target-variant"
}
},
"entity": {
"switch": {
"flip_switch": {
"default": "mdi:flip-vertical"
},
"mirror_switch": {
"default": "mdi:mirror"
},
"ir_switch": {
"default": "mdi:theme-light-dark"
},
"sleep_switch": {
"default": "mdi:sleep"
},
"white_light_switch": {
"default": "mdi:light-flood-down"
},
"siren_alarm_switch": {
"default": "mdi:alarm-note"
},
"turn_off_volume_switch": {
"default": "mdi:volume-off"
},
"turn_off_light_switch": {
"default": "mdi:lightbulb-fluorescent-tube"
},
"hdr_switch": {
"default": "mdi:hdr"
},
"wdr_switch": {
"default": "mdi:alpha-w-box"
}
},
"number": {
"device_volume": {
"default": "mdi:volume-source"
},
"speak_volume": {
"default": "mdi:account-voice"
}
}
}
}