-
Notifications
You must be signed in to change notification settings - Fork 2
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 #9 from cyr-ius/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
- Loading branch information
Showing
10 changed files
with
68 additions
and
72 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
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 |
---|---|---|
@@ -1,21 +1,20 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Bouygue Bbox registration", | ||
"data": { | ||
"host": "[%key:common::config_flow::data::host%]", | ||
"password": "[%key:common::config_flow::data::password%]" | ||
} | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Bouygue Bbox registration", | ||
"data": { | ||
"host": "[%key:common::config_flow::data::host%]", | ||
"password": "[%key:common::config_flow::data::password%]" | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", | ||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" | ||
}, | ||
"abort": { | ||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]" | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", | ||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" | ||
}, | ||
"abort": { | ||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]" | ||
} | ||
} | ||
} |
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,21 +1,20 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Bouygue Bbox registration", | ||
"data": { | ||
"host": "Host", | ||
"password": "Password" | ||
} | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Bouygue Bbox registration", | ||
"data": { | ||
"host": "Host", | ||
"password": "Password" | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect", | ||
"invalid_auth": "Invalid authentication" | ||
}, | ||
"abort": { | ||
"already_configured": "Your account is already configured." | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect", | ||
"invalid_auth": "Invalid authentication" | ||
}, | ||
"abort": { | ||
"already_configured": "Your account is already configured." | ||
} | ||
} | ||
} |
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,21 +1,20 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Enregistrement Bouygue Bbox", | ||
"data": { | ||
"host": "Url", | ||
"password": "Mot de passe" | ||
} | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Enregistrement Bouygue Bbox", | ||
"data": { | ||
"host": "Url", | ||
"password": "Mot de passe" | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Impossible de se connecter", | ||
"invalid_auth": "Authentification incorrect" | ||
}, | ||
"abort": { | ||
"already_configured": "Votre équipement est déjà configuré." | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Impossible de se connecter", | ||
"invalid_auth": "Authentification incorrect" | ||
}, | ||
"abort": { | ||
"already_configured": "Votre équipement est déjà configuré." | ||
} | ||
} | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "Bouygues Bbox", | ||
"country": ["FR"], | ||
"homeassistant": "0.110.0", | ||
"render_readme": true | ||
"name": "Bouygues Bbox", | ||
"country": ["FR"], | ||
"homeassistant": "0.110.0", | ||
"render_readme": true | ||
} |