-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix translations file so proper prompts show up in setup and configur…
…ation config flow dialogues.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"title": "Omnilogic", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"username": "Username (not email)", | ||
"password": "Password" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Can't connect to Hayward Omnilogic. Please try again.", | ||
"invalid_auth": "Invalid Hayward credentials. Ensure you are using your username to log in and try again.", | ||
"unknown": "Unknown error. Please try again." | ||
}, | ||
"abort": { | ||
"single_instance_allowed": "The Omnilogic integration is already configured. Only one instance is allowed." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"polling_interval": "Polling interval (in seconds)", | ||
"ph_offset": "pH offset (positive or negative)" | ||
} | ||
} | ||
} | ||
} | ||
} |