diff --git a/components/binary_sensor/hydreon_rgxx.rst b/components/binary_sensor/hydreon_rgxx.rst index 8c220f303..844b9a0ca 100644 --- a/components/binary_sensor/hydreon_rgxx.rst +++ b/components/binary_sensor/hydreon_rgxx.rst @@ -40,7 +40,23 @@ Configuration variables: - **too_cold** (*Optional*): ``true`` if the sensor reports being too cold. Hydreon only mentions this feature for the RG-9. - - **name** (**Required**, string): The name for the voltage sensor. + - **name** (**Required**, string): The name for the sensor. + + - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. + + - All other options from :ref:`Binary Sensor `. + +- **lens_bad** (*Optional*): ``true`` if the sensor reports the lens being bad. + + - **name** (**Required**, string): The name for the sensor. + + - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. + + - All other options from :ref:`Binary Sensor `. + +- **em_sat** (*Optional*): ``true`` if the sensor reports the Emitter being saturated. + + - **name** (**Required**, string): The name for the sensor. - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. diff --git a/components/sensor/hydreon_rgxx.rst b/components/sensor/hydreon_rgxx.rst index 8026baa39..7023977af 100644 --- a/components/sensor/hydreon_rgxx.rst +++ b/components/sensor/hydreon_rgxx.rst @@ -38,6 +38,8 @@ required to be set up in your configuration for this sensor to work. - platform: hydreon_rgxx too_cold: name: "too cold" + lens_bad: + name: "lens bad" .. code-block:: yaml @@ -99,6 +101,12 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. +- **temperature** (*Optional*): Temperature +-5°C. Only on RG-9 Version 1.100 or later. + + - **name** (**Required**, string): The name for the sensor. + - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. + - All other options from :ref:`Sensor `. + - **update_interval** (*Optional*, :ref:`config-time`): The interval to check the sensor. Defaults to ``60s``.