Fibaro - Climate

Hi guys,

I have Fibaro Hub with FGT 001 and I`m getting error:

Log Details (ERROR)

Logger: homeassistant.components.climate
Integration: Climate (documentation, issues)
First occured: 8:50:42 PM (1 occurences)
Last logged: 8:50:42 PM

Error while setting up fibaro platform for climate

Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 179, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 442, 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 “/usr/src/homeassistant/homeassistant/components/fibaro/climate.py”, line 102, in setup_platform [FibaroThermostat(device) for device in hass.data[FIBARO_DEVICES][“climate”]], File “/usr/src/homeassistant/homeassistant/components/fibaro/climate.py”, line 102, in [FibaroThermostat(device) for device in hass.data[FIBARO_DEVICES][“climate”]], File “/usr/src/homeassistant/homeassistant/components/fibaro/climate.py”, line 166, in init mode = int(mode) ValueError: invalid literal for int() with base 10: ‘’

Is there any problem with CLIMATE in FIBARO integration?

Thanks