Jason Curtis
Jason Curtis
It looks like if I remove the `.eslintrc` from my project root and don't set the `config_path`, it falls back to the default `eslint` behavior. That's a reasonable workaround for...
I'm on Home Assistant 2021.9.3 and Emporia Vue v0.7.0, and I'm having an issue a lot like this but for individual circuits/devices. I'm using the 1D data for individual circuits...
@khink I'm seeing this too. The issue is less about what files are used, and more about what the configuration parameters are. It appears that all of the standard flake8...
using native config is exactly what I would want to see! No test-specific overrides needed.
@ravitshrivastav: this is stale, but as @etpinard pointed out, `rangemode: 'nonnegative'` seems to do the trick. This covers the main use case for me.
@Larcebeau , this command worked for me. You can run it in a jupyter cell, no need to open a separate terminal: ``` !ps aux | grep 'webui\|relauncher' | head...
I had a similar issue which was resolved by explicitly using the 2020 draft schema. My error message was something like: ``` schema is invalid: data must have required property...
I also think this would be helpful since it actually shows "bending the curve"! That plot is from my plotting notebook at https://colab.research.google.com/drive/1w-YaCRkhw2Zxwhz4BCiazIdKyRvG3JFZ . It uses the "active" column from...
@Lash-L as you mentioned- > I do a lot to try to prevent getting rate limited I have a single robot but I'm seeing this failure in my logs, upwards...
I'm running HAOS. Here's the output from `http://homeassistant.local:8123/config/info`: Core: 2024.4.3 Supervisor: 2024.04.0 Operating System: 12.2 Frontend: 20240404.2 Let me know if there's anything I can do to help debug.