core/homeassistant/components/balboa/strings.json

44 lines
957 B
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to the Balboa Wi-Fi device",
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"step": {
"init": {
"data": {
"sync_time": "Keep your Balboa spa's time synchronized with Home Assistant"
}
}
}
},
"entity": {
"climate": {
"balboa": {
"state_attributes": {
"preset_mode": {
"state": {
"ready": "Ready",
"rest": "Rest",
"ready_in_rest": "Ready-in-rest"
}
}
}
}
}
}
}