hass-core/homeassistant/components/camera/icons.json
Franck Nijhof b2ba808779
Add camera icon translations (#108419)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2024-01-20 11:39:13 +01:00

19 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"
}
}