mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Adding notes about how to edit the config (#13747)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
572a1b0f23
commit
723218fcc0
@ -28,6 +28,16 @@ If you run into trouble while configuring Home Assistant, have a look at the [co
|
||||
|
||||
</div>
|
||||
|
||||
## Editing `configuration.yaml`
|
||||
|
||||
There are many ways you can edit `configuration.yaml`. Here are three options to get you started:
|
||||
|
||||
The simplest is to use the "File Editor" add-on. This will allow you to edit your configuration from within Home Assistant itself.
|
||||
|
||||
You can also use Samba (you may need to install the "Samba" add-on) and your favorite file editor.
|
||||
|
||||
The most basic is to use SSH to connect to the system (you may need to install the SSH add-on) and then use `nano` (or `vim`) to edit the file.
|
||||
|
||||
## Reloading changes
|
||||
|
||||
You will have to restart Home Assistant for most changes to `configuration.yaml` to take effect.
|
||||
|
Loading…
x
Reference in New Issue
Block a user