Quantcast
Viewing all articles
Browse latest Browse all 104947

Transition for Philips hue not working

@alwashe wrote:

I use zigbee2mqtt and when triggering the light it just turns on without transition.

Any Idea?

- alias: Kitchen Light
  trigger:
    platform: state
    entity_id: sensor.button_1_click
    to: single
  action:
    service: light.turn_on
    entity_id:  light.kitchen
    data:
      transition: 150

also tried:

- alias: Kitchen Light
  trigger:
    platform: state
    entity_id: sensor.button_1_click
    to: single
  action:
    service: light.turn_on
    data:
      entity_id:  light.kitchen
      transition: 150

On MQTT:

{"state": "ON", "transition": 150.0}

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 104947

Trending Articles