mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix default tankerkoenig radius (#12361)
The default value specified in the documentation did not match the implementation.
This commit is contained in:
parent
3cab6ddfd7
commit
33fa39c77c
@ -54,7 +54,7 @@ longitude:
|
||||
radius:
|
||||
description: The radius in km. in which to search for gas stations. Cannot be less than 1.
|
||||
required: false
|
||||
default: 5
|
||||
default: 2
|
||||
type: integer
|
||||
scan_interval:
|
||||
description: The time interval to poll the server for new data. You should not put values lower than 5 minutes here; otherwise you risk your API key being blocked.
|
||||
|
Loading…
x
Reference in New Issue
Block a user