mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Add code to send/receive GoBox infrared control messages. (#7554)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -48,6 +48,11 @@ on_drayton:
|
||||
- logger.log:
|
||||
format: "on_drayton: %u %u %u"
|
||||
args: ["x.address", "x.channel", "x.command"]
|
||||
on_gobox:
|
||||
then:
|
||||
- logger.log:
|
||||
format: "on_gobox: %d"
|
||||
args: ["x.code"]
|
||||
on_jvc:
|
||||
then:
|
||||
- logger.log:
|
||||
|
Reference in New Issue
Block a user