jheling / freeathome

Free@Home component for Home Assistant
103 stars 37 forks source link

Integration not possible - Requirements for freeathome not found: ['slixmpp==1.8.3']. #165

Closed m4rsi closed 8 months ago

m4rsi commented 9 months ago

Hi, integration does not seem to work for me as I keep getting error messages.

I have added the "freeathome" folder to my HomeAssistant config folder "\192.168.188.167\config\custom_components\freeathome". After restarting HomeAssistant the Busch/Jäger Free@Home integration is not automatically detected and when I select it from "Add new integration" I get an error 500 after some time.

I tried to configure "configuration.yaml" by myself, but the error is still there.

home-assistant.log says: homeassistant.requirements.RequirementsNotFound: Requirements for freeathome not found: ['slixmpp==1.8.3'].

jheling commented 9 months ago

hello, could you try to change the slixmpp version in requirements.txt and manifest.json to 1.8.4?

m4rsi commented 9 months ago

That did the trick. Thanks alot jheling