Lifx_set_state not working in 0.65.0

Hi all.

I updated to 0.65.0 this morning, and now it looks like the lifx_set_state service is no longer working. The logged error I get when calling the service is listed below:

2018-03-10 18:06:53 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall light.lifx_set_state: entity_id=[‘light.office_lamp’, ‘light.lounge_lamp’], power=True, transition=30.0>
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/core.py”, line 1006, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/lifx.py”, line 224, in service_handler
task = light.async_set_state(**service.data)
AttributeError: ‘LIFXColor’ object has no attribute ‘async_set_state’

Anyone else having the same issue?

My bad. Should be fixed in 0.65.2 with PR #13045.