Skip to content
Discussion options

You must be logged in to vote

It's simply impossible that your template script ever worked. Your script a) produces a YAML document while ZUI requires JSON, and b) it's in the wrong format, containing lists of HA entity IDs for each node and not names and locations of each node. Perhaps you were using different code before when it was working.

Here is template code to export names and locations from HA into JSON for import by ZUI (from https://community.home-assistant.io/t/switching-z-wave-js-addons-with-minimal-downtime-z-wave-js-official-to-z-wave-js-ui-community/409904#step-11-optionally-export-device-names-and-locations-10):

{%- set ns = namespace(nodes=[], export={}) %}
{%- for dev_id in integration_entities('zwa…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@deliverer33
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by AlCalzone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants