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

Automation with Philips Hue and transition issue

$
0
0

@TheStigh wrote:

Hi all,

I use an automation to light up a Philips Hue bulb at night based on motion.
I use transition to dim the light when it goes off, and all works fine.

But when we wake up in the morning and use Google Home to say “Turn og the living room lights”, this particular bulb fires up with ‘brightness: 1’

Is it a way to set the ‘brightness’ back to 255 even if the bulb is off? Otherwise I have to remove the transition from the automation.

- alias: 13 - Skru av nattlys i stue etter 15 minutter
  id: Skru av nattlys i stue etter 15 minutter
  trigger:
  - platform: state
    entity_id: binary_sensor.stue_sensor_motion
    to: 'off'
    for:
      minutes: 15
  condition:
  - condition: time
    after: '01:00:00'
    before: '06:00:00'
  action:
  - service: light.turn_off
    entity_id: light.hue_c1_v_trapp
    data:
      transition: 60

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 96121

Trending Articles