mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
17 lines
383 B
YAML
17 lines
383 B
YAML
packages:
|
|
uart_9600_even: !include ../../test_build_components/common/uart_9600_even/esp32-idf.yaml
|
|
|
|
climate:
|
|
- platform: mitsubishi_cn105
|
|
id: ac
|
|
name: "AC Test"
|
|
|
|
esphome:
|
|
on_boot:
|
|
then:
|
|
- climate.mitsubishi_cn105.set_remote_temperature:
|
|
id: ac
|
|
temperature: 22.0
|
|
- climate.mitsubishi_cn105.clear_remote_temperature:
|
|
id: ac
|