1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 17:23:45 +01:00
Files
esphome/tests/components/max6956/common.yaml
J. Nick Koston e8adcb539c common
2025-10-08 11:20:48 -10:00

15 lines
229 B
YAML

max6956:
- id: max6956_1
address: 0x40
binary_sensor:
- platform: gpio
name: Max Input Pin
pin:
max6956: max6956_1
number: 4
mode:
input: true
pullup: true
inverted: false