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

Flash light and then on does not work?

$
0
0

When leaving the house I would like the light in the hallway to flash briefly and then go to on.
After flashing nothing happens.
When I run the action just for flashing, I get an error:

image

This is the full automation:

  alias: 'Hall: test flash'
  description: ''
  trigger: []
  condition: []
  action:
  - service: light.turn_on
    data:
      brightness_pct: 100
      flash: short
    target:
      entity_id: light.hall
  - delay:
      hours: 0
      minutes: 0
      seconds: 5
      milliseconds: 0
  - service: light.turn_off
    data: {}
    target:
      entity_id: light.hall
  - delay:
      hours: 0
      minutes: 0
      seconds: 2
      milliseconds: 0
  - service: light.turn_on
    data:
      brightness_pct: 50
    target:
      entity_id: light.hall
  mode: single

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 103378

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>