I’m using HA with zigbee2mqtt. Within a couple of months version 2.0 of z2m will be released. In this release legacy features that are deprecated for years will be removed (see [forum post](Zigbee2MQTT 2.0.0 breaking changes · Koenkk/zigbee2mqtt · Discussion #24198 · GitHub about breaking changes).
When disabling legacy features this blueprint doesn’t work anymore.
Anyone an idea how to anticipate on the coming change?
Does this blueprint requires an update or does HA being updates?
You could create two automations using this template, one with a blocking (template) entity is_weekend and another one with blocking entity is_workday. But if that makes more sense than writing an automation from scratch is up to you
@freakshock - I have wired motion sensors (via an Elk M1 alarm panel). The two states of these motion sensors are normal (clear or no detection) and violated (motion detected). I am able to add these motion sensors in the blueprint but movement doesn’t trigger them (I assume it’s because the blueprint doesn’t know these two states: violated, normal)?
You are correct, the blueprint expects the motions sensors to have the default off/on states. You could fix this by creating a template sensor, as I have also suggested in this post.
I would recommend you go to Developer tools and check the states of the said entities. Typically the states of the binary sensor should be on & off from the Developer tools,
So if your motion sensor states are indeed not on/off, but something descriptive, then yes you will want to use template sensors (aka helpers) to help to “translate” descriptions into binary on & off.