I feel that many users are affected by this, and maybe it is time to accept the "workaround solution" I proposed some time back to get things unstuck.
What I did:
Define a custom homeasstant.py configuration and set all the relevant homeassistant-specific settings in one place. I added ENABLE_HOME_ASSISTANT_SUPPORT = True for good measure as well... not necessary but seemed to make sense.
Fixes #31
I feel that many users are affected by this, and maybe it is time to accept the "workaround solution" I proposed some time back to get things unstuck.
What I did:
homeasstant.py
configuration and set all the relevant homeassistant-specific settings in one place. I addedENABLE_HOME_ASSISTANT_SUPPORT = True
for good measure as well... not necessary but seemed to make sense.