Skip to content

Commit

Permalink
Atualização da documentação com lista de releases ao invés de um rele…
Browse files Browse the repository at this point in the history
…ase específico
  • Loading branch information
fabianosan committed Jan 2, 2025
1 parent a8fda99 commit c07636a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/en/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Next, you need to create a Lambda function.
![](images/lambda_trigger.png)

- Now scroll down to the `Code` tab > `Code source`, then click the `Upload from` button on the right and select `zip file`.
- Upload the `lambda_function.zip` downloaded from the [latest releases](https://github.com/fabianosan/HomeAssistantAssistAWS/releases/download/lambda_functions_v0.6/lambda_functions_v0.6.zip).
- Upload the `lambda_function_v*.zip` downloaded from the [latest releases](https://github.com/fabianosan/HomeAssistantAssistAWS/releases).
- All the code will be replaced by the uploaded file, and you can’t edit it _(If you want to edit any files, do it in your station before this step)_.
- Click on `Deploy` button to publish the updated code.
- Navigate to the `Configuration` tab, select `Environment variables` on the left navigation menu. You need to add `at least one environment variable` from the list below. The remaining variables are `optional`, but they configure specific features in the skill's operation. To add a variable, click on `Edit` button, then add the following key and values:
Expand Down
2 changes: 1 addition & 1 deletion doc/pt/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Agora você precisa criar uma função Lambda.
![](../en/images/lambda_trigger.png)

- Agora role até a aba `Code` > `Code source`, depois clique no botão `Upload from` à direita e selecione `zip file`.
- Faça upload do arquivo `lambda_function.zip` baixado dos [últimos lançamentos](https://github.com/fabianosan/HomeAssistantAssistAWS/releases/download/lambda_functions_v0.1/lambda_functions_v0.1.zip).
- Faça upload do arquivo `lambda_function_v*.zip` baixado dos [últimos lançamentos](https://github.com/fabianosan/HomeAssistantAssistAWS/releases).
- Todo o código será substituído pelo arquivo enviado, e você não poderá editá-lo _(Se quiser editar algum arquivo, faça isso em sua estação antes deste passo)_.
- Clique no botão `Deploy` para publicar o código atualizado.
- Navegue até a aba `Configuration`, selecione `Environment variables` no menu de navegação à esquerda. Você precisa adicionar `pelo menos uma variável de ambiente` da lista abaixo. As variáveis restantes são `opcionais`, mas configuram recursos específicos no funcionamento da skill. Para adicionar uma variável, clique no botão `Edit`, depois adicione as seguintes chaves e valores:
Expand Down

0 comments on commit c07636a

Please sign in to comment.