diff --git a/README.md b/README.md index de46af8..b5a2aa2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ # Speedport Integration -Telekom Speedport Integration for Home Assistant +[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://hacs.xyz) +[![GitHub](https://img.shields.io/github/license/Andre0512/speedport?color=red)](https://github.com/Andre0512/speedport/blob/main/LICENSE) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Andre0512/speedport?color=green)](https://github.com/Andre0512/speedport/releases/latest) +[![GitHub all releases](https://img.shields.io/github/downloads/Andre0512/speedport/total?color=blue&label=total%20downloads)](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=speedport) + +Telekom Speedport Integration for Home Assistant based on [speedport-api](https://github.com/Andre0512/speedport.git) + +| ⚠️ **Work in progress...** ⚠️ | +|------------------------------| + +Currently, this integration can be used to track devices in network. -| ⚠️ **Work in progress...** ⚠️| -|-----------------------------------| ## Installation #### Installing via HACS @@ -15,4 +23,9 @@ Telekom Speedport Integration for Home Assistant 7. Shift reload your browser 8. Click Add Integration 9. Search for Speedport -10. Insert your router IP/hostname and your password \ No newline at end of file +10. Insert your router IP/hostname and your password + +## Working devices +* Speedport Smart 4 + +So far I can only confirm that it works with my router 🙂 diff --git a/custom_components/speedport/manifest.json b/custom_components/speedport/manifest.json index dd8bc6c..1fedd00 100644 --- a/custom_components/speedport/manifest.json +++ b/custom_components/speedport/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "speedport-api==0.4.7" ], - "version": "0.1.1" + "version": "0.1.2" } diff --git a/hacs.json b/hacs.json index 48bd71d..6f8b76e 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,7 @@ { "name": "Speedport", "render_readme": true, + "zip_release": true, + "filename": "speedport.zip", "country": ["DE"] } diff --git a/requirements.txt b/requirements.txt index 2ff09f1..c949a68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -speedport-api~=0.4 +speedport-api==0.4.7 homeassistant~=2023.10