1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-20 10:43:48 +01:00

[remote_base] Add Symphony IR protocol (encode/decode) with command_repeats support (#10777)

This commit is contained in:
Leonardo Rivera
2025-10-17 22:13:33 -03:00
committed by GitHub
parent b134d42e3b
commit bfeade1e2b
5 changed files with 221 additions and 0 deletions

View File

@@ -143,6 +143,11 @@ on_sony:
- logger.log:
format: "on_sony: %lu %u"
args: ["long(x.data)", "x.nbits"]
on_symphony:
then:
- logger.log:
format: "on_symphony: 0x%lX %u"
args: ["long(x.data)", "x.nbits"]
on_toshiba_ac:
then:
- logger.log: