1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 21:54:27 +01:00
Files
2026-05-17 12:50:44 +02:00

106 lines
3.3 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"
}
},
"button": {
"clear_cache": {
"name": "Clear cache"
},
"clear_cookies": {
"name": "Clear cookies"
},
"navigate_backward": {
"name": "Go back"
},
"navigate_forward": {
"name": "Go forward"
},
"navigate_home": {
"name": "Go home"
},
"navigate_refresh": {
"name": "Refresh page"
},
"ping": {
"name": "Ping"
},
"print": {
"name": "Print page"
},
"screensaver_interact": {
"name": "Dismiss screensaver"
}
},
"sensor": {
"ambient_light": {
"name": "Ambient light"
},
"last_interaction": {
"name": "Last interaction"
},
"last_motion": {
"name": "Last motion"
}
},
"switch": {
"disable_screensaver": {
"name": "Disable screensaver"
}
}
}
}