fix: vault_key must match cache filename (ha_token with underscore)
This commit is contained in:
parent
ccfd1ea9b4
commit
f39b6d7984
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ services:
|
||||||
url: "http://10.10.1.1:8123"
|
url: "http://10.10.1.1:8123"
|
||||||
auth: bearer
|
auth: bearer
|
||||||
key_file: homeassistent
|
key_file: homeassistent
|
||||||
vault_key: ha-token
|
vault_key: ha_token
|
||||||
description: "Home automation"
|
description: "Home automation"
|
||||||
health_path: "/api/"
|
health_path: "/api/"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue