core/homeassistant/components/ezviz/icons.json

33 lines
573 B
JSON

{
"entity": {
"button": {
"ptz_up": {
"default": "mdi:pan"
},
"ptz_down": {
"default": "mdi:pan"
},
"ptz_left": {
"default": "mdi:pan"
},
"ptz_right": {
"default": "mdi:pan"
}
},
"number": {
"detection_sensibility": {
"default": "mdi:eye"
}
},
"select": {
"alarm_sound_mode": {
"default": "mdi:alarm"
}
}
},
"services": {
"set_alarm_detection_sensibility": "mdi:motion-sensor",
"wake_device": "mdi:sleep-off"
}
}