mirror of
https://github.com/esphome/esphome.git
synced 2024-12-20 20:44:53 +01:00
15 lines
289 B
YAML
15 lines
289 B
YAML
|
remote_receiver:
|
||
|
- id: rcvr
|
||
|
pin: ${pin}
|
||
|
rmt_channel: ${rmt_channel}
|
||
|
dump: all
|
||
|
tolerance: 25%
|
||
|
<<: !include common-actions.yaml
|
||
|
|
||
|
binary_sensor:
|
||
|
- platform: remote_receiver
|
||
|
name: Panasonic Remote Input
|
||
|
panasonic:
|
||
|
address: 0x4004
|
||
|
command: 0x100BCBD
|