mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Fix: Add alternative 'offline' status to EspHome widget (#3107)
This commit is contained in:
parent
54db9ac551
commit
247f73f0db
3 changed files with 8 additions and 1 deletions
|
@ -7,7 +7,10 @@ Learn more about [ESPHome](https://esphome.io/).
|
|||
|
||||
Show the number of ESPHome devices based on their state.
|
||||
|
||||
Allowed fields: `["total", "online", "offline", "unknown"]`.
|
||||
Allowed fields: `["total", "online", "offline", "offline_alt", "unknown"]` (maximum of 4).
|
||||
|
||||
By default ESPHome will only mark devices as `offline` if their address cannot be pinged. If it has an invalid config or its name cannot be resolved (by DNS) its status will be marked as `unknown`.
|
||||
To group both `offline` and `unknown` devices together, users should use the `offline_alt` field instead. This sums all devices that are _not_ online together.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue