From 4686e10472661e76cf0f6d2886ab78cf03527134 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Sat, 24 Aug 2024 13:48:20 -0500 Subject: [PATCH] Update nws.markdown (#34428) Fix wrong hyperlinks to weather.get_forecasts, as pointed out by #34424 --- source/_integrations/nws.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/nws.markdown b/source/_integrations/nws.markdown index ac9784c5685..e2a23b861f7 100644 --- a/source/_integrations/nws.markdown +++ b/source/_integrations/nws.markdown @@ -26,11 +26,11 @@ According to the [API documentation](https://www.weather.gov/documentation/servi Providing a METAR station code is optional, and if not supplied, the closest station to the latitude and longitude will be chosen. A list of nearby stations is printed to the log with level `DEBUG` if no station is supplied. Stations can also be found on the [NOAA website](https://www.cnrfc.noaa.gov/metar.php). Codes with only three characters, for example, `ADW` should be prefixed with the letter K, `KADW`. -One weather entity is created for each entry in the configuration. Hourly and day/night forecasts are provided through the [`weather.get_forecasts` action](/integrations/weather/action--weatherget_forecasts). The time supplied for each forecast is the start time for the forecast. Sensors are also created as disabled entities after configuration and can be enabled by the user. +One weather entity is created for each entry in the configuration. Hourly and day/night forecasts are provided through the [`weather.get_forecasts` action](/integrations/weather#action-weatherget_forecasts). The time supplied for each forecast is the start time for the forecast. Sensors are also created as disabled entities after configuration and can be enabled by the user. ## Action `nws.get_forecasts_extra` -`nws.get_forecasts_extra` provides extra data in a form similar to `weather.get_forecasts`. See [`weather.get_forecasts` documentation](/integrations/weather/action--weatherget_forecasts). +`nws.get_forecasts_extra` provides extra data in a form similar to `weather.get_forecasts`. See [`weather.get_forecasts` documentation](/integrations/weather#action-weatherget_forecasts). | Data attribute | Optional | Description | Example | | ---------------------- | -------- | ----------- | --------|