SirGoodenough / HA_Blueprints

🧯 My Collection of Automation and Script Blueprints for Home Assistant 🧯
Other
132 stars 22 forks source link

Shake not working #4

Closed p3t3r closed 2 years ago

p3t3r commented 2 years ago

Hello, I'm trying a simple action (shake) to trigger a scene, but it's not working.

id: '1657894243328' alias: Aqara Magic Cube Zigbee2MQTT - 2022-05-05 description: '' use_blueprint: path: SirGoodenough/Zigbee2MQTT - Xiaomi Cube Controller.yaml input: shake:

The trace timeline shows: Triggered by the state of sensor.aqara_cube_action at July 15, 2022 at 4:22:26 PM Test template condition Stopped because a condition failed at July 15, 2022 at 4:22:26 PM (runtime: 0.00 seconds)

SirGoodenough commented 2 years ago

Is all this correct? https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/Zigbee2MQTT%20-%20Xiaomi%20Cube%20Controller.md#-to-make-the-blueprint-work-it-will-need

If it is I need to see the automation that you made for calling the blueprint.

Also please use 3 backticks to format the code making it readable Screenshot_2022-07-16_02-02-38

p3t3r commented 2 years ago

Thanks for the reply. I did see the '''sensor.xxDevice_Namexx_action''', but I changed the legay settings anyway and after that it worked.

SirGoodenough commented 2 years ago

Glad you got it working.