Support GUI Editing Of Included (Common/Base) Files #3363
Unanswered
polskikrol
asked this question in
Builder features or enhancements
Replies: 1 comment 1 reply
-
|
This was discussed multiple times. Basically the interface has to be as simple as possible and to cover most of uses, which it does. If you want to use some advanced things, then there is the Studio Code Server Addon OR if you are running it anywhere else, then it is totally in your hands. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the enhancement
Please see the following: https://esphome.io/components/substitutions/#bonus-yaml-insertion-operator.
Since I am using multiple ESPHOME devices as bluetooth proxies, where just their names, IP addressing, and keys/passwords change, I created a base.yaml file in a newly created common directory. So, I include this file as follows:
Of course, I can modify the substitutions per device, but I cant use the built in web server editor in the docker container to modify this common/base.yaml file that I am importing.
Use cases
Similar to how we maintain access to a secrets.yaml file and allow editing via the GUI, would like to see a way to edit included files -- in addition to creating new and deleting from the GUI.
Visual examples
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions