Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zanix committed Nov 6, 2024
1 parent e30cede commit b971dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions esphome/bed-presence-f56148.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ esphome:
name: ElevatedSensors.BedPresenceMk1
version: DIY
platformio_options:
board_build.flash_mode: dio # dio flash_mode fixes issue where board bootloops using esp-idf
board_build.flash_mode: dio # dio flash_mode fixes issue where board bootloops using esp-idf

esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf # using arduino causes board to reset multiple times/day
type: esp-idf # using arduino causes board to reset multiple times/day

# Enable logging
logger:
Expand Down
2 changes: 1 addition & 1 deletion packages/logbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ logbook:
- sensor.time*
- binary_sensor.apollo_msr_1_*
- sensor.apollo_msr_1_*

entities:
- sensor.home_assistant_core_uptime
- sensor.last_boot
Expand Down

0 comments on commit b971dc2

Please sign in to comment.