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
73.29k stars 30.61k forks source link

Smartthings integration is not working #129634

Open speixoto opened 19 hours ago

speixoto commented 19 hours ago

The problem

The smartthings integration is not working. Looking at the logs, it seems some Python package is missing: "Error occurred loading flow for integration smartthings: No module named 'pysmartthings'"

I solved it by installing the pysmartthings in the SmartThings pyenv

Later on: "Error occurred loading flow for integration smartthings: No module named 'pysmartapp'"

Again , pip installed the missing one

What version of Home Assistant Core has the issue?

core-2024.10.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

SmartThings

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response