2019-05-01 20:05:40 +00:00
{
"config" : {
"step" : {
"auth" : {
"title" : "Authenticate Ambiclimate" ,
2021-02-04 00:43:07 +00:00
"description" : "Please follow this [link]({authorization_url}) and **Allow** access to your Ambiclimate account, then come back and press **Submit** below.\n(Make sure the specified callback URL is {cb_url})"
2019-05-01 20:05:40 +00:00
}
} ,
"create_entry" : {
2020-10-18 18:55:32 +00:00
"default" : "[%key:common::config_flow::create_entry::authenticated%]"
2019-05-01 20:05:40 +00:00
} ,
"error" : {
"no_token" : "Not authenticated with Ambiclimate" ,
"follow_link" : "Please follow the link and authenticate before pressing Submit"
} ,
"abort" : {
2020-10-18 18:55:32 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"missing_configuration" : "[%key:common::config_flow::abort::oauth2_missing_configuration%]" ,
2019-05-01 20:05:40 +00:00
"access_token" : "Unknown error generating an access token."
}
2023-07-11 21:04:27 +00:00
} ,
"services" : {
"set_comfort_mode" : {
"name" : "Set comfort mode" ,
"description" : "Enables comfort mode on your AC." ,
"fields" : {
"name" : {
"name" : "Device name" ,
"description" : "String with device name."
}
}
} ,
"send_comfort_feedback" : {
"name" : "Send comfort feedback" ,
"description" : "Sends feedback for comfort mode." ,
"fields" : {
"name" : {
"name" : "[%key:component::ambiclimate::services::set_comfort_mode::fields::name::name%]" ,
"description" : "[%key:component::ambiclimate::services::set_comfort_mode::fields::name::description%]"
} ,
"value" : {
"name" : "Comfort value" ,
"description" : "Send any of the following comfort values: too_hot, too_warm, bit_warm, comfortable, bit_cold, too_cold, freezing\n."
}
}
} ,
"set_temperature_mode" : {
"name" : "Set temperature mode" ,
"description" : "Enables temperature mode on your AC." ,
"fields" : {
"name" : {
"name" : "[%key:component::ambiclimate::services::set_comfort_mode::fields::name::name%]" ,
"description" : "[%key:component::ambiclimate::services::set_comfort_mode::fields::name::description%]"
} ,
"value" : {
"name" : "Temperature" ,
"description" : "Target value in celsius."
}
}
}
2019-05-01 20:05:40 +00:00
}
2020-04-05 15:27:16 +00:00
}