mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
fix remote transmiter example (#518)
This commit is contained in:
parent
af8f732e8e
commit
18cc5c682c
@ -30,9 +30,10 @@ remote signals.
|
|||||||
|
|
||||||
# Individual switches
|
# Individual switches
|
||||||
switch:
|
switch:
|
||||||
- platform: remote_transmitter
|
- platform: template
|
||||||
name: "Panasonic TV Off"
|
name: "Panasonic TV Off"
|
||||||
panasonic:
|
turn_on_action:
|
||||||
|
remote_transmitter.transmit_panasonic:
|
||||||
address: 0x4004
|
address: 0x4004
|
||||||
command: 0x100BCBD
|
command: 0x100BCBD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user