mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
10 lines
152 B
YAML
10 lines
152 B
YAML
---
|
|
platform: uptime
|
|
name: ${name} Uptime
|
|
unit_of_measurement: "days"
|
|
accuracy_decimals: 2
|
|
update_interval: 60s
|
|
filters:
|
|
- lambda: return x / 86400;
|
|
|