I’m trying to change the name of a WeMo switch. I have discovery on, and the switch was automatically discovered and works fine. I’m trying to change the name though, and can’t figure out how. I added a customize: section under homeassistant: in configuration.yaml. I’m not sure how to reference it in my customize section though. I’ve tried switch.wemo_switch, switch.wemo_switch_1 (which was used in a sample configuration.yaml file I saw somewhere on here), switch.“WeMo Switch” (since in the gui it gets listed as WeMo Switch) but none of these seem to work.
Thanks! Fixed that colon issue, but still having the same problem.
It seems like this should work from everything I’ve read, but two questions I haven’t figured out the answer for:
What is the name of a component that’s discovered automatically (the name you should use to refer to it in config.yaml)? Is there a place to look it up?
What changes to name? homeassistant_name? friendly_name?
I’m guessing if I know the answer to these I will get this working.
By the way, the reason I’m trying to change the name is because I’m using homebridge so I can control my light (plugged into the wemo switch) with Siri on an iPhone. Right now it works, but I have to say, “Hey Siri, turn on the wemo switch”. I’d like to be able to say, “Hey Siri, turn on the light”.