core/homeassistant/components/nexia/strings.json

58 lines
1.6 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"brand": "Brand",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"services": {
"set_aircleaner_mode": {
"name": "Set air cleaner mode",
"description": "The air cleaner mode.",
"fields": {
"aircleaner_mode": {
"name": "Air cleaner mode",
"description": "The air cleaner mode to set."
}
}
},
"set_humidify_setpoint": {
"name": "Set humidify set point",
"description": "The humidification set point.",
"fields": {
"humidity": {
"name": "Humidify",
"description": "The humidification setpoint."
}
}
},
"set_hvac_run_mode": {
"name": "Set hvac run mode",
"description": "The HVAC run mode.",
"fields": {
"run_mode": {
"name": "Run mode",
"description": "Run the schedule or hold. If not specified, the current run mode will be used."
},
"hvac_mode": {
"name": "HVAC mode",
"description": "The HVAC mode to use for the schedule or hold. If not specified, the current HVAC mode will be used."
}
}
}
}
}