pinkywafer / Anniversaries

Anniversary Countdown Sensor for Home Assistant
MIT License
169 stars 26 forks source link

Warning options in config entry #160

Open LEJOUI opened 8 months ago

LEJOUI commented 8 months ago

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