* AirTouch5 - add cover Each zone has a damper that can be controlled as a cover. * remove unused assignment * remove opinionated feature support * Revert "remove unused assignment" This reverts commit b4205a60a22ae3869436229b4a45547348496d39. * ruff formatting changes * git push translation and refactor
37 lines
823 B
JSON
37 lines
823 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"climate": {
|
|
"airtouch5": {
|
|
"state_attributes": {
|
|
"fan_mode": {
|
|
"state": {
|
|
"turbo": "Turbo",
|
|
"intelligent_auto": "Intelligent Auto"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cover": {
|
|
"damper": {
|
|
"name": "[%key:component::cover::entity_component::damper::name%]"
|
|
}
|
|
}
|
|
}
|
|
}
|