diff --git a/src/more-infos/more-info-content.html b/src/more-infos/more-info-content.html index 793563978c..67da253387 100644 --- a/src/more-infos/more-info-content.html +++ b/src/more-infos/more-info-content.html @@ -1,19 +1,20 @@ + + + + - - - - - - - + + + + diff --git a/src/util/hass-util.html b/src/util/hass-util.html index 3bd524f22a..5d69ca2756 100644 --- a/src/util/hass-util.html +++ b/src/util/hass-util.html @@ -23,9 +23,9 @@ window.hassUtil.DOMAINS_WITH_CARD = [ ]; window.hassUtil.DOMAINS_WITH_MORE_INFO = [ - 'light', 'group', 'sun', 'climate', 'configurator', 'cover', - 'script', 'media_player', 'camera', 'updater', 'alarm_control_panel', - 'lock', 'automation', + 'alarm_control_panel', 'automation', 'camera', 'climate', 'configurator', + 'cover', 'fan', 'group', 'light', 'lock', 'media_player', 'script', + 'sun', 'updater', ]; window.hassUtil.DOMAINS_WITH_NO_HISTORY = ['camera', 'configurator', 'scene'];