2019-04-09 12:26:58 +00:00
{
"config" : {
"step" : {
"user" : {
"title" : "Authentication Provider" ,
"description" : "Pick via which authentication provider you want to authenticate with Logi Circle." ,
2023-07-11 22:24:16 +00:00
"data" : {
"flow_impl" : "Provider"
}
2019-04-09 12:26:58 +00:00
} ,
"auth" : {
"title" : "Authenticate with Logi Circle" ,
2020-05-14 17:33:14 +00:00
"description" : "Please follow the link below and **Accept** access to your Logi Circle account, then come back and press **Submit** below.\n\n[Link]({authorization_url})"
2019-04-09 12:26:58 +00:00
}
} ,
"error" : {
2020-10-11 15:11:45 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"authorize_url_timeout" : "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]" ,
2019-04-09 12:26:58 +00:00
"follow_link" : "Please follow the link and authenticate before pressing Submit."
} ,
"abort" : {
2020-10-11 15:11:45 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
2019-04-09 12:26:58 +00:00
"external_error" : "Exception occurred from another flow." ,
"external_setup" : "Logi Circle successfully configured from another flow." ,
2020-10-11 15:11:45 +00:00
"missing_configuration" : "[%key:common::config_flow::abort::oauth2_missing_configuration%]"
2019-04-09 12:26:58 +00:00
}
2023-07-11 22:24:16 +00:00
} ,
2023-08-22 10:24:23 +00:00
"entity" : {
"sensor" : {
"last_activity" : {
"name" : "Last activity"
} ,
"recording_mode" : {
"name" : "Recording mode"
} ,
"wifi_signal_category" : {
"name" : "Wi-Fi signal category"
} ,
"wifi_signal_strength" : {
"name" : "Wi-Fi signal strength"
} ,
"streaming_mode" : {
"name" : "Streaming mode"
}
}
} ,
2023-07-11 22:24:16 +00:00
"services" : {
"set_config" : {
"name" : "Set config" ,
"description" : "Sets a configuration property." ,
"fields" : {
"entity_id" : {
"name" : "Entity" ,
"description" : "Name(s) of entities to apply the operation mode to."
} ,
"mode" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:common::config_flow::data::mode%]" ,
2023-07-11 22:24:16 +00:00
"description" : "Operation mode. Allowed values: LED, RECORDING_MODE."
} ,
"value" : {
"name" : "Value" ,
"description" : "Operation value."
}
}
} ,
"livestream_snapshot" : {
"name" : "Livestream snapshot" ,
"description" : "Takes a snapshot from the camera's livestream. Will wake the camera from sleep if required." ,
"fields" : {
"entity_id" : {
"name" : "Entity" ,
"description" : "Name(s) of entities to create snapshots from."
} ,
"filename" : {
"name" : "File name" ,
"description" : "Template of a Filename. Variable is entity_id."
}
}
} ,
"livestream_record" : {
"name" : "Livestream record" ,
"description" : "Takes a video recording from the camera's livestream." ,
"fields" : {
"entity_id" : {
"name" : "Entity" ,
"description" : "Name(s) of entities to create recordings from."
} ,
"filename" : {
"name" : "File name" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::logi_circle::services::livestream_snapshot::fields::filename::description%]"
2023-07-11 22:24:16 +00:00
} ,
"duration" : {
"name" : "Duration" ,
"description" : "Recording duration."
}
}
}
2019-04-09 12:26:58 +00:00
}
}