binary_sensor.updater was scheduled to be deprecated in 2022.5 but it’s gone in 2022.3
I had an automation checking for updates once a week, is there a new way to do this?
Thanks!
use the version integration now
3 Likes
Ah I see.
I had added the Version integration for current version, but didn’t realise I could add other options.
Thanks for your swift response.
For reference, the updater disappeared because you likely use default_config
, where it has been removed without waiting for the end of the deprecation period.
If really needed, if only time to adjust your config, you can add updater:
manually to configuration.yaml
Yes you’re right. I hadn’t looked at default_config properly before, thanks for the heads up.