This commit is contained in:
2026-01-30 23:31:00 -06:00
commit a39095b3de
2665 changed files with 263970 additions and 0 deletions

View 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"
}
}
}
}