-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ca6635
commit e8def47
Showing
6 changed files
with
77 additions
and
98 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 |
---|---|---|
@@ -1,31 +1,33 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Vaillant vSMART", | ||
"description": "If you need help with the configuration have a look here: https://github.com/MislavMandaric/home-assistant-vaillant-vsmart", | ||
"data": { | ||
"username": "Username", | ||
"password": "Password" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"auth": "Username/Password is wrong." | ||
}, | ||
"abort": { | ||
"single_instance_allowed": "Only a single instance is allowed." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"binary_sensor": "Binary sensor enabled", | ||
"sensor": "Sensor enabled", | ||
"switch": "Switch enabled" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
"state_attributes": { | ||
"climate": { | ||
"preset_mode": { | ||
"winter": "Winter", | ||
"summer": "Summer" | ||
} | ||
} | ||
}, | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Vaillant vSMART", | ||
"description": "If you need help with the configuration have a look here: https://github.com/MislavMandaric/home-assistant-vaillant-vsmart", | ||
"data": { | ||
"client_id": "Client ID", | ||
"client_secret": "Client secret", | ||
"username": "Username", | ||
"password": "Password", | ||
"user_prefix": "User prefix", | ||
"app_version": "App version" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"unknown": "Something went wrong when authenticating with the API." | ||
}, | ||
"abort": { | ||
"already_in_progress": "Integration for provided user is already in progress.", | ||
"already_configured": "Integration for provided user is already configured." | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
{ | ||
"state_attributes": { | ||
"climate": { | ||
"preset_mode": { | ||
"winter": "Zima", | ||
"summer": "Ljeto" | ||
} | ||
} | ||
}, | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Vaillant vSMART", | ||
"description": "Pomoć oko konfiguracije integracije potražite na ovom linku: https://github.com/MislavMandaric/home-assistant-vaillant-vsmart", | ||
"data": { | ||
"client_id": "ID klijenta", | ||
"client_secret": "Tajni kod klijenta", | ||
"username": "Korisničko ime", | ||
"password": "Lozinka", | ||
"user_prefix": "Korisnički prefiks", | ||
"app_version": "Verzija aplikacije" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"unknown": "Došlo je do pogreške u komunikaciji sa serverom." | ||
}, | ||
"abort": { | ||
"already_in_progress": "Integracija je već u tijeku.", | ||
"already_configured": "Integracija je već postavljena." | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.