Merge branch 'dev' into event_string_view

This commit is contained in:
J. Nick Koston
2026-01-09 16:40:12 -10:00
committed by GitHub
19 changed files with 9536 additions and 8949 deletions

View File

@@ -3,5 +3,6 @@
update:
- platform: esp32_hosted
name: "Coprocessor Firmware Update"
type: embedded
path: $component_dir/test_firmware.bin
sha256: de2f256064a0af797747c2b97505dc0b9f3df0de4f489eac731c23ae9ca9cc31

View File

@@ -0,0 +1,10 @@
<<: !include common.yaml
http_request:
update:
- platform: esp32_hosted
name: "Coprocessor Firmware Update"
type: http
source: https://esphome.github.io/esp-hosted-firmware/manifest/esp32c6.json
update_interval: 6h

View File

@@ -6,6 +6,7 @@ display:
panel_height: 32
double_buffer: true
brightness: 128
gamma_correct: gamma_2_2
pages:
- id: page1
lambda: |-

View File

@@ -5,6 +5,7 @@ display:
panel_height: 32
double_buffer: true
brightness: 128
gamma_correct: cie1931
r1_pin: GPIO42
g1_pin: GPIO41
b1_pin: GPIO40

View File

@@ -7,6 +7,7 @@ display:
platform: ili9xxx
id: main_lcd
model: ili9342
data_rate: 31.25MHz
cs_pin: 20
dc_pin: 21
reset_pin: 22

View File

@@ -42,4 +42,3 @@ status_led:
# Include API at priority 40
api:
password: "apipassword"