Wifi thermostat (Beok, Floureon, Beca Energy) component

I had to rename it with beok or i have “component not found”

2019-05-26 09:45:16 ERROR (MainThread) [homeassistant.components.climate] Error while setting up platform beok
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py”, line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 416, in wait_for
return fut.result()
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/beok/climate.py”, line 93, in setup_platform
import BroadlinkWifiThermostat
ModuleNotFoundError: No module named ‘BroadlinkWifiThermostat’

Any idea? I’m using the latest pr, the file are in the right directory and this is my configuration.yaml Entry:
climate:

  • platform: beok
    friendly_name: Termostato
    mac: “78:0F:77:FA:AD:01”
    host: “192.168.1.243”

THANKS!!!
ps the home assistant is the latest version aviable