mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Emmeti infrared climate support (#5197)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
14
tests/components/emmeti/common.yaml
Normal file
14
tests/components/emmeti/common.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
remote_transmitter:
|
||||
id: tx
|
||||
pin: ${remote_transmitter_pin}
|
||||
carrier_duty_percent: 100%
|
||||
|
||||
remote_receiver:
|
||||
id: rcvr
|
||||
pin: ${remote_receiver_pin}
|
||||
|
||||
climate:
|
||||
- platform: emmeti
|
||||
name: Emmeti
|
||||
receiver_id: rcvr
|
||||
transmitter_id: tx
|
5
tests/components/emmeti/test.esp32-idf.yaml
Normal file
5
tests/components/emmeti/test.esp32-idf.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
remote_transmitter_pin: GPIO33
|
||||
remote_receiver_pin: GPIO32
|
||||
|
||||
<<: !include common.yaml
|
5
tests/components/emmeti/test.esp32.yaml
Normal file
5
tests/components/emmeti/test.esp32.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
remote_transmitter_pin: GPIO33
|
||||
remote_receiver_pin: GPIO32
|
||||
|
||||
<<: !include common.yaml
|
5
tests/components/emmeti/test.esp8266.yaml
Normal file
5
tests/components/emmeti/test.esp8266.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
substitutions:
|
||||
remote_transmitter_pin: GPIO4
|
||||
remote_receiver_pin: GPIO5
|
||||
|
||||
<<: !include common.yaml
|
Reference in New Issue
Block a user