Add Apple WeatherKit support
This commit is contained in:
4
types.ts
4
types.ts
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user