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

Transition for Philips hue not working

$
0
0

@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 95482

Trending Articles



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