home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.17k stars 30.2k forks source link

"bluepy" broke Tikteck integration #80286

Closed iq860 closed 1 year ago

iq860 commented 1 year ago

The problem

The Tikteck integration forgot to highlight that one of its dependencies is bluepy which was in the breaking change of the release notes of core-2022.7.0 after adding the snippet to the configuration.yaml file when validating the sits you get Platform error light.tikteck - No module named 'bluepy'

Tikteck should be updated to use Bleak instead

What version of Home Assistant Core has the issue?

core-2022.7.0 and up

What was the last working version of Home Assistant Core?

core-2022.6.x

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Tikteck

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tikteck/

Diagnostics information

No response

Example YAML snippet

light:
  - platform: tikteck
    devices:
      00:21:4D:03:0C:1D:
        name: Other light
        password: 755845931
      00:21:4D:6F:06:97:
        name: Bedroom light
        password: 877503042

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 year ago

tikteck documentation tikteck source

elupus commented 1 year ago

Given that this integration has no maintainer. Perhaps its something you could look at @iq860 ?