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
Is there a straightforward way of updating to 3.0, or is the "easiest" way going to be to go through and match the values from oldunit.yaml into newunit.yaml and then overwrite oldunit.yaml with the updated code?
The text was updated successfully, but these errors were encountered:
the easiest way i know, unfortunattely, is through the method described by @northirid
other than the readme i have not done much on documenting this (there is some in the linked issue should you encounter issue) but it boils down to comparing the current esphome configuration in your home assistance with the new one, keep all unit-specific stuff (like names, passwords, ota and such) and replace everything else with the new code from the example yaml. if someone wants to write more detailed documentation, please feel free to create a pull request and i will happily review and merge it :)
Hi all,
I currently have 7 units running on v2.0 of this.
Is there a straightforward way of updating to 3.0, or is the "easiest" way going to be to go through and match the values from oldunit.yaml into newunit.yaml and then overwrite oldunit.yaml with the updated code?
The text was updated successfully, but these errors were encountered: