-
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
feat(influxdb): add path and protocol to config input #206
Conversation
89e6af6
to
e1e94dc
Compare
tested and works well :) |
This looks pretty clean and nice @maurerle, let me please just re-test it in my environments and I think it will be ready to merge... |
@maurerle I have (with your kind permission) adjusted couple things to make it better fit the rest of the code. The InfluxDB settings layout is now responsive single line to consume less space. The Could you please test whether it works as expected before we merge it? |
works well, LGTM :) |
# [1.4.0](1.3.1...1.4.0) (2024-12-16) ### Bug Fixes * Add Filter/Close button to device pills ([ed4812b](ed4812b)) * Clarify measurements/sec on Dashboard ([70962e6](70962e6)) * Display VRM token name/id in UI ([8b60d91](8b60d91)) * Implement basic log filtering ([e0bff62](e0bff62)) * Implement correct log filtering for VRM devices ([cbf044b](cbf044b)) * Improve Troubleshooting page experience ([0de2907](0de2907)) * Show badge close button to indicate filter is active ([3298db5](3298db5)) * Turn AppContent into flex container ([4d98480](4d98480)) * Use `idAccessToken` returned via `/me` endpoint to derive VRM token name ([80c6b57](80c6b57)) * Use `My Installations`, and `Other` in VRM settings ([66e65fa](66e65fa)) * Validate VRM token on refresh, determine token name ([5b04cba](5b04cba)) ### Features * Allow custom per device MQTT subscription ([1b06965](1b06965)) * **influxdb:** add path and protocol to config input ([#206](#206)) ([5508a88](5508a88))
🎉 This PR is included in version 1.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Draft PR to add protocol and path to influxdb client
closes #205