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
As long as a fully featured configuration GUI for Home Assistant is still under development, you can use this add-on to add a browser based file-editor to your Hass.IO installation. By default it will listen on port `3218` of the host Hass.IO is running on.
13
-
More information and a standalone version for regular Home Assistant installations can be found in the original repository at https://github.com/danielperna84/hass-configurator.
13
+
As long as a fully featured configuration GUI for Home Assistant is still under development, you can use this add-on to add a browser based file-editor to your Hass.IO installation. By default it will listen on port `3218` of the host Hass.IO is running on.
@@ -53,8 +60,10 @@ More information and a standalone version for regular Home Assistant installatio
53
60
-**banned_ips** (*Optional*): List of statically banned IP addresses.
54
61
-**ignore_pattern** (*Optional*): Files and folders to ignore in the UI.
55
62
56
-
### {% Embedding into Home-Assistant %}
57
-
Home Assistant has the [panel_iframe](https://home-assistant.io/components/panel_iframe/) component. With this it is possible to embed the configurator directly into Home Assistant, allowing you to modify your configuration within the Home Assistant frontend.
63
+
### {% linkable_title Embedding into Home-Assistant %}
64
+
65
+
Using the Home Assistant component [panel_iframe](https://home-assistant.io/components/panel_iframe/) it is possible to embed the configurator directly into Home Assistant, allowing you to modify your configuration within the Home Assistant frontend.
66
+
58
67
An example configuration would look like this:
59
68
60
69
```yaml
@@ -65,6 +74,6 @@ panel_iframe:
65
74
url: http://hassio.local:3218
66
75
```
67
76
68
-
<p class='note'>
77
+
<p class='note warning'>
69
78
Be careful when setting up port forwarding to the configurator while embedding into Home Assistant. If you don't restrict access by requiring authentication and / or blocking based on client IP addresses, your configuration will be exposed to the internet!
-**domains** (*Required*): A list of domains to update DNS.
29
29
-**seconds** (*Optional*): Seconds between updates to Duck DNS.
30
-
-**lets_encrypt.accept_terms** (*Optional*): If that will be enabled, it generate & update let's enrypt certificate
30
+
-**lets_encrypt.accept_terms** (*Optional*): If you accept the [Let's Encrypt Subscriber Agreement][le], it will generate & update Let's Enrypt certificates for your DuckDNS domain.
Copy file name to clipboardExpand all lines: source/addons/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
comments: false
8
8
sharing: true
9
9
footer: true
10
-
regenerate: true
10
+
regenerate: false
11
11
---
12
12
13
13
<p>Add-ons for Hass.io allows the user to extend the functionality around Home Assistant. This can be running an application that Home Assistant can integrate with (like an MQTT broker) or to share the configuration via Samba for easy editing from other computers. Add-ons can be configured via the Hass.io panel in Home Assistant.</p>
0 commit comments