diff --git a/base.yml b/base.yml index 335f301..7ef467c 100644 --- a/base.yml +++ b/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: