danielwelch / hassio-dropbox-sync

Back up your Hass.io snapshots and other local files to Dropbox
Apache License 2.0
132 stars 37 forks source link

Add-on config 'startup' with 'before' is deprecated. #43

Open BruceDenney opened 3 years ago

BruceDenney commented 3 years ago

WARNING (MainThread) [supervisor.addons.validate] Add-on config 'startup' with 'before' is deprecated. Please report this to the maintainer of Dropbox Sync

WhatMeansGithub commented 2 years ago

Getting the same message. I'm guessing this project might be abandoned?

quammy commented 2 years ago

Getting the same. I've moved from HA OS on RPi to Home Assistant Supervised on NUC and now the Dropbox doesn't add-on work. All other add-ons do work. On the RPi it worked but I'm not sure if the error the OP mentioned appeared or not. Any idea if the error related to the add-on not working?

rchamp26 commented 2 years ago

the warning will not prevent the addon from running. a simple fix for this warning is to change startup: before in the config to json to startup: services (if you want it to start before hass) or startup: application or just remove that line entirely (hass addon configs default to startup:application, per the addon configutation dev docs for home assistant https://developers.home-assistant.io/docs/add-ons/configuration/

quammy commented 2 years ago

Thanks for the info

austin202220 commented 2 years ago

22-01-28 13:28:37 WARNING (SyncWorker_3) [supervisor.addons.validate] Add-on config 'startup' with 'before' is deprecated. Please report this to the maintainer of Dropbox Sync

I will try out the fix from /u/rchamp26