This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
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 #150 from oischinger/fixscaninterval
Fixscaninterval
- Loading branch information
Showing
4 changed files
with
73 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"single_instance_allowed": "Already configured. Only a single configuration possible.", | ||
"unknown": "Unexpected error" | ||
"config": { | ||
"abort": { | ||
"single_instance_allowed": "Already configured. Only a single configuration possible.", | ||
"unknown": "Unexpected error" | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect: {error}", | ||
"invalid_auth": "Invalid authentication", | ||
"too_many_attempts": "Too many attempts, temporarily banned: {error}", | ||
"server_error": "ViCare server error: {error}" | ||
}, | ||
"flow_title": "{name} ({host})", | ||
"step": { | ||
"user": { | ||
"data": { | ||
"client_id": "API Key", | ||
"heating_type": "Heating type", | ||
"password": "Password", | ||
"username": "Email" | ||
}, | ||
"error": { | ||
"invalid_auth": "Invalid authentication" | ||
}, | ||
"flow_title": "{name} ({host})", | ||
"step": { | ||
"user": { | ||
"data": { | ||
"client_id": "API Key", | ||
"heating_type": "Heating type", | ||
"password": "Password", | ||
"username": "Email" | ||
}, | ||
"description": "Set up ViCare integration. To generate API key go to https://developer.viessmann.com" | ||
} | ||
} | ||
"description": "Set up ViCare integration. To generate API key go to https://developer.viessmann.com" | ||
} | ||
} | ||
} | ||
} | ||
} |
99a88c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HA ViCare