diff --git a/components/sensor/hydreon_rgxx.rst b/components/sensor/hydreon_rgxx.rst index 651a09226..aa3cc4237 100644 --- a/components/sensor/hydreon_rgxx.rst +++ b/components/sensor/hydreon_rgxx.rst @@ -68,6 +68,7 @@ Device FAQ: ``__ sensor: - platform: hydreon_rgxx model: "RG_15" + resolution: high update_interval: 60s acc: name: "rain" @@ -101,6 +102,9 @@ Configuration variables: - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. +- **resolution** (*Optional*, string): Specify rain sensor resolution. Must be either ``low`` or ``high``. Default resolution is ``high``. + Only applies to RG-15. + - **acc** (*Optional*): Amount of rain since last message (see ``update_interval``), in ``mm``. Only on RG-15. - **name** (**Required**, string): The name for the sensor.