Home Assistant Git Exporter
This commit is contained in:
38
config/custom_components/pyscript/strings.json
Normal file
38
config/custom_components/pyscript/strings.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "pyscript",
|
||||
"description": "Once you have created an entry, refer to the [docs](https://hacs-pyscript.readthedocs.io/en/latest/) to learn how to create scripts and functions.",
|
||||
"data": {
|
||||
"allow_all_imports": "Allow All Imports?",
|
||||
"hass_is_global": "Access hass as a global variable?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Already configured.",
|
||||
"single_instance_allowed": "Already configured. Only a single configuration possible.",
|
||||
"updated_entry": "This entry has already been setup but the configuration has been updated."
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Update pyscript configuration",
|
||||
"data": {
|
||||
"allow_all_imports": "Allow All Imports?",
|
||||
"hass_is_global": "Access hass as a global variable?"
|
||||
}
|
||||
},
|
||||
"no_ui_configuration_allowed": {
|
||||
"title": "No UI configuration allowed",
|
||||
"description": "This entry was created via `configuration.yaml`, so all configuration parameters must be updated there. The [`pyscript.reload`](developer-tools/service) service will allow you to apply the changes you make to `configuration.yaml` without restarting your Home Assistant instance."
|
||||
},
|
||||
"no_update": {
|
||||
"title": "No update needed",
|
||||
"description": "There is nothing to update."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user