From be6deaf9de7ac897e629307ae9bb3779be980488 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 22 Jan 2023 06:43:12 -1000 Subject: [PATCH] Remove use_include_order from history (#25885) --- source/_integrations/history.markdown | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/source/_integrations/history.markdown b/source/_integrations/history.markdown index 6025e7555fb..efffd6a9c5f 100644 --- a/source/_integrations/history.markdown +++ b/source/_integrations/history.markdown @@ -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