Add camera icon translations (#108419)

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
Franck Nijhof 2024-01-20 11:39:13 +01:00 committed by GitHub
parent 8dacb4f9ea
commit b2ba808779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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