mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::freshr::config::step::user::data_description::password%]"
|
|
},
|
|
"description": "Re-enter the password for your Fresh-r account `{username}`."
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::freshr::config::step::user::data_description::password%]"
|
|
},
|
|
"description": "Update the password for your Fresh-r account `{username}`."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"password": "Your Fresh-r account password.",
|
|
"username": "Your Fresh-r account username (email address)."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"dew_point": {
|
|
"name": "Dew point"
|
|
},
|
|
"flow": {
|
|
"name": "Air flow rate"
|
|
},
|
|
"inside_temperature": {
|
|
"name": "Inside temperature"
|
|
},
|
|
"outside_temperature": {
|
|
"name": "Outside temperature"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"auth_failed": {
|
|
"message": "Authentication failed. Check your Fresh-r username and password."
|
|
},
|
|
"cannot_connect": {
|
|
"message": "Could not connect to the Fresh-r service."
|
|
}
|
|
}
|
|
}
|