Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Oct 6, 2023
1 parent b0b7cb7 commit 468203a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
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 🙂
2 changes: 1 addition & 1 deletion custom_components/speedport/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"requirements": [
"speedport-api==0.4.7"
],
"version": "0.1.1"
"version": "0.1.2"
}
2 changes: 2 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "Speedport",
"render_readme": true,
"zip_release": true,
"filename": "speedport.zip",
"country": ["DE"]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
speedport-api~=0.4
speedport-api==0.4.7
homeassistant~=2023.10

0 comments on commit 468203a

Please sign in to comment.