Skip to content

Commit 4c6e523

Browse files
committed
Bump version
1 parent 336d950 commit 4c6e523

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
Telekom Speedport Integration for Home Assistant based on [speedport-api](https://github.com/Andre0512/speedport-api.git)
88

9-
| ⚠️ **Work in progress...** ⚠️ |
10-
|------------------------------|
11-
129
- Track presence of connected devices
1310
- Turn on/off wifi (guest/office/normal)
1411
- Reconnect, reboot, wps on
@@ -27,6 +24,14 @@ Telekom Speedport Integration for Home Assistant based on [speedport-api](https:
2724
9. Search for Speedport
2825
10. Insert your router IP/hostname and your password
2926

27+
## Configuration
28+
29+
**Method 1**: [![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=speedport)
30+
31+
**Method 2**: Settings > Devices & Services > Add Integration > **Speedport**
32+
_If the integration is not in the list, you need to clear the browser cache._
33+
34+
3035
## Working devices
3136
* Speedport Smart 4
3237

custom_components/speedport/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"iot_class": "local_polling",
1313
"issue_tracker": "https://github.com/Andre0512/speedport/issues",
1414
"requirements": [
15-
"speedport-api==0.5.2"
15+
"speedport-api==0.5.3"
1616
],
17-
"version": "0.2.2"
17+
"version": "0.3.0"
1818
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
speedport-api==0.5.2
1+
speedport-api==0.5.3
22
homeassistant~=2023.10
33
pytz~=2023.3

0 commit comments

Comments
 (0)