mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +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.
|
||||||
|
@ -42,7 +42,6 @@ espnow:
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: gpio
|
- platform: gpio
|
||||||
|
|
||||||
pin:
|
pin:
|
||||||
number: GPIO00
|
number: GPIO00
|
||||||
inverted: true
|
inverted: true
|
||||||
|
|
Loading…
Reference in a new issue