Remove default weatherEndpoint

This commit is contained in:
veeck
2022-08-17 09:18:35 +02:00
parent ec13c952d9
commit 2c0c62c89b

View File

@@ -18,7 +18,6 @@ WeatherProvider.register("weatherbit", {
// Set the default config properties that is specific to this provider // Set the default config properties that is specific to this provider
defaults: { defaults: {
apiBase: "https://api.weatherbit.io/v2.0", apiBase: "https://api.weatherbit.io/v2.0",
weatherEndpoint: "/current",
apiKey: "", apiKey: "",
lat: 0, lat: 0,
lon: 0 lon: 0