Support for MS8607 PHT (Pressure Humidity Temperature) sensor (#3307)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Dan Jackson
2024-03-04 13:49:57 -08:00
committed by GitHub
parent f3ed091395
commit d5bfcd3bcf
7 changed files with 662 additions and 1 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ class Component {
* again in the future.
*
* The first retry of f happens after `initial_wait_time` milliseconds. The delay between retries is
* increased by multipling by `backoff_increase_factor` each time. If no backoff_increase_factor is
* increased by multiplying by `backoff_increase_factor` each time. If no backoff_increase_factor is
* supplied (default = 1.0), the wait time will stay constant.
*
* The retry function f needs to accept a single argument: the number of attempts remaining. On the