mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 19:47:29 +01:00
Add area, switch to idf 5.3.1, replacing climate.heating with a new setup
This commit is contained in:
@@ -2,13 +2,16 @@ substitutions:
|
||||
device: nspanel-office-r
|
||||
name: Office R NSPanel
|
||||
name_short: Office R
|
||||
comment: "Office R NSPanel"
|
||||
area: Office R
|
||||
comment: "${area} | NSPanel"
|
||||
panel_recv_topic: "tele/${device}/RESULT"
|
||||
panel_send_topic: "cmnd/${device}/CustomSend"
|
||||
tft_url: !secret tft_url
|
||||
|
||||
|
||||
|
||||
esphome:
|
||||
name: mcu-${device}
|
||||
area: ${area}
|
||||
comment: ${comment}
|
||||
on_boot:
|
||||
then:
|
||||
@@ -20,6 +23,8 @@ esp32:
|
||||
board: nodemcu-32s
|
||||
framework:
|
||||
type: esp-idf
|
||||
wifi:
|
||||
use_address: 10.17.241.212
|
||||
|
||||
external_components:
|
||||
- source:
|
||||
@@ -30,6 +35,9 @@ external_components:
|
||||
- source: github://pr#7942
|
||||
components: adc
|
||||
refresh: 0s
|
||||
- source: github://pr#8325
|
||||
components: mqtt
|
||||
refresh: 0s
|
||||
- source: components
|
||||
|
||||
packages:
|
||||
@@ -174,6 +182,7 @@ mqtt:
|
||||
username: !secret mqtt_username
|
||||
password: !secret mqtt_password
|
||||
discovery: false
|
||||
idf_send_async: true
|
||||
|
||||
nspanel_lovelace:
|
||||
id: nspanel_id
|
||||
|
||||
Reference in New Issue
Block a user