5.8.0
New Features
Add #667: switch.*_media_sync
entity allowing to dynamically enable or disable media sync. You can use this in automations to for example download all recordings for the day only during the night, or if you have solar powered camera, maybe only during the sun is up to prevent battery drain.
Cleanup
- #697: Remove async_unload_entry code from platforms, thank you @natekspencer
Breaking Changes
binary_sensor.*_media_sync_enabled
entity is no longer present. It was replaced byswitch.*_media_sync
entity (along with extra attributes).- Media Sync is no longer enabled or disabled via configuration of device, it is now instead controlled via entity
switch.*_media_sync
. Your current setting will be automatically migrated into this new entity.
Notes
- Even when
switch.*_media_sync
is enabled, you still need to define number of hours to synchronize via configuration of device in Home Assistant. See readme for more information.