Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ESPHome version #11

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading