schmittx / home-assistant-eero

Eero integration for Home Assistant
MIT License
108 stars 22 forks source link

Replace deprecated 'async_get_registry' method with 'async_get' #39

Closed samblooms closed 1 year ago

samblooms commented 1 year ago

The 'async_get_registry()' method in init.py has been deprecated. It should be replaced with 'async_get()'. Didn't seem to be a breaking change, but it logs an error message at startup.

schmittx commented 1 year ago

Addressed in 1.2.0