mirror of https://github.com/home-assistant/core
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Enter credentials to obtain a token",
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"reconfigure": {
|
|
"description": "[%key:component::sensoterra::config::step::user::description%]",
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"soil_moisture_at_cm": {
|
|
"name": "Soil moisture @ {depth} cm"
|
|
},
|
|
"si_at_cm": {
|
|
"name": "SI @ {depth} cm"
|
|
}
|
|
}
|
|
}
|
|
}
|