Remove debug components
Slows down the ESP too much
This commit is contained in:
parent
450ff085d2
commit
e224044de3
@ -269,7 +269,7 @@ interval:
|
||||
}
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
level: WARN
|
||||
baud_rate: 115200
|
||||
|
||||
api:
|
||||
@ -326,11 +326,6 @@ time:
|
||||
then:
|
||||
- logger.log: "Time synchronized with Home Assistant"
|
||||
|
||||
debug:
|
||||
update_interval: 5s
|
||||
|
||||
psram:
|
||||
|
||||
uart:
|
||||
id: ld2410_uart
|
||||
rx_pin: GPIO19
|
||||
@ -516,18 +511,6 @@ sensor:
|
||||
return heap_caps_get_free_size(MALLOC_CAP_INTERNAL) / 1024;
|
||||
entity_category: diagnostic
|
||||
|
||||
- platform: debug
|
||||
free:
|
||||
name: "Heap Free"
|
||||
block:
|
||||
name: "Heap Max Block"
|
||||
loop_time:
|
||||
name: "Loop Time"
|
||||
psram:
|
||||
name: "Free PSRAM"
|
||||
cpu_frequency:
|
||||
name: "CPU Frequency"
|
||||
|
||||
- platform: sgp30
|
||||
eco2:
|
||||
name: "SGP30 eCO2"
|
||||
@ -565,7 +548,7 @@ sensor:
|
||||
filters:
|
||||
- offset: !lambda return id(temperature_offset);
|
||||
- sliding_window_moving_average:
|
||||
window_size: 20
|
||||
window_size: 4
|
||||
send_every: 1
|
||||
humidity:
|
||||
name: "SHT45 Relative Humidity"
|
||||
@ -754,12 +737,6 @@ text_sensor:
|
||||
mac_address:
|
||||
name: "WiFi MAC Address"
|
||||
|
||||
- platform: debug
|
||||
device:
|
||||
name: "Device Info"
|
||||
reset_reason:
|
||||
name: "Reset Reason"
|
||||
|
||||
- platform: ld2410
|
||||
version:
|
||||
name: "LD2410C Firmware Version"
|
||||
|
Loading…
x
Reference in New Issue
Block a user