mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add camera icon translations (#108419)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
8dacb4f9ea
commit
b2ba808779
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…
x
Reference in New Issue
Block a user