1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/roomba/strings.json

31 lines
840 B
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to the device",
"description": "Currently retrieving the BLID and password is a manual process. Please follow the steps outlined in the documentation at: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"blid": "BLID",
"password": "[%key:common::config_flow::data::password%]",
"continuous": "Continuous",
"delay": "Delay"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"options": {
"step": {
"init": {
"data": {
"continuous": "Continuous",
"delay": "Delay"
}
}
}
}
}