Skip to content

Commit

Permalink
Throttle to reduce some load (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Jun 14, 2023
1 parent 091e52c commit c07fed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp32-dc-meter-example-advanced-multiple-devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ atorch_dl24:
check_crc: true
# The meter publishes a status report per second via BLE notification. If you don't like this update interval
# you can use this setting to throttle the sensor updates by skipping some status reports.
throttle: 0s
throttle: 2s

- id: atorch1
ble_client_id: ble_client1
check_crc: true
# The meter publishes a status report per second via BLE notification. If you don't like this update interval
# you can use this setting to throttle the sensor updates by skipping some status reports.
throttle: 0s
throttle: 2s

binary_sensor:
- platform: atorch_dl24
Expand Down

0 comments on commit c07fed1

Please sign in to comment.