-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
1 changed file
with
48 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,48 @@ | ||
{ | ||
"title":"Yoto", | ||
"config":{ | ||
"step":{ | ||
"user":{ | ||
"title":"Yoto - Authentication", | ||
"description":"Set up your Yoto to integrate with Home Assistant.", | ||
"data":{ | ||
"username":"Username", | ||
"password":"Password" | ||
} | ||
}, | ||
"reauth_confirm":{ | ||
"title":"Yoto - Reauthentication", | ||
"description":"Your account is unable to authenticate. Click Submit to re-setup." | ||
} | ||
}, | ||
"abort":{ | ||
"already_configured":"Device is already configured" | ||
}, | ||
"error":{ | ||
"invalid_auth":"Login failed into Yoto Servers. Please use official app to logout and log back in and try again!", | ||
"unknown":"Unexpected error" | ||
} | ||
}, | ||
"options":{ | ||
"step":{ | ||
"init":{ | ||
"title":"Yoto - Configuration", | ||
"data":{ | ||
"scan_interval":"Scan Interval (min)" | ||
} | ||
} | ||
} | ||
}, | ||
"services": { | ||
"update": { | ||
"name": "Update", | ||
"description": "Update player data from service cache", | ||
"fields": { | ||
"device_id": { | ||
"name": "Player", | ||
"description": "Target Player" | ||
} | ||
} | ||
} | ||
} | ||
} |