966e8aeca4
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
72 lines
2.6 KiB
JSON
72 lines
2.6 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
|
|
},
|
|
"error": {
|
|
"bad_request": "Invalid request. Check your configuration.",
|
|
"cannot_connect": "Failed to connect to the Kiosker device.",
|
|
"invalid_auth": "Authentication failed. Check your API token.",
|
|
"invalid_ip_auth": "IP authentication failed. Check your IP whitelist.",
|
|
"tls_error": "TLS verification failed. Check your SSL settings.",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_token": "[%key:common::config_flow::data::api_token%]",
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"api_token": "The API token for the Kiosker App. This can be generated in the app API settings.",
|
|
"host": "The hostname or IP address of the device running the Kiosker App",
|
|
"ssl": "Connect to the Kiosker App using HTTPS. The Kiosker API has to be configured for SSL.",
|
|
"verify_ssl": "Verify SSL certificate. Enable for valid certificates only."
|
|
},
|
|
"description": "Enable the API in Kiosker settings to pair with Home Assistant.",
|
|
"title": "Pair Kiosker App"
|
|
},
|
|
"zeroconf": {
|
|
"description": "Do you want to configure {name} at {host}?"
|
|
},
|
|
"zeroconf_confirm": {
|
|
"data": {
|
|
"api_token": "[%key:common::config_flow::data::api_token%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"api_token": "The API token for the Kiosker App. This can be generated in the app API settings.",
|
|
"verify_ssl": "Verify SSL certificate. Enable for valid certificates only."
|
|
},
|
|
"description": "You are about to pair `{name}` at `{host}` with Home Assistant.\n\nPlease provide the API token to complete setup.",
|
|
"submit": "Pair",
|
|
"title": "Discovered Kiosker App"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"blackout_state": {
|
|
"name": "Blackout"
|
|
},
|
|
"screensaver_state": {
|
|
"name": "Screensaver"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"ambient_light": {
|
|
"name": "Ambient light"
|
|
},
|
|
"last_interaction": {
|
|
"name": "Last interaction"
|
|
},
|
|
"last_motion": {
|
|
"name": "Last motion"
|
|
}
|
|
}
|
|
}
|
|
}
|