mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Correct specification for radar site IDs (#10148)
* Correct specification for radar site IDs
* ✏️ Tweak
This commit is contained in:
parent
c6e5295355
commit
61da52ca1f
@ -129,7 +129,7 @@ longitude:
|
|||||||
required: inclusive
|
required: inclusive
|
||||||
type: float
|
type: float
|
||||||
station:
|
station:
|
||||||
description: The station code of a specific weather station to use. If provided, this station will be used and any latitude/longitude coordinates provided will be ignored. Station codes must be in the form of `AB/s0000123`, where `AB`is a provincial abbreviation and `s0000123` is a numeric station code.
|
description: The station code of a specific weather station to use. If provided, this station will be used and any latitude/longitude coordinates provided will be ignored. Station codes must be in the form of `AB/s0000123`, where `AB`is a provincial abbreviation and `s0000123` is a numeric station code.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
language:
|
language:
|
||||||
@ -177,7 +177,7 @@ camera:
|
|||||||
|
|
||||||
- If no name is given, the camera entity will be named `camera.<station_name>_radar`.
|
- If no name is given, the camera entity will be named `camera.<station_name>_radar`.
|
||||||
- The platform automatically determines which radar station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either:
|
- The platform automatically determines which radar station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either:
|
||||||
- A specific station ID from [this table](https://en.wikipedia.org/wiki/Canadian_weather_radar_network#List_of_radars) (remove the leading `C`, e.g. `XFT` or `ASBV`), or
|
- A specific station ID from [this table](https://en.wikipedia.org/wiki/Canadian_weather_radar_network#List_of_radars). The code must be in the form `XXX` or `CXXXX`, i.e., remove the leading `C` only if the result forms a three-letter code, otherwise, include it. Valid values include `XFT` for Ottawa or `CASBV` for Montreal.
|
||||||
- A specific latitude/longitude
|
- A specific latitude/longitude
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -190,7 +190,7 @@ longitude:
|
|||||||
required: inclusive
|
required: inclusive
|
||||||
type: float
|
type: float
|
||||||
station:
|
station:
|
||||||
description: The station code of a specific radar station to use. If provided, this station will be used and any latitude/longitude coordinates provided will be ignored.
|
description: The station code of a specific radar station to use. If provided, this station will be used and any latitude/longitude coordinates provided will be ignored. Must be in the form `XXX` or `CXXXX`.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user