mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-10-31 02:37:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			684 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			684 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| ###################################
 | |
| ##  Press an [Amazon Dash Buttons](https://amzn.to/2dPKZhM) and then stuff happens.
 | |
| ###################################
 | |
| 
 | |
| - alias: 'Toggle Office Light on/off'
 | |
|   id: ff021afa-3f71-4296-a395-75a12fdc5df3
 | |
|   trigger:
 | |
|     - platform: event
 | |
|       event_type: office_lamp_dash
 | |
| 
 | |
|   action:
 | |
|     # Disable this automation
 | |
|     - service: automation.turn_off
 | |
|       entity_id: automation.toggle_office_light_on_off
 | |
|     - service: light.toggle
 | |
|       entity_id: light.office_lamp
 | |
|     - delay:
 | |
|         minutes: 1
 | |
|     # enable this automation - This prevents duplicate pushes.
 | |
|     - service: automation.turn_on
 | |
|       entity_id: automation.toggle_office_light_on_off
 |