Two YLDP02YL strips are showing up "unavailable"
I added my two new YLDP02YL LED Strips to HA and they always show up as "unavailable". I turned on the debug logging for this component: logger: default: warn logs: homeassistant.components.light.yeelight: debug
But, not much info here:
2017-06-10 10:48:28 ERROR (Thread-4) [homeassistant.components.light.yeelight] Failed to connect to bulb 192.168.1.55, Bedroom: A socket error occurred when sending the command.
2017-06-10 10:49:08 WARNING (Thread-7) [root] Unknown miio device found: ServiceInfo(type='_miio._udp.local.', name='yeelink-light-strip1_miio52079755._miio._udp.local.', address=b'\xc0\xa8\x017', port=54321, weight=0, priority=0, server='yeelink-light-strip1_miio52079755.local.', properties={b'epoch': b'1', b'mac': b'286c07862e07'}) 2017-06-10 10:49:12 DEBUG (Thread-9) [homeassistant.components.light.yeelight] Adding autodetected yeelink-light-strip1_miio52079755.local.
Any thoughts?
I will post it in HA Github as well, but since it's using this library, I was wondering if someone could help me out. Is it adding the light via auto-detect? I tried placing "automatic_add: False" in the configuration, but it still auto detected the light.
Thanks.