1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Add AEHA IR Protocol (#3726)

This commit is contained in:
yuhei mukoyama
2022-08-31 13:43:33 +09:00
committed by GitHub
parent 15eb9605a8
commit 0907de8662
4 changed files with 197 additions and 0 deletions

View File

@@ -2085,6 +2085,13 @@ switch:
turn_on_action:
remote_transmitter.transmit_raw:
code: [1000, -1000]
- platform: template
name: AEHA
id: eaha_hitachi_climate_power_on
turn_on_action:
remote_transmitter.transmit_aeha:
address: 0x8008
data: [0x00, 0x02, 0xFD, 0xFF, 0x00, 0x33, 0xCC, 0x49, 0xB6, 0xC8, 0x37, 0x16, 0xE9, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0xCA, 0x35, 0x8F, 0x70, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF]
- platform: template
name: Living Room Lights
id: livingroom_lights