Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove form HA #45

Open
GroenZoom opened this issue Sep 22, 2020 · 3 comments
Open

How to remove form HA #45

GroenZoom opened this issue Sep 22, 2020 · 3 comments

Comments

@GroenZoom
Copy link

Latest HA now claims to have own variables inegration. I wanted to experiment but HA keeps warning that an untested custom component variables is used. Please advise how to (might be temporary) remove custom component variables. Thanks
Martin

@oncleben31
Copy link
Contributor

Remove the variable folder in custom_components folder. An remove the variable section in your configuration.yaml file

@Mariusthvdb
Copy link

Mariusthvdb commented Sep 28, 2020

the warning has nothing to do with HA 115, nor the CC for that matter. The warning is issued for all CC's. And it was there since quite some time.

You can safely ignore it, and, safely use this CC in HA 115. It works just fine (with 1 specific alteration in the yaml code, see #44 (comment)), and doesn't interfere with the variables introduced lately in HA

@GroenZoom
Copy link
Author

Thank both onceleben31 and Mariusthvd for the assistance. Taking the liberty to ask if somebody can has and advice to overcome apperent random errors for:

__ File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

I cannot find anything in the logs.
I have both local and remote (duckdns.org) in use on android.

Thanks in advance

Martin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants