mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			186 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			186 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| event:
 | |
|   - platform: template
 | |
|     name: Event
 | |
|     id: some_event
 | |
|     event_types:
 | |
|       - template_event_type1
 | |
|       - template_event_type2
 | |
|     on_event:
 | |
|       - logger.log: Event fired
 |