Add AC config in child east/west rooms
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user