diff --git a/README.md b/README.md index e095efe..7af94f6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/custom_components/speedport/manifest.json b/custom_components/speedport/manifest.json index 5618e85..b03a637 100644 --- a/custom_components/speedport/manifest.json +++ b/custom_components/speedport/manifest.json @@ -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" } diff --git a/requirements.txt b/requirements.txt index b8a8c27..1b019e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -speedport-api==0.5.2 +speedport-api==0.5.3 homeassistant~=2023.10 pytz~=2023.3