121 lines
3.8 KiB
JSON
121 lines
3.8 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the Smile",
|
|
"description": "Please enter",
|
|
"data": {
|
|
"password": "Smile ID",
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "Smile Username"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_setup": "Add your Adam instead of your Anna, see the documentation",
|
|
"response_error": "Invalid XML data, or error indication received",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"unsupported": "Device with unsupported firmware"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"anna_with_adam": "Both Anna and Adam detected. Add your Adam instead of your Anna"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"compressor_state": {
|
|
"name": "Compressor state"
|
|
},
|
|
"cooling_enabled": {
|
|
"name": "Cooling enabled"
|
|
},
|
|
"dhw_state": {
|
|
"name": "DHW state"
|
|
},
|
|
"flame_state": {
|
|
"name": "Flame state"
|
|
},
|
|
"heating_state": {
|
|
"name": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::heating%]"
|
|
},
|
|
"cooling_state": {
|
|
"name": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::cooling%]"
|
|
},
|
|
"slave_boiler_state": {
|
|
"name": "Secondary boiler state"
|
|
},
|
|
"plugwise_notification": {
|
|
"name": "Plugwise notification"
|
|
}
|
|
},
|
|
"climate": {
|
|
"plugwise": {
|
|
"state_attributes": {
|
|
"available_schemas": {
|
|
"name": "Available schemas"
|
|
},
|
|
"preset_mode": {
|
|
"state": {
|
|
"asleep": "Night",
|
|
"away": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
|
|
"home": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::home%]",
|
|
"no_frost": "Anti-frost",
|
|
"vacation": "Vacation"
|
|
}
|
|
},
|
|
"selected_schema": {
|
|
"name": "Selected schema"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"number": {
|
|
"maximum_boiler_temperature": {
|
|
"name": "Maximum boiler temperature setpoint"
|
|
}
|
|
},
|
|
"select": {
|
|
"dhw_mode": {
|
|
"name": "DHW mode",
|
|
"state": {
|
|
"off": "[%key:common::state::off%]",
|
|
"auto": "Auto",
|
|
"boost": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::boost%]",
|
|
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]"
|
|
}
|
|
},
|
|
"regulation_mode": {
|
|
"name": "Regulation mode",
|
|
"state": {
|
|
"bleeding_cold": "Bleeding cold",
|
|
"bleeding_hot": "Bleeding hot",
|
|
"cooling": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::cooling%]",
|
|
"heating": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::heating%]",
|
|
"off": "[%key:common::state::off%]"
|
|
}
|
|
},
|
|
"select_schedule": {
|
|
"name": "Thermostat schedule"
|
|
}
|
|
},
|
|
"switch": {
|
|
"cooling_ena_switch": {
|
|
"name": "[%key:component::climate::entity_component::_::state_attributes::hvac_action::state::cooling%]"
|
|
},
|
|
"dhw_cm_switch": {
|
|
"name": "DHW comfort mode"
|
|
},
|
|
"lock": {
|
|
"name": "[%key:component::lock::entity_component::_::name%]"
|
|
},
|
|
"relay": {
|
|
"name": "Relay"
|
|
}
|
|
}
|
|
}
|
|
}
|