You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/pyscript/strings.json
+15-1
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,19 @@
14
14
"single_instance_allowed": "Already configured. Only a single configuration possible.",
15
15
"updated_entry": "This entry has already been setup but the configuration has been updated."
16
16
}
17
+
},
18
+
"options": {
19
+
"step": {
20
+
"init": {
21
+
"title": "Update pyscript configuration",
22
+
"data": {
23
+
"allow_all_imports": "Allow All Imports?"
24
+
}
25
+
}
26
+
},
27
+
"abort": {
28
+
"no_ui_configuration_allowed": "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.",
Copy file name to clipboardExpand all lines: custom_components/pyscript/translations/en.json
+15-1
Original file line number
Diff line number
Diff line change
@@ -14,5 +14,19 @@
14
14
"single_instance_allowed": "Already configured. Only a single configuration possible.",
15
15
"updated_entry": "This entry has already been setup but the configuration has been updated."
16
16
}
17
+
},
18
+
"options": {
19
+
"step": {
20
+
"init": {
21
+
"title": "Update pyscript configuration",
22
+
"data": {
23
+
"allow_all_imports": "Allow All Imports?"
24
+
}
25
+
}
26
+
},
27
+
"abort": {
28
+
"no_ui_configuration_allowed": "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.",
0 commit comments