W00D00 / home-assistant-elero

Elero Centero component
GNU General Public License v3.0
39 stars 10 forks source link

Elero custom_component not working in HA 2022.3 #30

Closed XevDoc closed 2 years ago

XevDoc commented 2 years ago

The elero component is not available in the latest HA release.

I tried the suggestion to change the requirement for the library like this:

init.py: REQUIREMENTS = ["pyserial==3.5"]

manifest.json: "requirements": ["pyserial==3.5"],

But it's not loading.

XevDoc commented 2 years ago

Update: After a full reboot of HA it's working now with pyserial==3.5