Files
core/homeassistant/components/logi_circle/strings.json
Paulus Schoutsen 7859be6481 Add deduplicate translations script (#96384)
* Add deduplicate script

* Fix forecast_solar incorrect key with space

* Fix utf-8

* Do not create references to other arbitrary other integrations

* Add commented code to only allow applying to referencing integrations

* Tweak

* Bug fix

* Add command line arg for limit reference

* never suggest to update common keys

* Output of script

* Apply suggestions from code review

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>

---------

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2023-07-13 11:52:50 -04:00

81 lines
2.8 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Authentication Provider",
"description": "Pick via which authentication provider you want to authenticate with Logi Circle.",
"data": {
"flow_impl": "Provider"
}
},
"auth": {
"title": "Authenticate with Logi Circle",
"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})"
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"follow_link": "Please follow the link and authenticate before pressing Submit."
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"external_error": "Exception occurred from another flow.",
"external_setup": "Logi Circle successfully configured from another flow.",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]"
}
},
"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": {
"name": "[%key:common::config_flow::data::mode%]",
"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",
"description": "[%key:component::logi_circle::services::livestream_snapshot::fields::filename::description%]"
},
"duration": {
"name": "Duration",
"description": "Recording duration."
}
}
}
}
}