lsismeiro / awesome-ha-blueprints

A curated collection of automation blueprints for Home Assistant.
https://epmatt.github.io/awesome-ha-blueprints
GNU General Public License v3.0
68 stars 14 forks source link

Dimming does not work - Lights just dim all the way down to off and then back all the way to full #21

Open remirr opened 1 month ago

remirr commented 1 month ago

Blueprint name

Light Hook

Home Assistant Core Version

2024.7.0

Home Assistant Installation Type

Home Assistant Container

Description

When using this Blueprint, dim up and down does not work. When pressing dim down (long hold) the lights just dim all the way to off. When holding dim up, the lights just go all the way up until on.

https://github.com/lsismeiro/awesome-ha-blueprints/blob/9ddf8da000390462f0088192463c9138f123f849/blueprints/controllers/ikea_e2001_e2002/ikea_e2001_e2002.yaml

Automation YAML config

alias: Controller - IKEA E2001/E2002 STYRBAR Remote control
description: ""
use_blueprint:
  path: EPMatt/ikea_e2001_e2002.yaml
  input:
    integration: Zigbee2MQTT
    controller_entity: sensor.table_lights_remote_action
    helper_last_controller_event: input_text.table_lights_remote
    button_up_long_max_loop_repeats: 500

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Trigger the automation '....'
  4. See error

Expected behavior

To dim down step by step

Actual Behaviour

dims all the way down

Additional Details

Screenshots

No response

Additional context

No response

LewisSpring commented 1 month ago

Hello You need to import the blueprints again from the new repository, which from your messages on the HA Community you may have done already.

You need to change which blueprint the automation is using too:

use_blueprint:
  path: EPMatt/ikea_e2001_e2002.yaml

to

use_blueprint:
  path: lsismeiro/ikea_e2001_e2002.yaml