2020-03-20 02:03:51 +00:00
{
"config" : {
"step" : {
"user" : {
2020-05-12 17:50:44 +00:00
"data" : {
2021-05-15 14:24:36 +00:00
"brand" : "Brand" ,
2020-05-12 17:50:44 +00:00
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
2020-03-20 02:03:51 +00:00
}
} ,
"error" : {
2020-10-04 13:38:52 +00:00
"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%]"
2020-03-20 02:03:51 +00:00
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2020-10-04 13:38:52 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
2020-05-12 17:50:44 +00:00
}
2023-07-11 22:33:37 +00:00
} ,
2023-08-22 12:41:15 +00:00
"entity" : {
"binary_sensor" : {
"blower_active" : {
"name" : "Blower active"
} ,
"emergency_heat_active" : {
"name" : "Emergency heat active"
}
} ,
"number" : {
"fan_speed" : {
"name" : "Fan speed"
}
} ,
"sensor" : {
"system_status" : {
"name" : "System status"
} ,
"air_cleaner_mode" : {
"name" : "Air cleaner mode"
} ,
"current_compressor_speed" : {
"name" : "Current compressor speed"
} ,
"requested_compressor_speed" : {
"name" : "Requested compressor speed"
} ,
"outdoor_temperature" : {
"name" : "Outdoor temperature"
} ,
"zone_status" : {
"name" : "Zone status"
} ,
"zone_setpoint_status" : {
"name" : "Zone setpoint status"
}
} ,
"switch" : {
"hold" : {
"name" : "Hold"
}
}
} ,
2023-07-11 22:33:37 +00:00
"services" : {
"set_aircleaner_mode" : {
"name" : "Set air cleaner mode" ,
2024-11-22 13:51:44 +00:00
"description" : "Sets the air cleaner mode." ,
2023-07-11 22:33:37 +00:00
"fields" : {
"aircleaner_mode" : {
"name" : "Air cleaner mode" ,
"description" : "The air cleaner mode to set."
}
}
} ,
"set_humidify_setpoint" : {
"name" : "Set humidify set point" ,
2024-11-22 13:51:44 +00:00
"description" : "Sets the target humidity." ,
2023-07-11 22:33:37 +00:00
"fields" : {
"humidity" : {
2024-11-22 14:20:01 +00:00
"name" : "Humidity" ,
2023-07-11 22:33:37 +00:00
"description" : "The humidification setpoint."
}
}
} ,
"set_hvac_run_mode" : {
"name" : "Set hvac run mode" ,
2024-11-22 13:51:44 +00:00
"description" : "Sets the HVAC operation mode." ,
2023-07-11 22:33:37 +00:00
"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."
}
}
}
2024-09-08 12:23:24 +00:00
} ,
"issues" : {
"migrate_aux_heat" : {
"title" : "Migration of Nexia set_aux_heat action" ,
"fix_flow" : {
"step" : {
"confirm" : {
2024-09-25 13:33:23 +00:00
"description" : "The Nexia `set_aux_heat` action has been migrated. A new `aux_heat_only` switch entity is available for each thermostat.\n\nUpdate any automations to use the new Emergency heat switch entity. When this is done, select **Submit** to fix this issue." ,
2024-09-08 12:23:24 +00:00
"title" : "[%key:component::nexia::issues::migrate_aux_heat::title%]"
}
}
}
}
2020-03-20 02:03:51 +00:00
}
2020-10-04 13:38:52 +00:00
}