fixes
This commit is contained in:
		@@ -11,11 +11,12 @@ automation:
 | 
			
		||||
        minutes: "10"
 | 
			
		||||
    action:
 | 
			
		||||
      - if:
 | 
			
		||||
          - condition: sun
 | 
			
		||||
            before: sunrise
 | 
			
		||||
            before_offset: "+01:00"
 | 
			
		||||
            after: sunset
 | 
			
		||||
            after_offset: "-01:00"
 | 
			
		||||
          - condition: or
 | 
			
		||||
            conditions:
 | 
			
		||||
              - condition: sun
 | 
			
		||||
                after: sunset
 | 
			
		||||
              - condition: sun
 | 
			
		||||
                before: sunrise
 | 
			
		||||
        then:
 | 
			
		||||
          - service: input_boolean.turn_on
 | 
			
		||||
            target:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user