various tidyups

This commit is contained in:
root
2025-12-21 20:55:54 +13:00
parent 416efa6bd3
commit 19a14e1d1b
54 changed files with 5932 additions and 502 deletions
+13 -10
View File
@@ -90,10 +90,13 @@ packages:
#############################################
esphome:
name: ${device_name}
friendly_name: ${friendly_name} # appears as main name on the esphome page in HA
comment: ${description_comment} # appears as comment on the esphome page in HA
friendly_name: ${friendly_name}
comment: ${description_comment}
area: ${room}
#min_version: 2024.6.0
#platformio_options:
# platform: espressif32@6.6.0
# platform_packages:
# - framework-arduinoespressif32@2.0.17
#############################################
# ESP Platform and Framework
@@ -102,15 +105,15 @@ esphome:
esp32:
board: esp32doit-devkit-v1
framework:
type: esp-idf # Suggest using the ESP-IDF Framework. Changing from 'arduino' to 'esp-idf' needs a cabled flash to correct partitions
version: recommended # recommended, latest or dev
type: arduino
version: recommended
# these just for the esp32doit-devkit-v1 and Mi S Lamp
sdkconfig_options:
CONFIG_FREERTOS_UNICORE: y
advanced:
ignore_efuse_mac_crc: true
ignore_efuse_custom_mac: true
#sdkconfig_options:
# CONFIG_FREERTOS_UNICORE: y
#advanced:
# ignore_efuse_mac_crc: true
# ignore_efuse_custom_mac: true
#############################################
# ESPHome Logging Enabl