Adding ID reference cos I spent 3 hours trying to find why I got this error
Couldn't find ID 'my_custom_switch'. Please check you have defined an ID with that name in your configuration.
* Update resistance.rst
Spent many hours to figure it out why my NTC reading are incorrect. Found out that ADC readings must be multiplied by 3.3 because built-in voltage divider on ADC pin on some boards.
* Update resistance.rst
* Clarify what IAQ is
Since standards are only for companies that lack a marketing department, I clarified some of the documentation around Bosch's definition of what IAQ means in their universe. There is a lot here and it was taken from their datasheet directly that I provided a link to anyway. I just wanted to include the important stuff to save people from surprises because like me they didn't bother to follow the links. I can remove the b-VOC stuff if it's too much noise, but I thought it clarified to the users what it might be measuring for. I also changed `2` to `₂` in `CO2` for the non-code snippets soothe the emotional damage incurred from doing too many school papers in LaTeX.
* fix table
Co-authored-by: Richard North <rich.north@gmail.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Raspberry pico W is supported, but the vanilla raspberry pico clearly is not. After trying "rpipico" as a board this error shows up "Error: Unknown board ID 'rpipico'". It is bit misleading, because from what I know about esphome you cannot just have a device that communicates through USB and doesn't connect to WiFi.
I think it is important to understand that RP2040 isn't like ESP. Every RP2040 board doesn't support esphome, but basically any ESP device can support esphome.
* Update daly_bms.rst
Add a couple of examples of Daly BMS control using uart.write
* Examples of Daly BMS control using uart.write
fixed lint errors
* Examples of Daly BMS control using uart.write
probably fixed lint errors
* Fixed every boot up battery level setup
* Update st7789v.rst
Modified to allow dimmable control of the backlight (using GPIO4)
* Update st7789v.rst
---------
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>