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

62 lines
1.2 KiB
JSON

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