Update custom components

This commit is contained in:
Florian Brinker
2021-08-28 21:21:19 +02:00
parent 4b4a1af316
commit 10c34b84f1
1658 changed files with 3572 additions and 701 deletions

View File

@@ -34,9 +34,21 @@
"motion_off_delay": "Motion sensor off delay (seconds)",
"playback_months": "Playback range (months)",
"playback_thumbnails": "Create thumbnails for playback items",
"playback_thumbnail_offset": "Pre-Record offset (seconds) for thumbnail"
"playback_thumbnail_path": "Custom thumbnail path"
}
}
}
},
"device_automation": {
"trigger_type": {
"new_vod": "New motion video detected"
},
"action_type": {
"capture_vod_thumbnail": "Save snapshot as motion thumbnail"
},
"condition_type": {
"vod_no_thumbnail": "Latest motion video has no thumbnail",
"vod_has_thumbnail": "Latest motion video has a thumbnail"
}
}
}