core/homeassistant/components/camera/icons.json

20 lines
418 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:video",
"state": {
"off": "mdi:video-off"
}
}
},
"services": {
"disable_motion_detection": "mdi:motion-sensor-off",
"enable_motion_detection": "mdi:motion-sensor",
"play_stream": "mdi:play",
"record": "mdi:record-rec",
"snapshot": "mdi:camera",
"turn_off": "mdi:video-off",
"turn_on": "mdi:video"
}
}