I'm getting this error after I try to integrate my eTwist. Unfortunately I've no Python skills...
Logger: homeassistant.setup
Source: custom_components/bdr_thermostat/__init__.py:20
Integration: BDR Thermostat ([documentation](https://github.com/freitdav/BDRthermostatHA))
First occurred: 17:47:38 (1 occurrences)
Last logged: 17:47:38
Error during setup of component bdr_thermostat
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/config/custom_components/bdr_thermostat/__init__.py", line 20, in async_setup
if domain_config.get("platform", False) == PLATFORM:
AttributeError: 'str' object has no attribute 'get'
I'm getting this error after I try to integrate my eTwist. Unfortunately I've no Python skills...