StevenLooman / home-assistant-dlna-dmr

DLNA/DMR component for home-assistant
Other
14 stars 1 forks source link

Move upnp_client to own project or use an existing project. #5

Closed StevenLooman closed 6 years ago

StevenLooman commented 6 years ago

The upnp_client should be its own project. This makes installation in home-assistant easier, allows for re-use of the module in other projects, etc.

Or, use something existing and make dlna_dmr do the asyncing properly. One existing project is:

StevenLooman commented 6 years ago

Created async_upnp_client project, this component now uses it.