mirror of
https://github.com/esphome/esphome.git
synced 2025-02-08 06:00:56 +00:00
fix test file
This commit is contained in:
parent
472f9d61b6
commit
93e41e006e
@ -5,7 +5,7 @@ espnow:
|
|||||||
on_receive:
|
on_receive:
|
||||||
- logger.log:
|
- logger.log:
|
||||||
format: "Received: %s RSSI: %d"
|
format: "Received: %s RSSI: %d"
|
||||||
args: [packet->content_bytes(), packet->rssi()]
|
args: [packet->content_bytes(), packet->rssi]
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user