Add camera icon translations (#108419)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
8dacb4f9ea
commit
b2ba808779
1 changed files with 19 additions and 0 deletions
19
homeassistant/components/camera/icons.json
Normal file
19
homeassistant/components/camera/icons.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue