Sian-Lee-SA / Home-Assistant-Switch-Manager

Switch manager is a centralised component to handle button pushes for your wireless switches. This includes anything passed through the event bus. The component relies on switch blueprints which is easily made to allow GUI configuration of your switches and their button pushes. This helps remove clutter from the automations.
Other
232 stars 85 forks source link

Error in describing action: undefined is not iterable #252

Closed DocGame69 closed 1 month ago

DocGame69 commented 1 month ago

Since the update to 2.0, I can no longer edit my (very many) actions or create new ones. As soon as I select a device, the following error message appears: Error in describing action: undefined is not iterable (cannot read property Symbol(Symbol.iterator))

What can that be? SwitchManager

Sian-Lee-SA commented 1 month ago

Device selection for sequence has always been flaky. Infact, it just happened to be a coincidence that it started working on a previous version. But I did make a warning about this on the readme page and that device selection is unsupported. There is just something different in how HA has handled the structure of device selection compared to other sequence actions... It is also widely known that using the device action is a bad idea and instead should be using service (now action) calls instead.

Am closing as this is not something I will strive to fix but if by coincidence it works again in the future (mostly by change) then I will still note that device selection is still unsupported.