I am trying to change the IP of my ESPhome device and followed what I thought was advice but get an error:
" Must be string, got <class ‘esphome.helpers.OrderedDict’>. did you forget putting quotes around the value?."
Any help appreciated
Your manual ip: needs to be under wifi: as a start.
So probably check all indenting and parent yaml nodes.
Or if you want your manual ip details to be substitutions, you need to get rid of the manual_ip and fix other indenting.