* Document what remote "raw format" is
Add a note explaining that raw format is pulse widths (in microseconds) with sign indicating mark or space. This understanding is based on RemoteReceiverComponent::decode_rmt_, RemoteReceiverComponentStore::gpio_intr and RawDumper::dump.
* Update remote_receiver.rst
* Update remote_receiver.rst
---------
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
* Update ads1115.rst
Edited document title to align with other adc components
* Update ads1115.rst
Increased size of title underlie
* Update ads1115.rst
---------
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
* Update bme280.rst
Small addition - added a sentence in the first para to explain that Forced Mode per datasheet section 3.3 is used for measurement.
* Update bme280.rst
---------
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
* include i2s requirement in docs
mention the requirement for i2s to be set up for this sensor to function
* Update mics_4514.rst
* Update mics_4514.rst
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