mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add service icons to Amcrest (#113276)
This commit is contained in:
parent
1191032b08
commit
21a2871014
15
homeassistant/components/amcrest/icons.json
Normal file
15
homeassistant/components/amcrest/icons.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"enable_recording": "mdi:record-rec",
|
||||||
|
"disable_recording": "mdi:stop",
|
||||||
|
"enable_audio": "mdi:volume-high",
|
||||||
|
"disable_audio": "mdi:volume-off",
|
||||||
|
"enable_motion_recording": "mdi:motion-sensor",
|
||||||
|
"disable_motion_recording": "mdi:motion-sensor-off",
|
||||||
|
"goto_preset": "mdi:pan",
|
||||||
|
"set_color_bw": "mdi:palette",
|
||||||
|
"start_tour": "mdi:panorama",
|
||||||
|
"stop_tour": "mdi:panorama-outline",
|
||||||
|
"ptz_control": "mdi:pan"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user