mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 22:54:24 +01:00
* Add icon translations to Onvif * Add icon translations to Onvif * Update homeassistant/components/onvif/strings.json
19 lines
276 B
JSON
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"
|
|
}
|
|
}
|