Add feature history map (#12506)

This commit is contained in:
Hoytron 2020-04-01 13:19:34 +02:00 committed by GitHub
parent ec3235d47d
commit 19adbab341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```