-
Notifications
You must be signed in to change notification settings - Fork 267
Animation speed not working #98
Comments
Hi |
I'm having the same issue with my whole setup: light:
input_select: brwindow_led_effect: input_number: test_animation_speed: brwindow_animation_speed: automation:
|
After pasting here I finally noticed the issue: |
The animation speed function is not working. The Arduino didn´t get the message.
- id: '1529740274996' alias: "Led Strip Animation Speed" hide_entity: False initial_state: True trigger: - platform: state entity_id: input_number.porch_animation_speed action: - service: mqtt.publish data_template: topic: "technight/porch/set" payload: '{"transition":{{ trigger.to_state.state | int }}}'
The text was updated successfully, but these errors were encountered: