diff --git a/homeassistant/components/camera/icons.json b/homeassistant/components/camera/icons.json new file mode 100644 index 00000000000..37e71c80a67 --- /dev/null +++ b/homeassistant/components/camera/icons.json @@ -0,0 +1,19 @@ +{ + "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" + } +}