[nrf52, gpio] check different port notation (#9737)

This commit is contained in:
tomaszduda23 2025-08-01 06:54:20 +02:00 committed by GitHub
parent e4dc62ea74
commit f761404bf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@ binary_sensor:
output:
- platform: gpio
pin: 3
pin: P0.3
id: gpio_output
switch:
- platform: gpio
pin: 4
pin: P1.2
id: gpio_switch

View File

@ -5,10 +5,10 @@ binary_sensor:
output:
- platform: gpio
pin: 3
pin: P0.3
id: gpio_output
switch:
- platform: gpio
pin: 4
pin: P1.2
id: gpio_switch