You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,14 @@ Additional the setup flow will ask you for your username (i.e. e-mail address) a
35
35
36
36
In the current state it retrieves `bike`, `status` and `position` from the API every 10 minutes.
37
37
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.
39
39
Do note that the switches do not immediately reflect the status (i.e. they will when you toggle them, but switch back quickly).
40
40
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.
41
41
The light-switch is called 'Light mode' as depending on your bike type it will switch on/off or between 'dim and bright'.
42
42
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.
44
+
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.
44
46
45
47
## If you want more frequent updates
46
48
@@ -132,7 +134,7 @@ icon: mdi:bike
132
134
show_state: false
133
135
```
134
136
135
-
## State: ALPHA
137
+
## State: BETA
136
138
137
139
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.
0 commit comments