This commit is contained in:
J. Nick Koston 2023-06-09 17:45:15 -05:00
parent a62e363c02
commit 16b79e4a9f
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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: