mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-11-04 04:55:16 +00:00 
			
		
		
		
	
		
			
	
	
		
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								######################################################################
							 | 
						||
| 
								 | 
							
								##  Stuff that needs to happen after 10pm.
							 | 
						||
| 
								 | 
							
								######################################################################
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								- alias: Automated NIGHT WatchDog!
							 | 
						||
| 
								 | 
							
								  trigger:
							 | 
						||
| 
								 | 
							
								    - platform: state
							 | 
						||
| 
								 | 
							
								      entity_id: switch.living_room_amp
							 | 
						||
| 
								 | 
							
								      to: 'on'
							 | 
						||
| 
								 | 
							
								      for: '00:10:00'
							 | 
						||
| 
								 | 
							
								    - platform: state
							 | 
						||
| 
								 | 
							
								      entity_id: media_player.livingroomCC
							 | 
						||
| 
								 | 
							
								      to: 'off'
							 | 
						||
| 
								 | 
							
								      for: '00:02:00'
							 | 
						||
| 
								 | 
							
								    - platform: state
							 | 
						||
| 
								 | 
							
								      entity_id: media_player.whole_house
							 | 
						||
| 
								 | 
							
								      to: 'off'
							 | 
						||
| 
								 | 
							
								      for: '00:02:00'
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  condition:
							 | 
						||
| 
								 | 
							
								    condition: or
							 | 
						||
| 
								 | 
							
								    conditions:
							 | 
						||
| 
								 | 
							
								      - condition: and
							 | 
						||
| 
								 | 
							
								        conditions:
							 | 
						||
| 
								 | 
							
								          - condition: state
							 | 
						||
| 
								 | 
							
								            entity_id: group.family
							 | 
						||
| 
								 | 
							
								            state: 'not_home'
							 | 
						||
| 
								 | 
							
								          - condition: state
							 | 
						||
| 
								 | 
							
								            entity_id: input_boolean.guest_mode
							 | 
						||
| 
								 | 
							
								            state: 'off'
							 | 
						||
| 
								 | 
							
								      - condition: and
							 | 
						||
| 
								 | 
							
								        conditions:
							 | 
						||
| 
								 | 
							
								          - condition: state
							 | 
						||
| 
								 | 
							
								            entity_id: input_boolean.guest_mode
							 | 
						||
| 
								 | 
							
								            state: 'off'
							 | 
						||
| 
								 | 
							
								          - condition: state
							 | 
						||
| 
								 | 
							
								            entity_id: group.bed
							 | 
						||
| 
								 | 
							
								            state: 'on'
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  action:
							 | 
						||
| 
								 | 
							
								    - service: switch.turn_off
							 | 
						||
| 
								 | 
							
								      data_template:
							 | 
						||
| 
								 | 
							
								        entity_id: "{{ trigger.entity_id }}"
							 |