mirror of https://github.com/home-assistant/core
38 lines
823 B
JSON
38 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%]"
|
|
}
|
|
}
|
|
}
|
|
}
|