crazymikefra / HA_RFPlayer

RFPlayer plugin for Home assistant
0 stars 0 forks source link

replace deprecated async_get_registry method #18

Open prahal opened 1 year ago

prahal commented 1 year ago

Fixes: ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration rfplayer: Unable to import component: cannot import name 'async_get_registry' from 'homeassistant.helpers.device_registry' (/usr/src/homeassistant/homeassistant/helpers/device_registry.py)

The fix is the import removal, the replacements are for commented code, to ease work if this code is uncommented.