Skip to content

Commit 2b12dbf

Browse files
committed
Bump versions and info for release
1 parent a9bf91a commit 2b12dbf

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
## Changelog
44

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

7-
- Add multibike support (see 0.4 beta progress)
8-
- Improve support for migration from <= v0.3 (single bike)
7+
- Add multibike support
8+
- Single and Multi-bike (proper) selection using config_flow setup
9+
- Improve support for migration from <= v0.3.x (single bike in multi-bike)
910
- Remove stale VIA_DEVICE (i.e. the 'Connected to' when viewing the device page)
1011
- Below-the-surface each bike is now created with a unique id `stromerbike-xxxxx`
11-
- Multi-bike (proper) selection using config_flow setup
12+
- Improve timeout and aiohttp connection handling [tnx @dbrgn]
13+
- Timestamp/TZ improvements [tnx @dbrgn]
1214

1315
### JUL 2024 [0.3.3]
1416

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Additional the setup flow will ask you for your username (i.e. e-mail address) a
3535

3636
In the current state it retrieves `bike`, `status` and `position` from the API every 10 minutes.
3737

38-
**BETA** There is an early implementation on toggling data on your bike, `light` and `lock` can be adjusted.
38+
There is an early implementation on toggling data on your bike, `light` and `lock` can be adjusted.
3939
Do note that the switches do not immediately reflect the status (i.e. they will when you toggle them, but switch back quickly).
4040
After your 'switch' command we do request an API update to check on the status, pending that update the switch might toggle back-n-forth some time.
4141
The light-switch is called 'Light mode' as depending on your bike type it will switch on/off or between 'dim and bright'.
4242

43-
**BETA** As with the `switch` implementation a `button` is added to reset your trip_data.
43+
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.
45+
Multi-bike support (see #81 / #82 for details and progress). 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.
4646

4747
## If you want more frequent updates
4848

@@ -134,7 +134,7 @@ icon: mdi:bike
134134
show_state: false
135135
```
136136

137-
## State: ALPHA
137+
## State: BETA
138138

139139
Even though available does not mean it's stable yet, the HA part is solid but the class used to interact with the API is in need of improvement (e.g. better overall handling). This might also warrant having the class available as a module from pypi.
140140

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.0a6"
11+
"version": "0.4.0"
1212
}

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "Stromer E-Bike",
3-
"homeassistant": "2023.12.0",
3+
"homeassistant": "2024.8.0",
44
"render_readme": true
55
}

0 commit comments

Comments
 (0)