bad characters -

This commit is contained in:
Joseph Hanson 2024-09-22 23:03:41 -05:00
parent 40fe789509
commit f812ec56b6
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -43,11 +43,11 @@ spec:
}, },
{ {
username = "tasmota" username = "tasmota"
password = "{{ .x-emqx-tasmota-password }}" password = "{{ .x_emqx_tasmota_password }}"
}, },
{ {
username = "homeassistant" username = "homeassistant"
password = "{{ .x-emqx-homeassistant-password }}" password = "{{ .x_emqx_homeassistant_password }}"
} }
] ]
@ -59,10 +59,10 @@ spec:
rewrite: rewrite:
- regexp: - regexp:
source: "(.*)" source: "(.*)"
target: "x-emqx-tasmota-$1" target: "x_emqx_tasmota_$1"
- extract: - extract:
key: "emqx [homeassistant]" key: "emqx [homeassistant]"
rewrite: rewrite:
- regexp: - regexp:
source: "(.*)" source: "(.*)"
target: "x-emqx-homeassistant-$1" target: "x_emqx_homeassistant_$1"