Add userlists

This commit is contained in:
Dryusdan 2024-04-19 16:36:27 +02:00
parent 882c3f623a
commit 5bacd9cd2f

View file

@ -1,5 +1,5 @@
{% if userlists is defined %}
{% for userlist in userlists %}
{% if hap_userlists is defined %}
{% for userlist in hap_userlists %}
userlist {{ userlist.name -}}
{% for user in userlist.users %}
user {{ user.name }} password {{ user.password }}