mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add feature history map (#12506)
This commit is contained in:
parent
ec3235d47d
commit
19adbab341
@ -42,6 +42,11 @@ dark_mode:
|
|||||||
description: Enable a dark theme for the map.
|
description: Enable a dark theme for the map.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
hours_to_show:
|
||||||
|
required: false
|
||||||
|
description: Shows a path of previous locations. Hours to show as path on the map.
|
||||||
|
type: integer
|
||||||
|
default: 0
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
@ -74,3 +79,10 @@ geo_location_sources:
|
|||||||
entities:
|
entities:
|
||||||
- zone.home
|
- zone.home
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
type: map
|
||||||
|
entities:
|
||||||
|
- device_tracker.demo_paulus
|
||||||
|
hours_to_show: 48
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user