Skip to content

Commit

Permalink
Create release for hacs default pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Oct 8, 2023
1 parent 468203a commit 63d0420
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/hacs_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ jobs:
uses: "hacs/action@main"
with:
category: "integration"
ignore: "brands"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![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)
Telekom Speedport Integration for Home Assistant based on [speedport-api](https://github.com/Andre0512/speedport-api.git)

| ⚠️ **Work in progress...** ⚠️ |
|------------------------------|
Expand Down
2 changes: 1 addition & 1 deletion custom_components/speedport/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
STEP_USER_DATA_SCHEMA = vol.Schema(
{
vol.Required("host", default="speedport.ip"): str,
vol.Required("password", default="route89251984"): str,
vol.Required("password"): str,
}
)

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.4.7"
"speedport-api==0.4.8"
],
"version": "0.1.2"
"version": "0.1.3"
}
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.7
speedport-api==0.4.8
homeassistant~=2023.10

0 comments on commit 63d0420

Please sign in to comment.