Update tsl2591.rst (#1405)

Fixes a typo
This commit is contained in:
WJCarpenter 2021-09-13 13:18:40 -07:00 committed by GitHub
parent d8fd0ac7fb
commit 19a84c654c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ there is a delay for the ADC to go through an integration cycle before a reliabl
The delay is appoximately the configured integration time.
The implementation uses asynchronous delays to wait for the ADC readings to become available.
This avoids slowing down the overall ESPHome update loop,
but it means that the publishing of state updates for the TSL2561 might come slightly later.
but it means that the publishing of state updates for the TSL2591 might come slightly later.
If you use the TSL2591 API to change the gain or integration time value,
the device is internally disabled and re-enabled.