mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 19:37:12 +00:00
* airzone_cloud: add Air Quality binary sensor Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * airzone_cloud: binary_sensor: rename Air Quality Add "active" to indicate status. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> --------- Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"id": "Installation",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"air_quality_active": {
|
|
"name": "Air Quality active"
|
|
}
|
|
}
|
|
}
|
|
}
|