Add AC config in child east/west rooms

This commit is contained in:
2024-06-21 21:15:57 +02:00
parent 3f18118e77
commit ab1cf75a4f
3 changed files with 35 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
esphome:
name: child-east-ac
friendly_name: "Child East AC"
area: "Child East"
project:
name: dasfoo.child-east-ac
version: "1.0"
packages:
device_base: !include templates/esp01m-ir.yaml
climate:
- platform: tcl112
name: None # Main entity for the device.
receiver_id: ir_receiver
+16
View File
@@ -0,0 +1,16 @@
esphome:
name: child-west-ac
friendly_name: "Child West AC"
area: "Child West"
project:
name: dasfoo.child-west-ac
version: "1.0"
packages:
device_base: !include templates/esp01m-ir.yaml
climate:
- platform: tcl112
name: None # Main entity for the device.
receiver_id: ir_receiver
+3
View File
@@ -39,6 +39,9 @@ for config in \
zigbee-coordinator.yaml \ zigbee-coordinator.yaml \
basementdoorlock.yaml \ basementdoorlock.yaml \
frontdoorlock.yaml \ frontdoorlock.yaml \
child-west-ac.yaml \
child-east-ac.yaml \
bedroom-ac.yaml \
tools-power.yaml; do tools-power.yaml; do
flash+=("${command?} ${config?}") flash+=("${command?} ${config?}")
done done