mirror of https://github.com/home-assistant/core
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "Please re-enter the password for {username}.",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"user": {
|
|
"title": "Fill in your information",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"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%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"safe": {
|
|
"name": "Safe"
|
|
},
|
|
"sliding_door_window": {
|
|
"name": "Sliding door/window"
|
|
},
|
|
"smoke_carbon_monoxide_detector": {
|
|
"name": "Smoke/Carbon monoxide detector"
|
|
},
|
|
"hinged_window": {
|
|
"name": "Hinged window"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"mold_risk": {
|
|
"name": "Mold risk"
|
|
}
|
|
}
|
|
}
|
|
}
|