Guillermo Ruffino

Results 66 comments of Guillermo Ruffino

That's a python/vscode question. I guess you can try starting vscode from the venv with the code command. Other thing to try is selecting python interpreter. But not sure

> How the token is generated with the HA VSCode plugin I don't know It instructs you to create a **Long Lived Access Token** token in HA which then you...

Thanks for sharing, while the "unexpected path traverse" might be a valid error when validating an invalid file, the console spamming it's really annoying, I'll check both issues sometime, this...

Seems like there is an issue relating the error entry with the file causing the error, clicking on error yield to a screen showing: "The editor could not be opened...

> I have no idea about the setting leave_front_door_open': true this is a configuration you find in the esphome add on settings. It basically disables security on the add on...

Not that I tried but what if you start code from the venv? Just in case make sure you close all code instances. Then from the venv enter `code .`

Did this work for you too @grischard? can we close this then?

Most likely the component is new? I haven't updated schema for the last release

ahh yes, there is schema information about this component in the current release of the extension, but it is failing for some reason. I'll need to look into it further....

I've forked this repo and pushed my changes there, I added a reset method to BaseMembershipFunction so I call it instead of the 0 assignation in FuzzyEngine.cs line 83... in...