mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
fix test file
This commit is contained in:
parent
472f9d61b6
commit
93e41e006e
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_bytes(), packet->rssi]
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
|
Loading…
Reference in a new issue