mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"entity": {
|
|
"number": {
|
|
"device_volume": {
|
|
"default": "mdi:volume-source"
|
|
},
|
|
"speak_volume": {
|
|
"default": "mdi:account-voice"
|
|
}
|
|
},
|
|
"switch": {
|
|
"car_detection": {
|
|
"default": "mdi:car-hatchback"
|
|
},
|
|
"flip_switch": {
|
|
"default": "mdi:flip-vertical"
|
|
},
|
|
"hdr_switch": {
|
|
"default": "mdi:hdr"
|
|
},
|
|
"human_detection": {
|
|
"default": "mdi:human"
|
|
},
|
|
"ir_switch": {
|
|
"default": "mdi:theme-light-dark"
|
|
},
|
|
"mirror_switch": {
|
|
"default": "mdi:mirror"
|
|
},
|
|
"pet_detection": {
|
|
"default": "mdi:paw"
|
|
},
|
|
"siren_alarm_switch": {
|
|
"default": "mdi:alarm-note"
|
|
},
|
|
"sleep_switch": {
|
|
"default": "mdi:sleep"
|
|
},
|
|
"turn_off_light_switch": {
|
|
"default": "mdi:lightbulb-fluorescent-tube"
|
|
},
|
|
"turn_off_volume_switch": {
|
|
"default": "mdi:volume-off"
|
|
},
|
|
"wdr_switch": {
|
|
"default": "mdi:alpha-w-box"
|
|
},
|
|
"white_light_switch": {
|
|
"default": "mdi:light-flood-down"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"ptz": {
|
|
"service": "mdi:pan"
|
|
},
|
|
"ptz_preset": {
|
|
"service": "mdi:target-variant"
|
|
}
|
|
}
|
|
}
|