Custom sentences has _
All checks were successful
ci/woodpecker/push/homeassistant Pipeline was successful

This commit is contained in:
Alex Manning 2023-10-12 20:48:08 +01:00
parent 3b459d163f
commit 50d2618182

View file

@ -11,7 +11,7 @@ data:
paths = { paths = {
"/config/.storage": "/media/storage", "/config/.storage": "/media/storage",
"/config/configuration.yaml": "/media/configuration/configuration.yaml", "/config/configuration.yaml": "/media/configuration/configuration.yaml",
"/config/custom-sentences": "/media/custom-sentences", "/config/custom_sentences": "/media/custom-sentences",
} }
for from_p, to in paths.items(): for from_p, to in paths.items():
try: try: