mirror of
https://github.com/esphome/esphome.git
synced 2024-12-25 23:14:54 +01:00
fix test script
This commit is contained in:
parent
a370c85311
commit
c32e8fe9e1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ espnow:
|
|||
on_receive:
|
||||
- logger.log:
|
||||
format: "Received: %s RSSI: %d"
|
||||
args: [packet->content_bytes(), packet->rssi]
|
||||
args: [packet->content_as_bytes(), packet->rssi]
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
|
Loading…
Reference in a new issue