Update growatt_solar.rst (#3185)

Added two missing configurable parameters - Polling interval and address.
This commit is contained in:
neeldaware 2023-09-23 14:40:38 +10:00 committed by GitHub
parent f8bf0b7d61
commit da43deb1a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,10 @@ Configuration variables:
kilo watt hours. All options from :ref:`Sensor <config-sensor>`. kilo watt hours. All options from :ref:`Sensor <config-sensor>`.
- **inverter_module_temp** (*Optional*): Use the inverter module temperature value of the sensor in - **inverter_module_temp** (*Optional*): Use the inverter module temperature value of the sensor in
degree celsius. All options from :ref:`Sensor <config-sensor>`. degree celsius. All options from :ref:`Sensor <config-sensor>`.
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
sensor. Defaults to ``10s``.
- **address** (*Optional*, int): The address of the sensor if multiple sensors are attached to
the same UART bus. You will need to set the address of each device manually. Defaults to ``1``.
See Also See Also
-------- --------