tom_l
December 31, 2021, 4:26am
5
Don’t ever use device automations (use the other trigger/condition/action types, ones that don’t require a device_id) and you will find it is a lot easier.
Automations associated with a device are marked as unavailable if you replace that device if it is faulty/stolen etc…
For state automations you just name the new entity_id the same as the old and… you’re done.
For device automations you have to search out all the occurrences of the old device_id and replace them with the new one. You cant just edit the new device id to be the same as the old one.
For people only using the UI this is daunting task and they would probably end up re-writing all …