mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-28 13:43:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			490 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			490 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Common configuration for 2-channel UART bridge/expander chips
 | |
| # Used by components like wk2132 that create 2 UART channels
 | |
| # Defines standardized UART IDs: uart_id_0, uart_id_1
 | |
| 
 | |
| substitutions:
 | |
|   # These will be overridden by component-specific values
 | |
|   uart_bridge_address: "0x70"
 | |
| 
 | |
| # Note: The actual UART instances are created by the bridge component
 | |
| # This package just ensures all bridge components use the same ID naming convention
 | |
| # so they can be grouped together without conflicts
 |