I have a nodemuc v3, with a couple of binary sensors. Whichever binary sensor I put second in my YAML file doesn’t have a state associated with it? Any ideas what I’m doing wrong? If I change the order of the binary_sensor in the yaml file then the (new) first sensor has a state, but the (new) second sensor does not.
Here is an extract from my yaml:
binary_sensor:
- platform: gpio
name: "Alarm siren and strobe"
pin:
number: 12
inverted: True
- platform: gpio
name: "Alarm Set Status"
pin: D0
Any help is much appreciated!
John