-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component breaks KNX core integration #21
Comments
I thought the xknx version from manifest.json requirements (of Becker custom integration) will only be used for this integration. I was not aware it overwrites the xknx version used for HA core. |
Great! Maybe see this post (and few following) for an alternative approach that would probably be more future proof: https://community.home-assistant.io/t/yet-another-time-controlled-cover-rflink/72759/111?u=farmio or here nagyrobi/home-assistant-custom-components-cover-rf-time-based#50 |
Unfortunately the pinning was neccessary. In the current version TravelCalculator has no "_calculate_travel_time" |
It was just renamed But I think it's still not a good idea to import a 16kLOC library for some side-show proportion calculations. |
You guys make me crazy. But that is open source 😉 |
Done 😄 |
Thank you very much! Users of KNX and your component will appreciate it 😃 |
hass-becker-component-plus-pybecker/manifest.json
Line 7 in 10b69bc
This replaces the xknx version required by the core KNX integration, rendering it unusable.
Please don't pin-require outdated xknx versions in your component.
See https://community.home-assistant.io/t/secureconfig-error-in-knx-integration/566793
The text was updated successfully, but these errors were encountered: