Releases: CoMPaTech/stromer
Updated validation
No code changes, just updates to manifest.json and HACS.json to conform to requirements
Fixing device_tracker (GPS location)
Thanks to @webalexeu for reporting this through #36
No idea why I wrote that part of device_tracker
as it was, should work properly now.
Quickfix for sensors not created
Home Assistant 2023.3 compatibility
Merge pull request #13 from CoMPaTech/async_forward_entry_setups Update versions
Alpha release (bug fixes from v0.2.0a1)
Merge pull request #12 from CoMPaTech/async_forward_entry_setups Build forward on #11 for #10
Alpha release (from 2022.3 to 2023.3)
Fixing 2023.3 compatibility as reported per #10
Include last update sensors
This release adds the three update time(r)s available from the Stromer API.
As such we can skip relying the automation timing on bike speed and use the last update instead. The README is adjusted accordingly (do mind that you need to change stromer
to your bike name though).
Note for purists: As both status
and position
from the API publish rcvts
the coordinator renames the latter to rcvts_pos
DO NOT INSTALL - Testing only - adding last-update sensors
v0.1.0a1 Version bump
Support v4 API and fix data handling and reconnection
This release supports both v2/v3 handling (with client_secret) and v4 (with only client_id). If your client_id starts with 4P don't bother filling in the client_secret during setup.
Attempt to fix reconnection issues, but locking/unlocking my bike with the app or physically now actually reproduces the state in Home Assistant (fixing #4) - though in test I put the refresh time at 20 seconds. In the release it is still at 10 minutes (you can change this in the code though, it's in custom_components/stromer/__init__.py
- if time allows I will add this as a configurable option. (I know how to do it in config_flow, just need some spare time on my hands)
Improve token handling and updating entities
This release should handle token-renewal better and ensure entities are updated (i.e. correct state displayed)