mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
have fun
This commit is contained in:
9
common/sensor/uptime.yaml
Normal file
9
common/sensor/uptime.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
platform: uptime
|
||||
name: ${name} Uptime
|
||||
unit_of_measurement: "days"
|
||||
accuracy_decimals: 2
|
||||
update_interval: 60s
|
||||
filters:
|
||||
- lambda: return x / 86400;
|
||||
|
||||
Reference in New Issue
Block a user