Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weather card without chart #1117

Merged
merged 17 commits into from Apr 26, 2018
1 change: 0 additions & 1 deletion bower.json
Expand Up @@ -15,7 +15,6 @@
"fecha": "~2.3.0",
"font-roboto-local": "~1.0.1",
"font-roboto": "PolymerElements/font-roboto-local#~1.0.1",
"google-apis": "GoogleWebComponents/google-apis#~2.0.0",
"iron-autogrow-textarea": "PolymerElements/iron-autogrow-textarea#^2.0.0",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^2.0.0",
"iron-icon": "PolymerElements/iron-icon#^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion js/common/util/state_more_info_type.js
Expand Up @@ -3,7 +3,7 @@ import computeStateDomain from './compute_state_domain.js';
const DOMAINS_WITH_MORE_INFO = [
'alarm_control_panel', 'automation', 'camera', 'climate', 'configurator',
'cover', 'fan', 'group', 'history_graph', 'light', 'lock', 'media_player', 'script',
'sun', 'updater', 'vacuum', 'input_datetime',
'sun', 'updater', 'vacuum', 'input_datetime', 'weather'
];

const HIDE_MORE_INFO = [
Expand Down