mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
update test files
This commit is contained in:
parent
ffaf4f6b3f
commit
65cf1d9ab8
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(), it->rssi()]
|
||||
args: [packet->content_bytes(), packet->rssi()]
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
|
Loading…
Reference in a new issue