Files
esphome-configs/common/sensor/free_heap.yaml
2024-05-23 21:24:52 +02:00

10 lines
226 B
YAML

---
platform: template
name: ${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