mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 05:24:14 +00: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:
co-authored by
Jesse Hills
parent
dc6dd9fe0d
commit
5f9a509bdc
@@ -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