This commit is contained in:
2024-05-23 21:24:52 +02:00
commit a3efe8274b
166 changed files with 15713 additions and 0 deletions

10
common/sensor/debug.yaml Normal file
View File

@@ -0,0 +1,10 @@
---
platform: debug
free:
name: "${name} Heap Free"
fragmentation:
name: "${name} Heap Fragmentation"
block:
name: "${name} Heap Max Block"
loop_time:
name: "${name} Loop Time"

View File

@@ -0,0 +1,9 @@
---
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

View File

@@ -0,0 +1,9 @@
---
platform: uptime
name: ${name} Uptime
unit_of_measurement: "days"
accuracy_decimals: 2
update_interval: 60s
filters:
- lambda: return x / 86400;

View File

@@ -0,0 +1,4 @@
---
platform: wifi_signal
name: "${name} WiFi Signal"
update_interval: 60s