Detected that custom integration 'anniversaries' sets "options" directly to update a config entry. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to use async_update_entry instead at custom_components/anniversaries/__init__.py, line 62: config_entry.options = config_entry.data, please report it to the author of the 'anniversaries' custom integration
Hi,
Since ha 2024.3 there's a warning.
Warming in log
Detected that custom integration 'anniversaries' sets "options" directly to update a config entry. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to use async_update_entry instead at custom_components/anniversaries/__init__.py, line 62: config_entry.options = config_entry.data, please report it to the author of the 'anniversaries' custom integration