Skip to content

Commit

Permalink
chore(esphome): disable logging of dallas sensor value
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Jan 24, 2024
1 parent 3cd496a commit 7d1ef7c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,10 @@ sensor:
- offset: 0.125
on_value:
then:
- logger.log:
level: INFO
format: "Dallas sensor value: %.1f"
args: ["x"]
# - logger.log:
# level: INFO
# format: "Dallas sensor value: %.1f"
# args: ["x"]
- lambda: |-
if (x < id(min_temp) && id(heating) == false && id(relay1).state == false && id(relay2).state == false) {
id(heat).execute();
Expand Down

0 comments on commit 7d1ef7c

Please sign in to comment.