Skip to content

Commit

Permalink
Press retrieve settings button periodically
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Aug 8, 2022
1 parent d0c755d commit 54f5b19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions esp32-heltec-balancer-ble-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ button:
- platform: heltec_balancer_ble
retrieve_settings:
name: "${name} retrieve settings"
id: retrieve_settings_button
retrieve_device_info:
name: "${name} retrieve device info"
retrieve_factory_defaults:
Expand Down Expand Up @@ -222,3 +223,8 @@ text_sensor:
name: "${name} buzzer mode"
battery_type:
name: "${name} battery type"

interval:
- interval: 30min
then:
- button.press: retrieve_settings_button

1 comment on commit 54f5b19

@cristi2005
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this code need this ?

buzzer_mode:

Please sign in to comment.