File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ sensor:
45
45
latitude : 42.81212
46
46
longitude : 108.12422
47
47
radius : 500
48
+ show_on_map : false
48
49
` ` `
49
50
50
51
Configuration variables:
@@ -58,6 +59,8 @@ defined under the `homeassistant` key in `configuration.yaml` will be used
58
59
defined under the `homeassistant` key in `configuration.yaml` will be used
59
60
- **radius** (*Optional*): the radius (in meters) around the latitude/longitude to
60
61
search for the nearest city; defaults to `1000`
62
+ - **show_on_map** (*Optional*): whether to show a marker on the map at the specified
63
+ location; defaults to `true`
61
64
62
65
# # {% linkable_title Configuring the Platform via City/State/Country %}
63
66
@@ -74,6 +77,7 @@ sensor:
74
77
city: southend-on-sea
75
78
state: essex
76
79
country: uk
80
+ show_on_map: false
77
81
` ` `
78
82
79
83
Configuration variables :
@@ -84,6 +88,8 @@ Configuration variables:
84
88
- **city** (*Optional*): the city to monitor
85
89
- **state** (*Optional*): the state/region to monitor
86
90
- **country** (*Optional*): the country to monitor
91
+ - **show_on_map** (*Optional*): whether to show a marker on the map at the specified
92
+ location; defaults to `true`
87
93
88
94
To easily determine the proper values for a particular location, use the
89
95
[AirVisual region directory](https://airvisual.com/world). Once you browse to the particular city you want,
You can’t perform that action at this time.
0 commit comments