Skip to content

Commit 63d0420

Browse files
committed
Create release for hacs default pr
1 parent 468203a commit 63d0420

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/hacs_check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ jobs:
1515
uses: "hacs/action@main"
1616
with:
1717
category: "integration"
18-
ignore: "brands"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Andre0512/speedport?color=green)](https://github.com/Andre0512/speedport/releases/latest)
55
[![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)
66

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

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

custom_components/speedport/config_flow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
STEP_USER_DATA_SCHEMA = vol.Schema(
2121
{
2222
vol.Required("host", default="speedport.ip"): str,
23-
vol.Required("password", default="route89251984"): str,
23+
vol.Required("password"): str,
2424
}
2525
)
2626

custom_components/speedport/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"iot_class": "local_polling",
1313
"issue_tracker": "https://github.com/Andre0512/speedport/issues",
1414
"requirements": [
15-
"speedport-api==0.4.7"
15+
"speedport-api==0.4.8"
1616
],
17-
"version": "0.1.2"
17+
"version": "0.1.3"
1818
}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
speedport-api==0.4.7
1+
speedport-api==0.4.8
22
homeassistant~=2023.10

0 commit comments

Comments
 (0)