mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-01 08:46:04 +02:00
11 lines
162 B
YAML
11 lines
162 B
YAML
---
|
|
platform: uptime
|
|
name: Uptime
|
|
id: uptime_sensor
|
|
unit_of_measurement: "days"
|
|
accuracy_decimals: 2
|
|
update_interval: 60s
|
|
filters:
|
|
- lambda: return x / 86400;
|
|
|