mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-10-31 10:46:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			558 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			558 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| ######################################################################################################
 | |
| ###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
 | |
| #  action:
 | |
| #   - service: script.flash_notify
 | |
| #
 | |
| ######################################################################################################
 | |
| 
 | |
| flash_notify:
 | |
|   sequence:
 | |
|     - service: light.turn_on
 | |
|       entity_id:
 | |
|         - light.m1_slider
 | |
|         - light.office_lamp
 | |
|         - light.outdoor_foyer
 | |
|       data:
 | |
|         flash: long
 |