From 9401fb0dd6dee40a92a4006f2b7cf9612f7d5767 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 22 Nov 2021 15:26:01 +0000 Subject: [PATCH] price weather forecast --- weather/publicapi.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/weather/publicapi.json b/weather/publicapi.json index 12aaffb..dc79699 100644 --- a/weather/publicapi.json +++ b/weather/publicapi.json @@ -2,5 +2,8 @@ "name": "weather", "icon": "☀️", "category": "climate", - "display_name": "Weather" + "display_name": "Weather", + "pricing": { + "Weather.Forecast": 10 + } }