mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Event entity support (#6451)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										9
									
								
								tests/components/event/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/components/event/test.esp32-c3-idf.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| event: | ||||
|   - platform: template | ||||
|     name: Event | ||||
|     id: some_event | ||||
|     event_types: | ||||
|       - template_event_type1 | ||||
|       - template_event_type2 | ||||
|     on_event: | ||||
|       - logger.log: Event fired | ||||
		Reference in New Issue
	
	Block a user