2025-02-20 09:15:47 -06:00
{
"config" : {
2025-10-28 10:33:10 +01:00
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]"
} ,
"error" : {
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
2025-02-20 09:15:47 -06:00
"step" : {
"user" : {
"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"
2025-10-28 10:33:10 +01:00
} ,
"description" : "To activate API access, log in to the [Gateway Cloud Dashboard]({dashboard_url}) and agree to the terms of service. Devices are not available until activated with the SensorPush app on iOS or Android."
2025-02-20 09:15:47 -06:00
}
}
} ,
"entity" : {
"sensor" : {
"altitude" : {
"name" : "Altitude"
} ,
"battery_voltage" : {
"name" : "Battery voltage"
} ,
"dewpoint" : {
"name" : "Dew point"
} ,
"vapor_pressure" : {
"name" : "Vapor pressure"
}
}
}
}