nielsfaber / scheduler-component

Custom component for HA that enables the creation of scheduler entities
GNU General Public License v3.0
634 stars 41 forks source link

Use async_get instead of async_get_registry for entity registry #200

Closed raman325 closed 2 years ago

raman325 commented 2 years ago

async_get_registry is deprecated

nielsfaber commented 2 years ago

Thanks a lot for the fix! 👍 I was aware that in the upcoming HA release the deprecation warning would be given, but I had no clue (yet) how to fix it. You beat me to it 😉