wrong key names
This commit is contained in:
parent
43c2e6a55c
commit
94f9b7fb96
1 changed files with 2 additions and 2 deletions
|
@ -55,13 +55,13 @@ spec:
|
|||
- extract:
|
||||
key: emqx
|
||||
- extract:
|
||||
key: "emqx - [tasmota]"
|
||||
key: "emqx [tasmota]"
|
||||
rewrite:
|
||||
- regexp:
|
||||
source: "(.*)"
|
||||
target: "X_EMQX_TASMOTA_$1"
|
||||
- extract:
|
||||
key: "emqx - [homeassistant]"
|
||||
key: "emqx [homeassistant]"
|
||||
rewrite:
|
||||
- regexp:
|
||||
source: "(.*)"
|
||||
|
|
Loading…
Reference in a new issue