mirror of
				https://github.com/CCOSTAN/Home-AssistantConfig.git
				synced 2025-10-31 18:49:14 +00:00 
			
		
		
		
	Minor update to make sure the amp doesn't turn off the music when we are in guest mode and it hits 10 o clock.
This commit is contained in:
		| @@ -15,9 +15,6 @@ | ||||
|       minutes: 30 | ||||
|  | ||||
|   condition: | ||||
|     - condition: time | ||||
|       after: '09:29:00' | ||||
|       before: '21:30:00' | ||||
|     - condition: or  #Either we are home or Guest_Mode is on. | ||||
|       conditions: | ||||
|         - condition: state | ||||
|   | ||||
| @@ -12,6 +12,8 @@ | ||||
|       at: '22:00:00' | ||||
|  | ||||
|   action: | ||||
|     - wait_template: >- | ||||
|        {{ not is_state('input_boolean.guest_mode', 'on') or is_state('group.bed', 'on') }} | ||||
|     - wait_template: >- | ||||
|        {{ not is_state('media_player.livingroomCC', 'playing') }} | ||||
|     - wait_template: >- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user