mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[nrf52, gpio] check different port notation (#9737)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user