-
Notifications
You must be signed in to change notification settings - Fork 16
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 #30 from jyavenard/HighPrecisionEnergy
Update for Home Assistant 2021.9
- Loading branch information
Showing
5 changed files
with
71 additions
and
26 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
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,23 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"cannot_connect": "Impossibile connettersi", | ||
"invalid_auth": "Autenticazione non valida", | ||
"unknown": "Errore imprevisto" | ||
}, | ||
"step": { | ||
"auth": { | ||
"data": { | ||
"password": "Password", | ||
"username": "Nome utente" | ||
}, | ||
"description": "Il dispositivo IoTawatt richiede l'autenticazione. Inserisci il nome utente e la password e fai clic sul pulsante Invia." | ||
}, | ||
"user": { | ||
"data": { | ||
"host": "Host" | ||
} | ||
} | ||
} | ||
} | ||
} |
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,23 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"cannot_connect": "Tilkobling mislyktes", | ||
"invalid_auth": "Ugyldig godkjenning", | ||
"unknown": "Uventet feil" | ||
}, | ||
"step": { | ||
"auth": { | ||
"data": { | ||
"password": "Passord", | ||
"username": "Brukernavn" | ||
}, | ||
"description": "IoTawatt -enheten krever autentisering. Skriv inn brukernavn og passord og klikk p\u00e5 Send -knappen." | ||
}, | ||
"user": { | ||
"data": { | ||
"host": "Vert" | ||
} | ||
} | ||
} | ||
} | ||
} |
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