Update for default update_interval (#131)

Actual default update_interval is 60 seconds (measured with stopwatch) over MQTT, not 15 seconds.
This commit is contained in:
balk77 2019-01-19 10:05:11 +01:00 committed by Otto Winter
parent b87b7df279
commit bd88aa591d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Configuration variables:
- **pin** (**Required**, number): The pin the sensor bus is connected to.
- **update_interval** (*Optional*, :ref:`config-time`): The interval that the sensors should be checked.
Defaults to 15 seconds.
Defaults to 60 seconds.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
See Also