Files
core/homeassistant/components/onvif/icons.json
T
Joost LekkerkerkerandGitHub 0f71e45fe2 Add entity and icon translations to Onvif (#111991)
* Add icon translations to Onvif

* Add icon translations to Onvif

* Update homeassistant/components/onvif/strings.json
2024-03-02 10:30:48 +01:00

19 lines
276 B
JSON

{
"entity": {
"switch": {
"autofocus": {
"default": "mdi:focus-auto"
},
"ir_lamp": {
"default": "mdi:spotlight-beam"
},
"wiper": {
"default": "mdi:wiper"
}
}
},
"services": {
"ptz": "mdi:pan"
}
}