1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/homeassistant/components/myneomitis/strings.json
2026-02-23 17:14:30 +01:00

58 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "This integration is already configured."
},
"error": {
"cannot_connect": "Could not connect to the MyNeomitis service. Please try again later.",
"invalid_auth": "Authentication failed. Please check your email address and password.",
"unknown": "An unexpected error occurred. Please try again."
},
"step": {
"user": {
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "Your email address used for your MyNeomitis account",
"password": "Your MyNeomitis account password"
},
"description": "Enter your MyNeomitis account credentials.",
"title": "Connect to MyNeomitis"
}
}
},
"entity": {
"select": {
"pilote": {
"state": {
"antifrost": "Frost protection",
"auto": "[%key:common::state::auto%]",
"boost": "Boost",
"comfort": "Comfort",
"comfort_plus": "Comfort +",
"eco": "Eco",
"eco_1": "Eco -1",
"eco_2": "Eco -2",
"setpoint": "Setpoint",
"standby": "[%key:common::state::standby%]"
}
},
"relais": {
"state": {
"auto": "[%key:common::state::auto%]",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
},
"ufh": {
"state": {
"cooling": "Cooling",
"heating": "Heating"
}
}
}
}
}