diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 354516eba7b..3b00afea13b 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """ DO NOT MODIFY. Auto-generated by build_frontend script """ -VERSION = "e92fffeec57aa088306ca9387bdb9968" +VERSION = "e9a79e5367c298e2e5201c35c9b9de8b" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index 43ed3c371d3..26c38c2a31b 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -533,6 +533,8 @@ if(n>=0){var s=e.getKey(t);return this.splice("selected",n,1),this.unlinkPaths(" --paper-toggle-button-checked-bar-color: #039be5; --paper-toolbar-background: #03A9F4; + + font-size: 14px; } @-webkit-keyframes ha-spin { @@ -3592,19 +3594,18 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN .header { font-size: 24px; padding: 24px 16px 16px; - border-bottom: 2px solid #E8E8E8; text-transform: capitalize; }[[title]][[header]][[relativeTime]][[stateObj.entityDisplay]][[stateObj.stateDisplay]][[stateObj.stateDisplay]]Currently: [[stateObj.attributes.current_temperature]] [[stateObj.attributes.unit_of_measurement]][[computePrimaryText(stateObj, isPlaying)]][[computeSecondaryText(stateObj)]][[computePrimaryText(stateObj, isPlaying)]][[computeSecondaryText(stateObj)]]Here are some resources to get started.Configuring Home AssistantAvailable componentsChat roomTo remove this card, edit your config in configuration.yaml and disable the introduction component.StatesStates[[itemCaption(item)]][[itemValue(item)]][[itemCaption(item)]][[itemValue(item)]]UpdateView on GitHubUpdated On:[[stateObj.attributes.date]]Release Notes:[[stateObj.attributes.message]]Remote SHA:[[stateObj.attributes.remote_sha]]Local SHA:[[stateObj.attributes.local_sha]]
configuration.yaml
introduction