doudz / homeassistant-myjdownloader

myjdownloader integration for home assistant
MIT License
36 stars 8 forks source link

Update device registry entry_type (fixes #20) #22

Closed Unfocused closed 2 years ago

Unfocused commented 2 years ago

As of Home Assistant 2022.3, the device registry entry_type is no longer a string. This updates it to use the relevant DeviceEntryType const.

Fixes https://github.com/doudz/homeassistant-myjdownloader/issues/20

oribafi commented 2 years ago

Thanks a lot, @Unfocused!