mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Allow Weikai to pass data_bit validation (#8917)
This commit is contained in:
		| @@ -24,7 +24,13 @@ wk2168_i2c: | ||||
|         baud_rate: 115200 | ||||
|       - id: id3 | ||||
|         channel: 3 | ||||
|         baud_rate: 115200 | ||||
|         baud_rate: 9600 | ||||
|  | ||||
| # Ensures a sensor doesn't break validation | ||||
| sensor: | ||||
|   - platform: a02yyuw | ||||
|     uart_id: id3 | ||||
|     id: distance_sensor | ||||
|  | ||||
| # individual binary_sensor inputs | ||||
| binary_sensor: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user