bad characters -
This commit is contained in:
parent
40fe789509
commit
f812ec56b6
1 changed files with 4 additions and 4 deletions
|
@ -43,11 +43,11 @@ spec:
|
|||
},
|
||||
{
|
||||
username = "tasmota"
|
||||
password = "{{ .x-emqx-tasmota-password }}"
|
||||
password = "{{ .x_emqx_tasmota_password }}"
|
||||
},
|
||||
{
|
||||
username = "homeassistant"
|
||||
password = "{{ .x-emqx-homeassistant-password }}"
|
||||
password = "{{ .x_emqx_homeassistant_password }}"
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -59,10 +59,10 @@ spec:
|
|||
rewrite:
|
||||
- regexp:
|
||||
source: "(.*)"
|
||||
target: "x-emqx-tasmota-$1"
|
||||
target: "x_emqx_tasmota_$1"
|
||||
- extract:
|
||||
key: "emqx [homeassistant]"
|
||||
rewrite:
|
||||
- regexp:
|
||||
source: "(.*)"
|
||||
target: "x-emqx-homeassistant-$1"
|
||||
target: "x_emqx_homeassistant_$1"
|
||||
|
|
Loading…
Reference in a new issue