mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 16:41:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			235 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			235 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
esphome:
 | 
						|
  on_boot:
 | 
						|
    then:
 | 
						|
      - audio_dac.mute_off:
 | 
						|
      - audio_dac.mute_on:
 | 
						|
      - audio_dac.set_volume:
 | 
						|
          volume: 50%
 | 
						|
 | 
						|
i2c:
 | 
						|
  - id: i2c_es8156
 | 
						|
    scl: ${scl_pin}
 | 
						|
    sda: ${sda_pin}
 | 
						|
 | 
						|
audio_dac:
 | 
						|
  - platform: es8156
 |