mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-01 16:56:04 +02:00
Add id's to all common components
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
platform: debug
|
||||
free:
|
||||
name: Heap Free
|
||||
id: heap_free_sensor
|
||||
fragmentation:
|
||||
name: Heap Fragmentation
|
||||
id: heap_fragmentation_sensor
|
||||
block:
|
||||
name: Heap Max Block
|
||||
id: heap_max_block_sensor
|
||||
loop_time:
|
||||
name: Loop Time
|
||||
id: loop_time_sensor
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
platform: uptime
|
||||
name: Uptime
|
||||
id: uptime_sensor
|
||||
unit_of_measurement: "days"
|
||||
accuracy_decimals: 2
|
||||
update_interval: 60s
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
platform: wifi_signal
|
||||
name: WiFi Signal
|
||||
id: wifi_signal_sensor
|
||||
update_interval: 60s
|
||||
|
||||
Reference in New Issue
Block a user