Yeelights gone after the 91.1

Working perfectly until now. After the recent switch to the separate platform - removed them from the lights component. Added directly to configuration.yaml

(This one was there for quite a while)

discovery:
  ignore:
    - yeelight

(added this from the light component)

yeelight:
  devices:
    172.x.x.xx5:
      name: Bedroom_Bra_Right
      save_on_change: False
    172.x.x.xx6:
      name: Bedroom_Bra_Left
      save_on_change: False

And now they are gone completely

Happened to me too, I just enabled discovery (ie deleted the ignore: part) and add yeelight: to configuration.yaml

Found all mine on reboot, just needed to add a Friendly name in the Customization page, the ids were same as before so automations/lovelace worked as before

This got me too… but now yeelight is a platform so you just have to take it away from under “light:”. Manual configuration still works.

Strangely enough - removing “save_on_change: False” got them back into HA

Damn… Why arn’t it showing up as a alert or so. I’m feeling so stupid, after long time with different tries. If i output debug-things, no reports is showing up about Yeelight placed below “lights”. It’s loading as it should, however the bulb doesn’t shows up in the GUI.

Moved it “out of lights”, and bang… Thanks!

####################################################
# https://www.home-assistant.io/components/yeelight/
yeelight:
  devices:
    10.0.0.111:
      name: Table light
      transition: 1000
      save_on_change: false #(defaults to True)

Thanks clyra :slight_smile:!

1 Like

had the same problem . Thanks for letting us know :wink: it works now