mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			190 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			190 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esphome:
 | |
|   on_boot:
 | |
|     then:
 | |
|       - audio_dac.mute_off:
 | |
|       - audio_dac.mute_on:
 | |
|       - audio_dac.set_volume:
 | |
|           volume: 50%
 | |
| 
 | |
| audio_dac:
 | |
|   - platform: es8156
 | |
|     i2c_id: i2c_bus
 |