From 66fc6780f6f3b191b10a3a4ba285178e6795a879 Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Sun, 9 Aug 2020 14:31:56 +0200 Subject: [PATCH] [weathercompany] Removed 'apiKey' on thing 'weather-forecast' (#8269) Signed-off-by: Christoph Weitkamp --- bundles/org.openhab.binding.weathercompany/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.weathercompany/README.md b/bundles/org.openhab.binding.weathercompany/README.md index 9c0ed3d4bd211..33b94fc639efd 100644 --- a/bundles/org.openhab.binding.weathercompany/README.md +++ b/bundles/org.openhab.binding.weathercompany/README.md @@ -149,7 +149,7 @@ The following channels will be translated to local language based on the languag Bridge weathercompany:account:myaccount [ apiKey="0123456789" ] { Thing weather-forecast myweather "My Forecast" @ "Home" [locationType="postalCode",postalCode="10001:US",language="en-US",refreshInterval=30] Thing weather-observations myobservations "My Observations" @ "Home" [pwsStationId="KFLMIAMI208",refreshInterval=30] - Thing weather-forecast chitown "Chicago Forecast" @ "Ohare Airport" [apiKey="734982347982374",locationType="iataCode",iataCode="ORD",language="en-US",refreshInterval=30] + Thing weather-forecast chitown "Chicago Forecast" @ "Ohare Airport" [locationType="iataCode",iataCode="ORD",language="en-US",refreshInterval=30] Thing weather-forecast miami "Miami Weather" @ "South Beach" [locationType="postalCode",postalCode="33139:US",language="es-US",refreshInterval=30] Thing weather-observations patagonia "Torres del Paine Weather" @ "Patagonia" [pwsStationId="IPUNTAAR4",refreshInterval=30] }