Update to esphome 2024.6
This commit is contained in:
parent
dc02d77877
commit
7cd779c011
5 changed files with 11 additions and 17 deletions
|
@ -11,7 +11,7 @@ wifi:
|
|||
password: !secret wifi_password
|
||||
|
||||
ota:
|
||||
safe_mode: true
|
||||
platform: esphome
|
||||
password: !secret ota_password
|
||||
|
||||
logger:
|
||||
|
@ -20,13 +20,6 @@ mqtt:
|
|||
broker: !secret mqtt_server
|
||||
discovery: false
|
||||
|
||||
external_components:
|
||||
- source:
|
||||
type: git
|
||||
url: https://github.com/polyfloyd/esphome
|
||||
ref: mpr-121-gpio
|
||||
components: [ mpr121 ]
|
||||
|
||||
spi:
|
||||
clk_pin: 18
|
||||
mosi_pin: 5
|
||||
|
@ -103,7 +96,7 @@ output:
|
|||
- id: led_and_mhz19_power
|
||||
platform: gpio
|
||||
pin:
|
||||
mpr121_id: mpr121_component
|
||||
mpr121: mpr121_component
|
||||
number: 10
|
||||
mode: OUTPUT
|
||||
inverted: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue