1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/sharkiq/strings.json
2025-10-28 10:33:10 +01:00

62 lines
1.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "Add Shark IQ account",
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"region": "Region",
"username": "[%key:common::config_flow::data::username%]"
}
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"region": "Region",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"region": "Shark IQ uses different services in the EU. Select your region to connect to the correct service for your account."
},
"description": "Sign in to your SharkClean account to control your devices."
}
}
},
"exceptions": {
"invalid_room": {
"message": "The room {room} is unavailable to your vacuum. Make sure all rooms match the SharkClean app, including capitalization."
}
},
"selector": {
"region": {
"options": {
"elsewhere": "Everywhere else",
"europe": "Europe"
}
}
},
"services": {
"clean_room": {
"description": "Cleans a specific user-defined room or set of rooms.",
"fields": {
"rooms": {
"description": "List of rooms to clean",
"name": "Rooms"
}
},
"name": "Clean room"
}
}
}