generated from alexdelprete/ha-template-custom-integration
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/alexdelprete/ha-4noks-eli…
- Loading branch information
Showing
10 changed files
with
68 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,13 +19,13 @@ jobs: | |
|
||
steps: | ||
- name: "Checkout the repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
with: | ||
token: ${{ secrets.WORKFLOW_PAT || github.token }} | ||
ref: ${{ github.head_ref }} | ||
|
||
- name: "Set up Python" | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: "3.11" | ||
cache: "pip" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
contents: write | ||
steps: | ||
- name: "Checkout the repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
with: | ||
token: ${{ secrets.WORKFLOW_PAT || github.token }} | ||
|
||
|
@@ -32,6 +32,6 @@ jobs: | |
zip 4noks_elios4you.zip -r ./ | ||
- name: "Upload the ZIP file to the release" | ||
uses: softprops/action-gh-release@v2.0.8 | ||
uses: softprops/action-gh-release@v2.2.1 | ||
with: | ||
files: ${{ github.workspace }}/custom_components/4noks_elios4you/4noks_elios4you.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: "Checkout the repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
with: | ||
token: ${{ secrets.WORKFLOW_PAT || github.token }} | ||
ref: ${{ github.head_ref }} | ||
|
@@ -26,7 +26,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: "Checkout the repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
with: | ||
token: ${{ secrets.WORKFLOW_PAT || github.token }} | ||
ref: ${{ github.head_ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Configuração de Ligação do Elios4You", | ||
"description": "Se precisar de ajuda com a configuração, visite: https://github.com/alexdelprete/ha-4noks-elios4you", | ||
"data": { | ||
"name": "Nome personalizado do dispositivo (usado como prefixo dos sensores)", | ||
"host": "IP ou nome do host", | ||
"port": "Porta TCP", | ||
"scan_interval": "Período de consulta (mín: 30s máx: 600s)" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"already_configured": "O dispositivo já está configurado" | ||
}, | ||
"abort": { | ||
"already_configured": "O dispositivo já está configurado" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"title": "Opções de Ligação do Elios4You", | ||
"description": "Definir opções de ligação", | ||
"data": { | ||
"host": "IP ou nome do host", | ||
"port": "Porta TCP", | ||
"scan_interval": "Período de consulta (mín: 30s máx: 600s)" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
colorlog==6.8.2 | ||
colorlog==6.9.0 | ||
homeassistant==2024.1.2 | ||
pip>=21.0,<24.3 | ||
ruff==0.6.9 | ||
pip>=21.0,<24.4 | ||
ruff==0.9.1 | ||
telnetlib3>=2.0.4 |