Sonoff Integration Error "Detected that custom integration 'sonoff' sets an entity ID with wrong domain"

I have numerous errors in my logs relating to this integration. the advice in the log is to file is to create a bug report on Github for the developer AlexxIT.
Clearly there are going to be some changes in a future HA 2027.5.0 which affects this integration. However before I add to the growing number of bugs reported by others is it necessary for every user to report a bug? Are these logs specific to a particular Sonoff device or are they generic. They all seem to be identical to my logs with variations on domain e.g. Number, Switch or Sensor etc in the log detail.
Many thanks

It is recommended for all to check, and if there is already an issue for it. If there is an issue already to give that first post a thumbs up to pass along the severity/need for resolution.

Many thanks @Sir_Goodenough at the link to a fix the issue here fix: use correct entity_id domain per platform (HA 2027.5.0 deprecation) by netflash · Pull Request #1793 · AlexxIT/SonoffLAN · GitHub the developer has closed the issue as "Merged and Closed" Does this mean he has applied and tested a fix and that an updated version of the integration will be forthcoming?

Sounds like it. ¯\(ツ)

On a positive note, 2027.5 is a year away. Dev has 11 months to push a release without you having to worry about it.

True but the error is thrown up by HA 2026.5.0 because it has introduced stricter entity domain validation?

It's a warning, not an error (for now). It'll only become an error in a year. That's why it's there, so devs of custom integrations have time to fix it if they want to keep up with HA's changes.

Many Thanks