mirror of
https://github.com/home-assistant/core.git
synced 2026-02-05 06:45:57 +01:00
151 lines
4.4 KiB
JSON
151 lines
4.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_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::compit::config::step::user::data_description::password%]"
|
|
},
|
|
"description": "Please update your password for {email}"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"email": "The email address of your inext.compit.pl account",
|
|
"password": "The password of your inext.compit.pl account"
|
|
},
|
|
"description": "Please enter your {compit_url} credentials.",
|
|
"title": "Connect to Compit iNext"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"select": {
|
|
"aero_by_pass": {
|
|
"name": "Bypass",
|
|
"state": {
|
|
"auto": "[%key:common::state::auto%]",
|
|
"off": "[%key:common::state::off%]",
|
|
"on": "[%key:common::state::on%]"
|
|
}
|
|
},
|
|
"buffer_mode": {
|
|
"name": "Buffer mode",
|
|
"state": {
|
|
"disabled": "[%key:common::state::disabled%]",
|
|
"manual": "[%key:common::state::manual%]",
|
|
"schedule": "Schedule"
|
|
}
|
|
},
|
|
"dhw_circulation": {
|
|
"name": "Domestic hot water circulation",
|
|
"state": {
|
|
"constant": "Constant",
|
|
"disabled": "[%key:common::state::disabled%]",
|
|
"schedule": "Schedule"
|
|
}
|
|
},
|
|
"heating_source_of_correction": {
|
|
"name": "Heating source of correction",
|
|
"state": {
|
|
"disabled": "[%key:common::state::disabled%]",
|
|
"nano_nr_1": "Nano 1",
|
|
"nano_nr_2": "Nano 2",
|
|
"nano_nr_3": "Nano 3",
|
|
"nano_nr_4": "Nano 4",
|
|
"nano_nr_5": "Nano 5",
|
|
"no_corrections": "No corrections",
|
|
"schedule": "Schedule",
|
|
"thermostat": "Thermostat"
|
|
}
|
|
},
|
|
"language": {
|
|
"name": "Language",
|
|
"state": {
|
|
"english": "English",
|
|
"polish": "Polish"
|
|
}
|
|
},
|
|
"mixer_mode": {
|
|
"name": "Mixer mode",
|
|
"state": {
|
|
"nano_nr_1": "Nano 1",
|
|
"nano_nr_2": "Nano 2",
|
|
"nano_nr_3": "Nano 3",
|
|
"nano_nr_4": "Nano 4",
|
|
"nano_nr_5": "Nano 5",
|
|
"no_corrections": "No corrections",
|
|
"schedule": "Schedule",
|
|
"thermostat": "Thermostat"
|
|
}
|
|
},
|
|
"mixer_mode_zone": {
|
|
"name": "Zone {zone} mixer mode",
|
|
"state": {
|
|
"disabled": "[%key:common::state::disabled%]",
|
|
"nano_nr_1": "Nano 1",
|
|
"nano_nr_2": "Nano 2",
|
|
"nano_nr_3": "Nano 3",
|
|
"nano_nr_4": "Nano 4",
|
|
"nano_nr_5": "Nano 5",
|
|
"no_corrections": "No corrections",
|
|
"schedule": "Schedule",
|
|
"thermostat": "Thermostat",
|
|
"without_thermostat": "Without thermostat"
|
|
}
|
|
},
|
|
"nano_work_mode": {
|
|
"name": "Nano work mode",
|
|
"state": {
|
|
"christmas": "Christmas",
|
|
"manual_0": "Manual 0",
|
|
"manual_1": "Manual 1",
|
|
"manual_2": "Manual 2",
|
|
"manual_3": "Manual 3",
|
|
"out_of_home": "Out of home",
|
|
"schedule": "Schedule"
|
|
}
|
|
},
|
|
"operating_mode": {
|
|
"name": "Operating mode",
|
|
"state": {
|
|
"auto": "[%key:common::state::auto%]",
|
|
"disabled": "[%key:common::state::disabled%]",
|
|
"eco": "Eco",
|
|
"hybrid": "Hybrid"
|
|
}
|
|
},
|
|
"solarcomp_operating_mode": {
|
|
"name": "Operating mode",
|
|
"state": {
|
|
"auto": "[%key:common::state::auto%]",
|
|
"de_icing": "De-icing",
|
|
"disabled": "[%key:common::state::disabled%]",
|
|
"holiday": "Holiday"
|
|
}
|
|
},
|
|
"work_mode": {
|
|
"name": "Current season",
|
|
"state": {
|
|
"cooling": "Cooling",
|
|
"summer": "Summer",
|
|
"winter": "Winter"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|