1
0
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:
cvwillegen
2025-04-29 10:21:05 +02:00
committed by GitHub
parent dc6dd9fe0d
commit 5f9a509bdc
4 changed files with 233 additions and 0 deletions

View File

@@ -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: