mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			118 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			118 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
esphome:
 | 
						|
  on_boot:
 | 
						|
    - pcf8563.read_time
 | 
						|
    - pcf8563.write_time
 | 
						|
 | 
						|
time:
 | 
						|
  - platform: pcf8563
 | 
						|
    i2c_id: i2c_bus
 |