generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from ViPeR5000/main
Create pt.json
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Para o URL, procure algo como isto: \"http://192.168.1.100:3080/api/connect/v1/\". Se precisar de ajuda com a configuração, consulte aqui: https://github.com/ThomasLomas/ha-starlinghomehub", | ||
"data": { | ||
"url": "URL Local de Ligação do Desenvolvedor", | ||
"api_key": "Chave API" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"auth": "A Chave API está incorreta.", | ||
"connection": "Não foi possível ligar ao hub.", | ||
"unknown": "Ocorreu um erro desconhecido." | ||
} | ||
} | ||
} |