Bit stumped and I know Im missing something basic on this one.
I have installed a sonoff 4ch device and all is working fine. Switches switch, devices turn on and off and lovelace ui shows that devices are running or stopped.
However, I changed the 4 Entity ID names of Zone1, 2, 3 and 4 by clicking the cog and typing into the Name Override so I see Fountain, Garden, Path but on one of the names I see zone2 and Not the name I created in override.
I have looked everywhere that I can think of and the override name, lets say Driveway, is showing up everywhere, except for the GUI. I checked /config/.storage/core.entity_registry and this is showing
“entity_id”: “switch.zone2”
“name”: “Driveway”,
For anyone who reads this in the future the answer is that in my /config/customize.yaml file I had a single line under switch.zone2: which was friendly name Zone2.
Hence why everything else was being over ruled.
@francisp thanks for the input. I actually learnt from that.