core/homeassistant/components/sensorpush_cloud/strings.json

41 lines
1.2 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "To activate API access, log in to the [Gateway Cloud Dashboard](https://dashboard.sensorpush.com/) and agree to the terms of service. Devices are not available until activated with the SensorPush app on iOS or Android.",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "The email address used to log in to the SensorPush Gateway Cloud Dashboard",
"password": "The password used to log in to the SensorPush Gateway Cloud Dashboard"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
}
},
"entity": {
"sensor": {
"altitude": {
"name": "Altitude"
},
"battery_voltage": {
"name": "Battery voltage"
},
"dewpoint": {
"name": "Dew point"
},
"vapor_pressure": {
"name": "Vapor pressure"
}
}
}
}