Add Apple WeatherKit support

This commit is contained in:
Samer Albahra
2023-03-20 18:40:05 -04:00
parent a91167187f
commit 2d5cf0dbf3
7 changed files with 5003 additions and 19 deletions

View File

@@ -74,5 +74,5 @@ export interface ZimmermanWateringData extends BaseWateringData {
raining: boolean;
}
export type WeatherProviderId = "OWM" | "DarkSky" | "local" | "mock" | "WUnderground";
export type WeatherProviderShortId = "OWM" | "DS" | "local" | "mock" | "WU";
export type WeatherProviderId = "OWM" | "DarkSky" | "Apple" | "local" | "mock" | "WUnderground";
export type WeatherProviderShortId = "OWM" | "DS" | "Apple" | "local" | "mock" | "WU";