Skip to content

Commit

Permalink
Fix filter reset command (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
denes44 authored Jul 28, 2023
1 parent 9dc1777 commit c100445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/devices/BlitzHome-BH-AP1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ button:
entity_category: config
on_press:
- lambda: |-
id(tuyadevice).set_integer_datapoint_value(11,1);
id(tuyadevice).set_boolean_datapoint_value(11,1);
select:
- platform: template
Expand Down Expand Up @@ -363,7 +363,7 @@ button:
entity_category: config
on_press:
- lambda: |-
id(tuyadevice).set_integer_datapoint_value(11,1);
id(tuyadevice).set_boolean_datapoint_value(11,1);
select:
- platform: tuya
Expand Down

0 comments on commit c100445

Please sign in to comment.