esphome/tests/component_tests/binary_sensor/test_binary_sensor.yaml

20 lines
277 B
YAML
Raw Normal View History

2022-09-06 05:48:01 +02:00
---
esphome:
name: test
platform: ESP8266
board: d1_mini_lite
binary_sensor:
- platform: gpio
id: bs_1
2022-09-06 05:48:01 +02:00
name: test bs1
internal: true
pin:
number: D0
- platform: gpio
id: bs_2
2022-09-06 05:48:01 +02:00
name: test bs2
internal: false
pin:
number: D1