Files
core/homeassistant/components/blink/icons.json
T
4d5ae57390 Add camera recording service to blink (#110612)
Add camera clip recording service to blink

Revival of #46598 by @fronzbot, therefore:

Co-authored-by: Kevin Fronczak <kfronczak@gmail.com>
2024-05-12 19:35:01 -07:00

23 lines
458 B
JSON

{
"entity": {
"sensor": {
"wifi_strength": {
"default": "mdi:wifi"
}
},
"switch": {
"camera_motion": {
"default": "mdi:motion-sensor"
}
}
},
"services": {
"blink_update": "mdi:update",
"record": "mdi:video-box",
"trigger_camera": "mdi:image-refresh",
"save_video": "mdi:file-video",
"save_recent_clips": "mdi:file-video",
"send_pin": "mdi:two-factor-authentication"
}
}