diff --git a/esphomeyaml/components/sensor/bmp085.rst b/esphomeyaml/components/sensor/bmp085.rst index 54c400673..4882e2a2e 100644 --- a/esphomeyaml/components/sensor/bmp085.rst +++ b/esphomeyaml/components/sensor/bmp085.rst @@ -45,8 +45,8 @@ Configuration variables: - **pressure** (**Required**): The information for the pressure sensor. - **name** (**Required**, string): The name for the pressure sensor. - - All other options from :ref:`Sensor ` and :ref:`MQTT Component `. - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. + - All other options from :ref:`Sensor ` and :ref:`MQTT Component `. - **address** (*Optional*, int): Manually specify the i^2c address of the sensor. Defaults to ``0x77``.