mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
parent
b0a6e824f7
commit
ca3ee8c4ea
@ -14,7 +14,7 @@ logo: noaa.png
|
||||
|
||||
The `noaa_tides` sensor platform uses details from [NOAA Tides and Currents](https://tidesandcurrents.noaa.gov/api/) to provide information about the prediction for the tides for any location in the United States.
|
||||
|
||||
This sensor requires the use of an NOAA station id. Search [NOAA Tide Predictions](https://tidesandcurrents.noaa.gov/tide_predictions.html) to find a location. Use the Id from the search results in your configuration. Alternately, you can determine a station id from a URL. For example, `8721164` in the following URL `https://tidesandcurrents.noaa.gov/noaatidepredictions.html?id=8721164`
|
||||
This sensor requires the use of a NOAA station ID. Search [NOAA Tide Predictions](https://tidesandcurrents.noaa.gov/tide_predictions.html) to find a location. Use the ID from the search results in your configuration. Alternatively, you can determine a station ID from a URL. For example, `8721164` in the following URL: `https://tidesandcurrents.noaa.gov/noaatidepredictions.html?id=8721164`
|
||||
|
||||
To use this sensor, add the following to your `configuration.yaml` file:
|
||||
|
||||
@ -31,12 +31,12 @@ station_id:
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
description: User supplied sensor name.
|
||||
description: User-supplied sensor name.
|
||||
required: false
|
||||
default: NOAA Tides.
|
||||
type: string
|
||||
time_zone:
|
||||
description: User selected timezone.
|
||||
description: User-selected timezone.
|
||||
required: false
|
||||
default: Local Standard Time/Local Daylight Time.
|
||||
type: list
|
||||
|
Loading…
x
Reference in New Issue
Block a user