mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Updating confusing/incorrect information (#10322)
* Updating confusing/incorrect information
The country code is 2 letters, not digits (digits wold be numbers). The language is also letters, but not 4 but 2 I think.
* ✏️ Tweak
This commit is contained in:
parent
68c471b667
commit
6240ddea29
@ -29,7 +29,7 @@ name:
|
||||
default: meteoalarm
|
||||
type: string
|
||||
country:
|
||||
description: The 2 digits of your country
|
||||
description: The 2 letters of your country
|
||||
required: true
|
||||
type: string
|
||||
province:
|
||||
@ -37,7 +37,7 @@ province:
|
||||
required: true
|
||||
type: string
|
||||
language:
|
||||
description: "The 4 digits our your language, please be aware that this is only possible in the current country. So 'ne' is only possible in Netherlands. Possible options is: bu, bs, ce, da, de, ee, en, es, ga, ca, su, fr, gr, he, hr, ma, is, it, li, la, sr, mk, ma, ne, no, po, ro, cp, sv, sl, eu."
|
||||
description: "The 2 letters of your language, please be aware that this is only possible in the current country. So 'ne' is only possible in Netherlands. Possible options are: bu, bs, ce, da, de, ee, en, es, ga, ca, su, fr, gr, he, hr, ma, is, it, li, la, sr, mk, ma, ne, no, po, ro, cp, sv, sl, eu."
|
||||
required: false
|
||||
type: string
|
||||
default: 'en'
|
||||
|
Loading…
x
Reference in New Issue
Block a user