mirror of
https://github.com/esphome/esphome.git
synced 2024-11-03 08:50:30 +01:00
e6f42fa6f0
* Started to work on packages feature * Added some more validation to packages config * Fixed some linter warnings * Updated tests * Reordered consts to avoid linter error * Reordered consts to avoid linter error * Refactored test yaml files to integrate into existing test pipeline Co-authored-by: Dmitry Berezovsky <dmitry.berezovsky@logicify.com>
6 lines
111 B
YAML
6 lines
111 B
YAML
# Uptime sensor.
|
|
platform: uptime
|
|
id: ${devicename}_uptime_pcg
|
|
name: Uptime From Package
|
|
update_interval: 5min
|