Replies: 1 comment
-
There are no plans to revert to file based config. It is impossible to automatically migrate, and therefore causes many false bug reports. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
There are a few discussions about #2024 "File configuration" however project developer Jason replied:
I have a
25
Tuya devices, many of those 25 devices are 2 and 3 way switches, so it's actually around 100 entities to setup... I've manually re-added them via various GUIs so many times, it's just a nightmare to think about doing again and again. Of course my Tuya config has crapped out again...Back when I started with HA, I used a
localtuya.yaml
config file to set everything up. That was so awesome -- one place that I COULD SAVE, backup, and easily use to re-add all my devices. Unfortunately, local-tuya went with it's API/cloud based GUI...I was hoping
tuya-local
might have a way to load all my devices directly via a YAML file (even if I had to edit it and do some conversions...)The good old
localtuya.yaml
had a format like:Is there any possibility of building an "importer" for a YAML based config that we can maintain ourselves, rather than being dependent on the GUI each time for [re]configuration?
Any guidance on where to start to implement that?
Beta Was this translation helpful? Give feedback.
All reactions