Add area, switch to idf 5.3.1, replacing climate.heating with a new setup

This commit is contained in:
2025-03-16 15:43:49 +01:00
parent 6c79fad79c
commit 5b913cecf0
49 changed files with 1007 additions and 462 deletions

View File

@@ -1,19 +1,20 @@
substitutions:
device: can-node-1
name: CAN Node 1
comment: "DEV"
area: DEV
comment: "${area} | CANOpen"
esphome:
name: mcu-${device}
area: ${area}
comment: ${comment}
esp32:
board: esp32dev
framework:
# type: arduino
type: esp-idf
# version: 5.1.2
# platform_version: 6.5.0
version: 5.3.1
platform_version: 6.9.0
external_components:
- source: github://mrk-its/esphome-canopen@dev