Iron Man
Iron Man
Have you incrase the verbosity of the logs ?
I belive that you should not use id: ds2482_800_ch1_1. This syntax is for multiple ds248x on the same I²C bus. Comment this line and test again.
And this is the doc :-) [ds248x-doc.zip](https://github.com/esphome/feature-requests/files/15052930/ds248x-doc.zip)
Yes it's my fault. Before generating the zip archive, I opened the code in emacs and mechanically indented the code without testing. I'm going to try to train myself in...
Ok nagyrobi. I used the non pro method. Is that correct ? [esphome](https://github.com/alainstark/esphome) [esphome_doc](https://github.com/alainstark/esphome-docs) If yes, what must I do yet ?
Okay, I think I'm almost there. I still have a problem with updating CODEOWNERS. I am not the principal writer of this component. I have only adapt this to support...
Ok I have do it.
I think I didn't do the right thing regarding `CODEOWNERS`. In the [PR](https://github.com/esphome/esphome/pull/6616), the `needs-codeowners` label is always present. I have changed __init__.py and run script/build_codeowners.py The script did not...
Ok I added the line again that give me an error in script/ci-custom : ``` . venv/bin/activate script/ci-custom.py script/build_codeowners.py --check shell: /usr/bin/bash -e {0} env: DEFAULT_PYTHON: 3.9 PYUPGRADE_TARGET: --py39-plus pythonLocation:...
Hello, Is there anything left to do or should I just wait ?