add zwave user

This commit is contained in:
Joseph Hanson 2024-10-03 19:27:57 -05:00
parent 56b6c68bca
commit 9c30f066ca
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -46,8 +46,12 @@ spec:
"password": "{{ .x_emqx_tasmota_password }}"
},
{
"user_id": "homeassistant",
"user_id": "zwave",
"password": "{{ .x_emqx_homeassistant_password }}"
},
{
"user_id": "zwave",
"password": "{{ .x_emqx_zwave_password }}"
}
]
@ -66,3 +70,9 @@ spec:
- regexp:
source: "(.*)"
target: "x_emqx_homeassistant_$1"
- extract:
key: "emqx [zwave]"
rewrite:
- regexp:
source: "(.*)"
target: "x_emqx_zwave_$1"