mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
10 lines
218 B
YAML
10 lines
218 B
YAML
---
|
|
platform: template
|
|
name: Free heap
|
|
lambda: return heap_caps_get_free_size(MALLOC_CAP_INTERNAL);
|
|
icon: "mdi:memory"
|
|
entity_category: diagnostic
|
|
state_class: measurement
|
|
unit_of_measurement: "b"
|
|
update_interval: 60s
|