2022-03-08 21:28:39 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
},
|
|
|
|
"error": {
|
2022-04-13 17:12:21 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_system_id": "Invalid Airzone System ID"
|
2022-03-08 21:28:39 +00:00
|
|
|
},
|
|
|
|
"step": {
|
2022-11-23 19:32:23 +00:00
|
|
|
"discovered_connection": {
|
|
|
|
"data": {
|
|
|
|
"id": "[%key:component::airzone::config::step::user::data::id%]",
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
}
|
|
|
|
},
|
2022-03-08 21:28:39 +00:00
|
|
|
"user": {
|
|
|
|
"data": {
|
2022-11-23 19:32:23 +00:00
|
|
|
"id": "System ID",
|
2022-03-08 21:28:39 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2022-11-23 19:32:23 +00:00
|
|
|
}
|
2022-03-08 21:28:39 +00:00
|
|
|
}
|
|
|
|
}
|
2023-05-24 06:21:24 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"select": {
|
|
|
|
"grille_angles": {
|
|
|
|
"state": {
|
|
|
|
"90deg": "90°",
|
|
|
|
"50deg": "50°",
|
|
|
|
"45deg": "45°",
|
|
|
|
"40deg": "40°"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sleep_times": {
|
|
|
|
"state": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"30m": "30 minutes",
|
|
|
|
"60m": "60 minutes",
|
|
|
|
"90m": "90 minutes"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-03-08 21:28:39 +00:00
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|