B5r1oJ0A9G / teufel_raumfeld

Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.
GNU General Public License v3.0
30 stars 6 forks source link

version bump hassfeld to 0.3.11 #32

Closed btittelbach closed 2 years ago

btittelbach commented 2 years ago

Homeassistant now uses async_upnp_client 0.27 which moved UpnpFactory to it's own submodule.

To make teufel_raumfeld and hassfeld work again with homeassistant 2022.04 and newer, these changes are necessary.

This should fix https://github.com/B5r1oJ0A9G/teufel_raumfeld/issues/31

This pull-request is super simple and the code is basically copied from the same fix for openhomedevice https://github.com/bazwilliams/openhomedevice/compare/2.0.1...2.0.2. Yet be aware I won't actually have the opportunity to actually test it for a few more days.

B5r1oJ0A9G commented 2 years ago

Thanks again for your contribution @btittelbach!