openings
This commit is contained in:
parent
a62e363c02
commit
16b79e4a9f
2
base.yml
2
base.yml
|
@ -48,6 +48,7 @@ switch:
|
|||
name: "${friendly_name} Lock remotes"
|
||||
- platform: gpio
|
||||
id: "${id_prefix}_status_door"
|
||||
internal: true
|
||||
pin:
|
||||
number: D0 # D0 output door status, HIGH for open, LOW for closed
|
||||
mode:
|
||||
|
@ -56,6 +57,7 @@ switch:
|
|||
entity_category: diagnostic
|
||||
- platform: gpio
|
||||
id: "${id_prefix}_status_obstruction"
|
||||
internal: true
|
||||
pin:
|
||||
number: D8 # D8 output for obstruction status, HIGH for obstructed, LOW for clear
|
||||
mode:
|
||||
|
|
Loading…
Reference in New Issue