init
This commit is contained in:
41
custom_components/govee/translations/en.json
Normal file
41
custom_components/govee/translations/en.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"title": "Govee",
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Already configured. Only a single configuration possible."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Cannot connect. Is the API-Key correct and the internet connection working?",
|
||||
"unknown": "Unknown Error."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
"delay": "Poll Interval"
|
||||
},
|
||||
"description": "Get your API Key from the Govee Home App. For Details see https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"cannot_connect": "Cannot connect. Is the API-Key correct and the internet connection working?",
|
||||
"unknown": "Unknown Error.",
|
||||
"disabled_attribute_updates_wrong": "Wrong format, see README above."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key (requires restart)",
|
||||
"delay": "Poll Interval (requires restart)",
|
||||
"use_assumed_state": "Use 'assumed state' (two buttons). Default: True",
|
||||
"offline_is_off": "When a led is offline, show it as off (default doesn't change state). Default: False",
|
||||
"disable_attribute_updates": "DISABLE state updates. Space to disable. Read the README above!"
|
||||
},
|
||||
"title": "Options",
|
||||
"description": "Configure the Govee integration. For Details see https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user