You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/binary_sensor.iss.markdown
+5
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@ Configuration variables:
28
28
29
29
- **show_on_map** (*Optional*): Option to show the position of the ISS on the map. Defaults to `False`.
30
30
31
+
<p class='note warning'>
32
+
If you set `show_on_map` `True` then the location attributes are named `latitude` and `longitude`. The default name of the location attributes is `lat` and `long` to avoid showing them on the map.
33
+
</p>
34
+
35
+
31
36
### {% linkable_title Show position on map with camera platform %}
32
37
33
38
The [generic camera platform](/components/camera.mjpeg/) offers the possibility to show the location of the ISS on Google Maps.
0 commit comments