Restore debug components for 2025.5.2
Now that the debug: components will work without debug-level logging, re-enable the useful ones.
This commit is contained in:
@ -346,6 +346,9 @@ time:
|
|||||||
then:
|
then:
|
||||||
- logger.log: "Time synchronized with Home Assistant"
|
- logger.log: "Time synchronized with Home Assistant"
|
||||||
|
|
||||||
|
debug:
|
||||||
|
update_interval: 15s
|
||||||
|
|
||||||
uart:
|
uart:
|
||||||
id: ld2410_uart
|
id: ld2410_uart
|
||||||
rx_pin: GPIO19
|
rx_pin: GPIO19
|
||||||
@ -533,6 +536,16 @@ sensor:
|
|||||||
return heap_caps_get_free_size(MALLOC_CAP_INTERNAL) / 1024;
|
return heap_caps_get_free_size(MALLOC_CAP_INTERNAL) / 1024;
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
|
|
||||||
|
- platform: debug
|
||||||
|
free:
|
||||||
|
name: "Heap Free"
|
||||||
|
block:
|
||||||
|
name: "Heap Max Block"
|
||||||
|
loop_time:
|
||||||
|
name: "Loop Time"
|
||||||
|
cpu_frequency:
|
||||||
|
name: "CPU Frequency"
|
||||||
|
|
||||||
- platform: sgp30
|
- platform: sgp30
|
||||||
eco2:
|
eco2:
|
||||||
name: "SGP30 eCO2"
|
name: "SGP30 eCO2"
|
||||||
@ -766,6 +779,12 @@ text_sensor:
|
|||||||
mac_address:
|
mac_address:
|
||||||
name: "WiFi MAC Address"
|
name: "WiFi MAC Address"
|
||||||
|
|
||||||
|
- platform: debug
|
||||||
|
device:
|
||||||
|
name: "Device Info"
|
||||||
|
reset_reason:
|
||||||
|
name: "Reset Reason"
|
||||||
|
|
||||||
- platform: ld2410
|
- platform: ld2410
|
||||||
version:
|
version:
|
||||||
name: "LD2410C Firmware Version"
|
name: "LD2410C Firmware Version"
|
||||||
|
Reference in New Issue
Block a user