Skip to content

Commit 1306845

Browse files
committed
Bump version and update documentation
1 parent 59b8876 commit 1306845

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
## Changelog
44

5-
### Ongoing
5+
### Ongoing [0.4.0a5]
66

77
- Add multibike support (see 0.4 beta progress)
8+
- Improve support for migration from <= v0.3 (single bike)
9+
- Remove stale VIA_DEVICE (i.e. the 'Connected to' when viewing the device page)
10+
- Below-the-surface each bike is now created with a unique id `stromerbike-xxxxx`
11+
- Multi-bike (proper) selection using config_flow setup
812

913
### JUL 2024 [0.3.3]
1014

11-
- Added Portuguese Language
15+
- Added Portuguese Language [tnx @ViPeR5000]
16+
- Other smaller fixes and contributes [tnx @L2v@p]
1217

1318
### JUN 2024 [0.3.2]
1419

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The light-switch is called 'Light mode' as depending on your bike type it will s
4242

4343
**BETA** As with the `switch` implementation a `button` is added to reset your trip_data.
4444

45+
**ALPHA** Multi-bike support (see #81 / #82 for details and progress). Currently seems working with a few glitches (v0.4.0a2), hoping to provide more stability (and migration from v0.3) (v0.4.0a4 and upwards). Basically the config-flow will now detect if you have one or multiple bikes. If you have one, you can only select it (obviously). When multiple bikes are in the same account repeat the 'add integration' for each bike, selecting the other bike(s) on each iteration.
46+
4547
## If you want more frequent updates
4648

4749
Basically you'll have to trigger (through automations) the updates yourself. But it's the correct way to learn Home Assistant and the method shown below also saves some API calls to Stromer. Basically this will determine if the bike is **unlocked** and if so start frequent updates. The example will also show you how to add a button to immediately start the more frequent updates. And yes, I'm aware we can make blueprints of this, but I'll leave that for now until we have a broader user base and properly tested integration.

custom_components/stromer/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/CoMPaTech/stromer/issues",
1010
"requirements": [],
11-
"version": "0.4.0a4"
11+
"version": "0.4.0a5"
1212
}

0 commit comments

Comments
 (0)