Config Editor Card to edit configuration.yaml from dashboard
Automaticly searches for *.yaml in the root and subfolders and lists in the dropdown menu.
You will also need to install a custom component https://github.com/junkfix/config-editor to reads/writes files
-
Integration >
Config Editor -
Manual
Download and copy
config_editordirectory incustom_components
Restart home assistant.
Do one of the following:
- Settings > Devices > Integrations > + Add Integration > Config Editor
- Edit configuration.yaml and add the following so it can load
config_editor:
Restart home assistant.
-
Frontend >
Config Editor Card -
Manual
Enable "Advanced Mode" from your user profile page
add config-editor-card.js to your
<config>/www/folderSettings > Dashboards > ⋮ > Resources > + Add Resource > Javascript module > url
/local/config-editor-card.js?v=1
Settings > Dashboards > + Add dashboard
create a new tab in panel mode and add the card more info
type: custom:config-editor-cardIt is also possible to add this using + Add Card UI and choose Custom: Config Editor Card
choose the first blank in dropdown menu and type some text and hit Save or ctrl+s
| Name | Default | Description |
|---|---|---|
| file | autoload file eg. home-assistant.log |
|
| readonly | false |
read only |
| hidefooter | false |
|
| basic | false |
Force basic editor |
| size | 100 |
font size |
| depth | 2 |
subfolder depth 0 or more |

