Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95919

Trigger every 15 minutes

$
0
0

@Makis wrote:

The below code isn’t working. I need to remind me the to take the garbage every 15 minutes between a given time period…

Can you suggest a fix please?

##Don't forget the garbage
- id: Don't forget the garbage
  alias: Don't forget the garbage
  trigger:
    platform: time_pattern
    hours:
    minutes: '/15'
    seconds: 
  condition:
    condition: time
    after: '18:40:00'
    before: '18:59:00'
  action:
    - service: tts.google_translate_say
      entity_id: media_player.living_room_speaker
      data_template:
        message: "Don't forget the garbage"

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 95919

Trending Articles