rogro82 / hass-variables

Home Assistant variables component
236 stars 59 forks source link

How to remove form HA #45

Open GroenZoom opened 4 years ago

GroenZoom commented 4 years ago

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 commented 4 years ago

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

Mariusthvdb commented 4 years ago

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 https://github.com/rogro82/hass-variables/issues/44#issuecomment-698833549), and doesn't interfere with the variables introduced lately in HA

GroenZoom commented 4 years ago

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