mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 00:31:58 +00:00
[globals] Convert restoring globals to PollingComponent to reduce CPU usage (#13345)
This commit is contained in:
@@ -10,6 +10,7 @@ globals:
|
||||
type: int
|
||||
restore_value: true
|
||||
initial_value: "0"
|
||||
update_interval: 5s
|
||||
- id: glob_float
|
||||
type: float
|
||||
restore_value: true
|
||||
|
||||
Reference in New Issue
Block a user