Reduce the update interval of debug information
This commit is contained in:
parent
b1bfbc231a
commit
3f36985241
|
|
@ -112,18 +112,18 @@ sensor:
|
||||||
lambda: return temperatureRead();
|
lambda: return temperatureRead();
|
||||||
unit_of_measurement: °C
|
unit_of_measurement: °C
|
||||||
device_class: TEMPERATURE
|
device_class: TEMPERATURE
|
||||||
update_interval: 5s
|
update_interval: 30s
|
||||||
entity_category: "diagnostic"
|
entity_category: "diagnostic"
|
||||||
|
|
||||||
- platform: uptime
|
- platform: uptime
|
||||||
name: Uptime
|
name: Uptime
|
||||||
id: sys_uptime
|
id: sys_uptime
|
||||||
update_interval: 10s
|
update_interval: 60s
|
||||||
|
|
||||||
- platform: wifi_signal
|
- platform: wifi_signal
|
||||||
name: RSSI
|
name: RSSI
|
||||||
id: wifi_signal_db
|
id: wifi_signal_db
|
||||||
update_interval: 5s
|
update_interval: 60s
|
||||||
entity_category: "diagnostic"
|
entity_category: "diagnostic"
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
|
|
@ -134,7 +134,7 @@ sensor:
|
||||||
unit_of_measurement: 'kB'
|
unit_of_measurement: 'kB'
|
||||||
state_class: measurement
|
state_class: measurement
|
||||||
entity_category: "diagnostic"
|
entity_category: "diagnostic"
|
||||||
|
update_interval: 60s
|
||||||
- platform: ld2410
|
- platform: ld2410
|
||||||
moving_distance:
|
moving_distance:
|
||||||
name : Moving Distance
|
name : Moving Distance
|
||||||
|
|
@ -173,26 +173,6 @@ uart:
|
||||||
ld2410:
|
ld2410:
|
||||||
timeout: 150s
|
timeout: 150s
|
||||||
id: ld2410_radar
|
id: ld2410_radar
|
||||||
# max_move_distance : 6m
|
|
||||||
# max_still_distance: 0.75m
|
|
||||||
# g0_move_threshold: 10
|
|
||||||
# g0_still_threshold: 20
|
|
||||||
# g1_move_threshold: 10
|
|
||||||
# g1_still_threshold: 20
|
|
||||||
# g2_move_threshold: 20
|
|
||||||
# g2_still_threshold: 21
|
|
||||||
# g3_move_threshold: 30
|
|
||||||
# g3_still_threshold: 31
|
|
||||||
# g4_move_threshold: 40
|
|
||||||
# g4_still_threshold: 41
|
|
||||||
# g5_move_threshold: 50
|
|
||||||
# g5_still_threshold: 51
|
|
||||||
# g6_move_threshold: 60
|
|
||||||
# g6_still_threshold: 61
|
|
||||||
# g7_move_threshold: 70
|
|
||||||
# g7_still_threshold: 71
|
|
||||||
# g8_move_threshold: 80
|
|
||||||
# g8_still_threshold: 81
|
|
||||||
|
|
||||||
button:
|
button:
|
||||||
- platform: template
|
- platform: template
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user