mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-29 22:24:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			148 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			148 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   on_boot:
 | |
|     - pcf8563.read_time
 | |
|     - pcf8563.write_time
 | |
| 
 | |
| i2c:
 | |
|   - id: i2c_pcf8563
 | |
|     scl: 16
 | |
|     sda: 17
 | |
| 
 | |
| time:
 | |
|   - platform: pcf8563
 |