mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 16:08:10 +01:00
try to fix the test script
This commit is contained in:
parent
1874f47767
commit
e3efb8f07b
1 changed files with 3 additions and 4 deletions
|
@ -24,7 +24,7 @@ esphome:
|
||||||
# This will allow for (future) project identification,
|
# This will allow for (future) project identification,
|
||||||
# configuration and updates.
|
# configuration and updates.
|
||||||
project:
|
project:
|
||||||
name: esphome.project-template
|
name: LumenSoft.espnow-test
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
|
|
||||||
# To be able to get logs from the device via serial and api.
|
# To be able to get logs from the device via serial and api.
|
||||||
|
@ -37,12 +37,11 @@ espnow:
|
||||||
- FF:FF:FF:FF:FF:FF
|
- FF:FF:FF:FF:FF:FF
|
||||||
on_receive:
|
on_receive:
|
||||||
- logger.log:
|
- logger.log:
|
||||||
format: "Received: %s RSSI: %d"
|
format: "Received: %s RSSI: %d"
|
||||||
args: [packet.payload_as_bytes(), packet.rssi]
|
args: [packet.payload_as_bytes(), packet.rssi]
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
|
||||||
pin:
|
pin:
|
||||||
number: GPIO00
|
number: GPIO00
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
Loading…
Reference in a new issue