2024-02-16 07:30:51 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"port": "Usually 7000 or 8000"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"connection_failed": "Connection failed. Please check that the host and port is correct."
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"climate": {
|
|
|
|
"thermostat": {
|
|
|
|
"name": "Thermostat"
|
|
|
|
}
|
2024-06-22 11:20:33 +00:00
|
|
|
},
|
|
|
|
"sensor": {
|
|
|
|
"indoor_humidity_controlling_sensor": {
|
|
|
|
"name": "Indoor humidity controlling sensor"
|
|
|
|
},
|
|
|
|
"outdoor_humidity_controlling_sensor": {
|
|
|
|
"name": "Outdoor humidity controlling sensor"
|
|
|
|
},
|
|
|
|
"indoor_temperature_controlling_sensor": {
|
|
|
|
"name": "Indoor temperature controlling sensor"
|
|
|
|
},
|
|
|
|
"outdoor_temperature_controlling_sensor": {
|
|
|
|
"name": "Outdoor temperature controlling sensor"
|
|
|
|
},
|
|
|
|
"dehumidification_status": {
|
|
|
|
"name": "Dehumidification status",
|
|
|
|
"state": {
|
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"on": "[%key:common::state::on%]",
|
|
|
|
"off": "[%key:common::state::off%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"humidification_status": {
|
|
|
|
"name": "Humidification status",
|
|
|
|
"state": {
|
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"on": "[%key:common::state::on%]",
|
|
|
|
"off": "[%key:common::state::off%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ventilation_status": {
|
|
|
|
"name": "Ventilation status",
|
|
|
|
"state": {
|
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"on": "[%key:common::state::on%]",
|
|
|
|
"off": "[%key:common::state::off%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"air_cleaning_status": {
|
|
|
|
"name": "Air cleaning status",
|
|
|
|
"state": {
|
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"on": "[%key:common::state::on%]",
|
|
|
|
"off": "[%key:common::state::off%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"fan_status": {
|
|
|
|
"name": "Fan status",
|
|
|
|
"state": {
|
|
|
|
"on": "[%key:common::state::on%]",
|
|
|
|
"off": "[%key:common::state::off%]"
|
|
|
|
}
|
|
|
|
}
|
2024-02-16 07:30:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|