mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
add beo4_protocol to remote_base component (#8307)
This commit is contained in:
@@ -3,6 +3,11 @@ on_abbwelcome:
|
||||
- logger.log:
|
||||
format: "on_abbwelcome: %u"
|
||||
args: ["x.data()[0]"]
|
||||
on_beo4:
|
||||
then:
|
||||
- logger.log:
|
||||
format: "on_beo4: %u %u"
|
||||
args: ["x.source", "x.command"]
|
||||
on_aeha:
|
||||
then:
|
||||
- logger.log:
|
||||
|
@@ -1,4 +1,11 @@
|
||||
button:
|
||||
- platform: template
|
||||
name: Beo4 audio mute
|
||||
id: beo4_audio_mute
|
||||
on_press:
|
||||
remote_transmitter.transmit_beo4:
|
||||
source: 0x01
|
||||
command: 0x0C
|
||||
- platform: template
|
||||
name: JVC Off
|
||||
id: living_room_lights_on
|
||||
|
Reference in New Issue
Block a user