Skip to content

Commit

Permalink
Merge pull request #11 from hostcc/update-esphome-version
Browse files Browse the repository at this point in the history
Update ESPHome version
  • Loading branch information
hostcc authored Feb 21, 2024
2 parents ff06697 + 2918bf3 commit db95b9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ esphome:
spi:
clk_pin: GPIO2
mosi_pin: GPIO3
force_sw: false
interface: hardware

switch:
- platform: gpio
Expand Down
4 changes: 2 additions & 2 deletions main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ packages:
time: !include time.yaml # Optional
rtc: !include rtc.yaml # Optional

# 2023.10.0 addresses Pillow security vulnerability
# 2024.2.0 addresses Pillow security vulnerability
esphome:
min_version: '2023.10.0'
min_version: '2024.2.0'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
esphome>=2023.10.0
pillow==10.0.1
esphome==2024.2.0
pillow==10.2.0
3 changes: 3 additions & 0 deletions tests/rp2040w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

# Minimal configuration to validate via ESPHome
---
logger:
level: debug

esphome:
name: test-2040w

Expand Down

0 comments on commit db95b9b

Please sign in to comment.