The HA installation was built early December so I would hope I was already past that… but possibly not. I’m going to try and restore to the last backup and see what happens.
The new thing in 2.0 is that button presses are now reported as events in event entities. Look for new entities in HA that starts with with event like event.bedroom_switch_action
And look at the topic I just linked to how to use them
That’s the interesting thing. I only have one “event” in my entities list and that’s for a callendar. I think I must be looking in the wrong place. I’m going to have a break and return to this after a cup of tea.
OK - they’re showing up in automations… but only what it has seen being pressed. It will mean saying goodbye to the blueprint, which was great because one automation covered all the button possibilities… but hey ho.
That is device triggers. That is not new. It works. But the yaml will use some cryptic device ids that many of us avoid. If you have no event entities then
Did you update zigbee2mqtt to 2.0? And I refer to the Zigbee2MQTT version, not the addon versioning.
Is this the only switch/remote you have?
If yes to both questions then maybe the switch has not been implemented to the new world. You can still enable the legacy sensors in Zigbee2MQTT config and the old will work again. Until it gets phased out
No, I have five remotes. It’s easier for my Mother as she doesn’t get on with tablets or mobile phones. Remotes… she can handle.
My Zigbee is reporting as - Zigbee2MQTT
Current version: 2.0.0-1
… and my configuration.yaml for the zigbee is…
Unfortunately, not for me. If I interpret what you’re saying, then given my current configuration, the Tuya remotes I’m using aren’t integrated into 2.0 yet and how I’m currently addressing the buttons will eventually be depreciated and removed. Am I understanding correctly please?
Also note the homeassistant_legacy_triggers: false If you enable this I would think the old stuff you had would work again. But you will be on borrowed time I would think
Thanks. Reading that, I conclude that all I need to do is re-write the automations and ditch the old blue print, and everything should be fine going forward. Yes?
I opted to move forward. Enabling the legacy options would only work for a while.
I followed Kenneth’s advice and managed to get the buttons working by going to the device and triggering an automation from there. If you want to know precisely what I did, I altered my blog notes to cover what I hope is a method which will continue to work … https://msknight.com/technilife/?p=2967