Remove use_include_order from history (#25885)

This commit is contained in:
J. Nick Koston 2023-01-22 06:43:12 -10:00 committed by GitHub
parent ddd1a91177
commit be6deaf9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,20 +133,6 @@ history:
- sensor.date
```
If you'd like the order of display of the sensors to follow the way they are
listed in the included entity list,
you can set the flag `use_include_order` to true.
```yaml
# Example configuration.yaml entry using specified entity display order
history:
use_include_order: true
include:
entities:
- sun.sun
- light.front_porch
```
{% include common-tasks/filters.md %}
#### Implementation details