diff --git a/src/more-infos/more-info-content.html b/src/more-infos/more-info-content.html index 67da253387..23b3f76c6e 100644 --- a/src/more-infos/more-info-content.html +++ b/src/more-infos/more-info-content.html @@ -15,6 +15,7 @@ + diff --git a/src/util/hass-util.html b/src/util/hass-util.html index 5cac2161f0..e145f7834a 100644 --- a/src/util/hass-util.html +++ b/src/util/hass-util.html @@ -25,7 +25,7 @@ window.hassUtil.DOMAINS_WITH_CARD = [ window.hassUtil.DOMAINS_WITH_MORE_INFO = [ 'alarm_control_panel', 'automation', 'camera', 'climate', 'configurator', 'cover', 'fan', 'group', 'light', 'lock', 'media_player', 'script', - 'sun', 'updater', + 'sun', 'updater', 'vacuum', ]; window.hassUtil.DOMAINS_WITH_NO_HISTORY = ['camera', 'configurator', 'scene'];