Skip to content

Commit

Permalink
Add camera icon translations (#108419)
Browse files Browse the repository at this point in the history
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
  • Loading branch information
frenck and balloob authored Jan 20, 2024
1 parent 8dacb4f commit b2ba808
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions homeassistant/components/camera/icons.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit b2ba808

Please sign in to comment.