Good morning everyone
I’m creating a system using esphome mcp23017 and dallas ds18b20.
in the esphome configuration I’m trying to configure a pin of the mcp23017 as a one-wire pin but esphome gives me an error
default configuration of one-wire gpio pin:
one_wire:
- platform: gpio
pin: GPIOXX
I tried to write the configuration like this but it doesn’t work.
one_wire:
- platform: gpio
name: “MCP23008 Pin #0”
pin:
mcp23xxx: mcp23008_hub
# Use pin number 0
number: 0
Is it possible to do it?
Thanks in advance