Use libraries from ESPHome v2024.5.0
This commit is contained in:
@@ -31,34 +31,15 @@ external_components:
|
||||
components:
|
||||
- nspanel_ha_blueprint
|
||||
refresh: 30s
|
||||
- source:
|
||||
type: git
|
||||
url: https://github.com/edwardtfn/esphome
|
||||
ref: nextion-39 #nextion-v435
|
||||
- source: github://pr#6330
|
||||
components:
|
||||
- nextion # Change this when that PR#6192 gets released (2024.5?)
|
||||
- psram # Change this when that PR#6526 gets released (2024.5?)
|
||||
refresh: 30s # To do: 300s
|
||||
- source:
|
||||
type: git
|
||||
url: https://github.com/edwardtfn/esphome
|
||||
ref: esp32ble-01
|
||||
components:
|
||||
- esp32_ble_tracker # Change this when that PR#6585 gets released (2024.5?)
|
||||
refresh: 300s
|
||||
- source:
|
||||
type: git
|
||||
url: https://github.com/edwardtfn/esphome
|
||||
ref: adc-sampling
|
||||
components:
|
||||
- adc # Change this when PR#6330 is merged (2024.4?)
|
||||
refresh: 300s
|
||||
- adc # Change this when PR#6330 is merged and released (2024.6)
|
||||
|
||||
##### ESPHOME CONFIGURATION #####
|
||||
esphome:
|
||||
name: ${name}
|
||||
friendly_name: ${friendly_name}
|
||||
min_version: 2023.12.0
|
||||
min_version: 2024.5.0
|
||||
platformio_options:
|
||||
build_flags:
|
||||
- -Wno-missing-field-initializers
|
||||
@@ -1567,7 +1548,7 @@ sensor:
|
||||
- id: ntc_source
|
||||
platform: adc
|
||||
pin: 38
|
||||
attenuation: 11db
|
||||
attenuation: 12db
|
||||
samples: 4
|
||||
update_interval: 10s
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user