Add friendly_name to make HA folks happy

This commit is contained in:
2025-05-09 21:01:58 +02:00
parent f552ea0f97
commit 9cc69d7ad2
70 changed files with 516 additions and 266 deletions

View File

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

View File

@@ -1,6 +1,6 @@
---
platform: template
name: ${name} Free heap
name: Free heap
lambda: return heap_caps_get_free_size(MALLOC_CAP_INTERNAL);
icon: "mdi:memory"
entity_category: diagnostic

View File

@@ -1,6 +1,6 @@
---
platform: uptime
name: ${name} Uptime
name: Uptime
unit_of_measurement: "days"
accuracy_decimals: 2
update_interval: 60s

View File

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