Skip to content

Commit

Permalink
Clean up validation
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Dec 17, 2023
1 parent fd95e12 commit 2fac193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion esphome/hall-panel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ esp32:
type: esp-idf

#bluetooth_proxy:

2 changes: 1 addition & 1 deletion esphome/living-room-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ sensor:
static float timestamp = (
id(sntp_time).utcnow().timestamp - id(uptime_sec).state
);
return timestamp;
return timestamp;

0 comments on commit 2fac193

Please sign in to comment.