planbnet / livisi_unofficial

Unofficial fork of the home assistant livisi integration without dependencies on the abandoned aiolivisi lib
Apache License 2.0
36 stars 5 forks source link

Change WDS_DEVICE_TYPES to Final = ["WDS", "BT-WDS"] #50

Closed kappuchino closed 12 months ago

kappuchino commented 12 months ago

Checklist

Is your feature request related to a problem? Please describe.

I've set up the medion bluetooth sensors, they work in the local smarthome but don't show up in the home assistant version.

Describe the solution you'd like

Change WDS_DEVICE_TYPES: Final = ["WDS"] to WDS_DEVICE_TYPES: Final = ["WDS", "BT-WDS"].

I did that locally and it just worked. As in: Completely.

Describe alternatives you've considered

None, since it just worked changing that...

Additional context

If you need such a divice, I'm happy to send out one for testing.

planbnet commented 12 months ago

Done.