mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
Add area, switch to idf 5.3.1, replacing climate.heating with a new setup
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
substitutions:
|
||||
device: desk-lamp
|
||||
name: Mi Desk Lamp
|
||||
comment: ""
|
||||
area: Room
|
||||
comment: "${area} | Desk lamp"
|
||||
|
||||
esphome:
|
||||
name: mcu-${device}
|
||||
area: ${area}
|
||||
comment: ${comment}
|
||||
|
||||
esp32:
|
||||
board: m5stack-atom
|
||||
framework:
|
||||
type: esp-idf
|
||||
# version: 5.2.1
|
||||
# platform_version: 6.6.0
|
||||
version: 5.3.1
|
||||
platform_version: 6.9.0
|
||||
|
||||
# external_components:
|
||||
# - source: github://pr#7958
|
||||
@@ -146,4 +148,4 @@ sensor:
|
||||
// apply new settings
|
||||
call.set_brightness(brightness);
|
||||
call.set_color_temperature(temp);
|
||||
call.perform();
|
||||
call.perform();
|
||||
|
||||
Reference in New Issue
Block a user