EspHomeLib light component and HA 0.87

Hi all,

just upgraded to HA 0.87 and it looks like it does not find anymore lights as defined by EspHome.
Before the upgrade everything was ok, now i get this:

PLATFORMIO_ESP01_1M
by espressif
Firmware: esphomelib v1.10.1 Jan 14 2019, 21:10:53
Switch Studio Rose Button
binary_sensor.switch_studio_rose_button
Switch Studio Rose Status
binary_sensor.switch_studio_rose_status
Switch Studio Rose WiFi Signal Sensor
sensor.switch_studio_rose_wifi_signal_sensor
(entity unavailable)
light.luce_studio_rose

where you can see in the MQTT integration light.luce_studio_rose is not available.
browsing MQTT with MQTT.fx i get:

switch_muro_studio_rose/light/luce_studio_rose/state
{"state":"ON"}

which should be fine.
Any idea to help?
I am planning to switch to the native API but…this looks strange

@OttoWinter ?

Moved to Native API and now it works perfectly.
Can’t understand what happened with MQTT.

I think I will move everything to Native API but it is still not clear to me how stable and bug free it is at current stage