Getting this Error in 0.62.0 "customizer"

Mon Jan 29 2018 21:17:50 GMT+1300 (New Zealand Daylight Time)

Error during setup of component customizer
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/setup.py”, line 196, in _async_setup_component
result = yield from component.async_setup(hass, processed_config)
File “/config/custom_components/customizer/init.py”, line 86, in async_setup
yield from component.async_add_entity(CustomizerEntity(config[DOMAIN]))
AttributeError: ‘EntityComponent’ object has no attribute ‘async_add_entity’

where should I start looking

Hi,

I had the same issue.
Just update to the latest version of Custom UI: https://github.com/andrey-git/home-assistant-custom-ui

In my case I just ran the script update.sh from the folder .homeassistant

Ben

thanks the Light came after I submit it