Skip to content

Commit

Permalink
command fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalseReality committed Feb 22, 2024
1 parent 5f0e078 commit b5be49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/ezo_ec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ api:
command: string
then:
- lambda: |-
id(ec_ezo).send_custom("command");
id(ec_ezo).send_custom(command);
esphome:
on_boot:
Expand Down
2 changes: 1 addition & 1 deletion common/ezo_ph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ api:
command: string
then:
- lambda: |-
id(ph_ezo).send_custom("command");
id(ph_ezo).send_custom(command);
esphome:
on_boot:
Expand Down

0 comments on commit b5be49f

Please sign in to comment.