Merge branch 'current' into patch-2

This commit is contained in:
Steffen Arntz 2024-04-21 13:00:53 +02:00 committed by GitHub
commit 343ca857e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ The ``status_led`` hooks into all ESPHome components and can indicate the status
the device. Specifically, it will: the device. Specifically, it will:
- Blink slowly (about every second) when a **warning** is active. Warnings are active when for - Blink slowly (about every second) when a **warning** is active. Warnings are active when for
example reading a sensor value fails temporarily or the WiFi/MQTT connections are disrupted. example reading a sensor value fails temporarily, the WiFi/MQTT connections are disrupted, or
if the native API component is included but no client is connected.
- Blink quickly (multiple times per second) when an **error** is active. Errors indicate that - Blink quickly (multiple times per second) when an **error** is active. Errors indicate that
ESPHome has found an error while setting up. In most cases, ESPHome will still try to ESPHome has found an error while setting up. In most cases, ESPHome will still try to
recover from the error and continue with all other operations. recover from the error and continue with all other operations.