mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 19:47:29 +01:00
13 lines
159 B
Markdown
13 lines
159 B
Markdown
# heap space monitor
|
|
|
|
A sensor to show the available heap space.
|
|
|
|
Example:
|
|
```yaml
|
|
sensor:
|
|
- platform: heapmon
|
|
id: heapspace
|
|
name: "Free Space"
|
|
```
|
|
|