From fff16d72cdb534aa207ac81e4dead5095b0f7eb3 Mon Sep 17 00:00:00 2001 From: zinsmeik <77801963+zinsmeik@users.noreply.github.com> Date: Fri, 10 May 2024 11:47:22 +0200 Subject: [PATCH] Update settings.md Added "api" so that weather is working if a user copy&paste the entry from the documentation. See also #338 --- docs/configs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index 753d71d8..ea5db734 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -363,7 +363,7 @@ providers: You can then pass `provider` instead of `apiKey` in your widget configuration. ```yaml -- weather: +- weatherapi: latitude: 50.449684 longitude: 30.525026 provider: weatherapi