mirror of https://github.com/home-assistant/core
45 lines
1020 B
JSON
45 lines
1020 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to your Rituals account",
|
|
"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%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"number": {
|
|
"perfume_amount": {
|
|
"name": "Perfume amount"
|
|
}
|
|
},
|
|
"select": {
|
|
"room_size_square_meter": {
|
|
"name": "Room size"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"fill": {
|
|
"name": "Fill"
|
|
},
|
|
"perfume": {
|
|
"name": "Perfume"
|
|
},
|
|
"wifi_percentage": {
|
|
"name": "Wi-Fi signal"
|
|
}
|
|
}
|
|
}
|
|
}
|