Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed May 6, 2018
1 parent 0f07852 commit 187c89a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/api/sensor/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ See :cpp:func:`Application::register_sensor`.
BMP085 Pressure/Temperature Sensor <bmp085>
HTU21D Temperature/Humidity Sensor <htu21d>
HDC1080 Temperature/Humidity Sensor <hdc1080>
MPU6050 Accelerometer/Gyroscope Sensor <mpu6050>


API Reference
Expand Down Expand Up @@ -63,7 +64,7 @@ Sensor
.. doxygenvariable:: esphomelib::sensor::UNIT_HPA
.. doxygenvariable:: esphomelib::sensor::UNIT_V
.. doxygenvariable:: esphomelib::sensor::UNIT_DEGREES_PER_SECOND
.. doxygenvariable:: esphomelib::sensor::UNIT_M_PER_S_SQAURED
.. doxygenvariable:: esphomelib::sensor::UNIT_M_PER_S_SQUARED


Filter
Expand Down
2 changes: 1 addition & 1 deletion docs/esphomeyaml/components/pcf8574.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ not work.
:target: `Sparkfun`_
:width: 50.0%

ADS1115 16-Bit ADC. Image by `Sparkfun`_.
PCF8574 16-Bit ADC. Image by `Sparkfun`_.

.. _Sparkfun: https://www.sparkfun.com/products/retired/8130

Expand Down
1 change: 1 addition & 0 deletions docs/esphomeyaml/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,4 @@ Full Index
components/fan/index.rst
components/fan/binary.rst
components/fan/speed.rst
components/pcf8574.rst

0 comments on commit 187c89a

Please sign in to comment.