Files
esphome-configs/common/sensor/free_heap.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