mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			270 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			270 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| <<: !include common.yaml
 | |
| 
 | |
| media_player:
 | |
|   - platform: speaker
 | |
|     id: speaker_media_player_id
 | |
|     announcement_pipeline:
 | |
|       speaker: speaker_id
 | |
|     buffer_size: 1000000
 | |
|     volume_increment: 0.02
 | |
|     volume_max: 0.95
 | |
|     volume_min: 0.0
 | |
|     task_stack_in_psram: true
 |