Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Oct 15, 2023
1 parent 336d950 commit 4c6e523
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

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

| ⚠️ **Work in progress...** ⚠️ |
|------------------------------|

- Track presence of connected devices
- Turn on/off wifi (guest/office/normal)
- Reconnect, reboot, wps on
Expand All @@ -27,6 +24,14 @@ Telekom Speedport Integration for Home Assistant based on [speedport-api](https:
9. Search for Speedport
10. Insert your router IP/hostname and your password

## Configuration

**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)

**Method 2**: Settings > Devices & Services > Add Integration > **Speedport**
_If the integration is not in the list, you need to clear the browser cache._


## Working devices
* Speedport Smart 4

Expand Down
4 changes: 2 additions & 2 deletions custom_components/speedport/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Andre0512/speedport/issues",
"requirements": [
"speedport-api==0.5.2"
"speedport-api==0.5.3"
],
"version": "0.2.2"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
speedport-api==0.5.2
speedport-api==0.5.3
homeassistant~=2023.10
pytz~=2023.3

0 comments on commit 4c6e523

Please sign in to comment.