add zwave user
This commit is contained in:
parent
56b6c68bca
commit
9c30f066ca
1 changed files with 11 additions and 1 deletions
|
@ -46,8 +46,12 @@ spec:
|
||||||
"password": "{{ .x_emqx_tasmota_password }}"
|
"password": "{{ .x_emqx_tasmota_password }}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"user_id": "homeassistant",
|
"user_id": "zwave",
|
||||||
"password": "{{ .x_emqx_homeassistant_password }}"
|
"password": "{{ .x_emqx_homeassistant_password }}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"user_id": "zwave",
|
||||||
|
"password": "{{ .x_emqx_zwave_password }}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -66,3 +70,9 @@ spec:
|
||||||
- regexp:
|
- regexp:
|
||||||
source: "(.*)"
|
source: "(.*)"
|
||||||
target: "x_emqx_homeassistant_$1"
|
target: "x_emqx_homeassistant_$1"
|
||||||
|
- extract:
|
||||||
|
key: "emqx [zwave]"
|
||||||
|
rewrite:
|
||||||
|
- regexp:
|
||||||
|
source: "(.*)"
|
||||||
|
target: "x_emqx_zwave_$1"
|
||||||
|
|
Loading…
Reference in a new issue