6108 Commits

Author SHA1 Message Date
Paulus Schoutsen
0cdc129de5 Add icon for input_select 2016-02-27 18:09:59 -08:00
William Scanlon
1f242866b9 Changed sound icon to music-note 2016-02-26 11:31:29 -05:00
William Scanlon
cf84ec730a added missing ; 2016-02-25 14:28:14 -05:00
William Scanlon
3ad5b9acb2 Update state icons for binary sensors 2016-02-25 14:16:48 -05:00
Paulus Schoutsen
5c2b2c12ec Fix lock more info dialog for code formatting 2016-02-24 22:03:43 -08:00
Paulus Schoutsen
bee75620fe Clean up and fix lock more info 2016-02-21 23:09:11 -08:00
Paulus Schoutsen
a3b5484a7e Performance upgrades 2016-02-21 22:47:05 -08:00
Paulus Schoutsen
eab7940b4d Fix color picker sometimes not visible 2016-02-21 20:18:16 -08:00
Paulus Schoutsen
4a85f5fa63 Fix group toggle not showing 2016-02-20 16:04:35 -08:00
Paulus Schoutsen
40ff847f2d Better handle if image fails to load 2016-02-20 00:09:44 -08:00
Dan Smith
ae41787f5f Adjust the binary_sensor icon according to sensor_class
This makes us call stateIcon() from computeIcon() instead of domainIcon(),
and breaks out the actual icon determination logic into a separate function.

I tested with a sensor in a card and a badge and it looks good.
2016-02-18 12:25:00 -08:00
Paulus Schoutsen
2736dab59e Remove unused component 2016-02-16 23:27:05 -08:00
Paulus Schoutsen
09d0e529ed Add support for entity cards 2016-02-16 23:26:56 -08:00
Paulus Schoutsen
1fb3f2bbf4 Rename domain-card -> entities-card 2016-02-16 21:24:09 -08:00
Paulus Schoutsen
70b04333f1 More info dialog cleanup 2016-02-16 20:46:21 -08:00
Paulus Schoutsen
f3399c2c3a Add support for assumed_state 2016-02-15 01:00:12 -08:00
Paulus Schoutsen
f393db1bae Merge pull request #28 from turbokongen/master
Support for Mousedetectors connected in Verisure systems
2016-02-13 00:22:10 -08:00
John Arild Berentsen
e3f58ea779 Unit fix 2016-02-13 09:06:19 +01:00
John Arild Berentsen
bf6dafe825 Support for Mousedetectors connected in Verisure systems 2016-02-12 21:44:59 +01:00
Paulus Schoutsen
1380e59e18 Add proximity icon 2016-02-11 22:16:42 -08:00
Paulus Schoutsen
0d59490ebc Add support for garage doors 2016-02-11 21:51:25 -08:00
Paulus Schoutsen
31fb734c5b Prevent re-render just before hiding more info modal 2016-02-10 22:15:57 -08:00
Paulus Schoutsen
77a2f3ace3 Make sure colorpicker is always drawn 2016-02-10 22:15:57 -08:00
Paulus Schoutsen
cac1953eb6 Merge pull request #25 from turbokongen/master
Support for verisure locks.
2016-02-09 21:23:06 -08:00
Paulus Schoutsen
4900a9f608 Fix map CSS inlining by vulcanize 2016-02-08 21:57:42 -08:00
Paulus Schoutsen
de22de9a08 Fix: entity pictures are circular again 2016-02-07 11:31:41 -08:00
Paulus Schoutsen
4d3c0e6a4c Update packages 2016-02-07 00:13:39 -08:00
Paulus Schoutsen
374d9a0514 Fix focus on tab when changing via back button 2016-02-06 23:32:33 -08:00
Paulus Schoutsen
8c3fc533b1 state label badge will render unknown state as dash 2016-02-06 22:40:23 -08:00
turbokongen@hotmail.com
9a81c557f6 Support for locks that need code to lock/unlock in frontend
More fixes, Code input is now available in more-info card for lock

Fix

If code not needed, do not show lock and unlock buttons
2016-02-04 15:26:02 +01:00
Paulus Schoutsen
8050e08615 Represent arrays nicer in default mor info 2016-01-31 13:38:24 -08:00
Paulus Schoutsen
7373733c41 Add input_select to the frontend 2016-01-31 13:36:40 -08:00
Paulus Schoutsen
4a9cb96175 Add weblink support to the frontend 2016-01-31 11:59:15 -08:00
Paulus Schoutsen
8524390ae5 Add domain icon for automation 2016-01-25 22:46:04 -08:00
Paulus Schoutsen
485ad9f033 Fixes for view url-sync 2016-01-25 22:45:49 -08:00
Paulus Schoutsen
c52ee12a09 Rename partial-zone to partial-cards 2016-01-25 00:00:07 -08:00
Paulus Schoutsen
95f085a61b Rename ha-zone-cards to ha-cards 2016-01-24 23:58:10 -08:00
Paulus Schoutsen
f1005e94e9 Update Nuclear version in about screen 2016-01-24 23:55:48 -08:00
Paulus Schoutsen
aa09e351db Make dev tools selectable 2016-01-24 23:55:21 -08:00
Paulus Schoutsen
48f2ff1e11 Fix listener count in event dev tool 2016-01-24 23:55:09 -08:00
Paulus Schoutsen
8dce85f92a Hide passive zones 2016-01-24 23:50:34 -08:00
Paulus Schoutsen
c3337e8932 No longer filter out auto groups, they are hidden now 2016-01-24 22:55:32 -08:00
Paulus Schoutsen
68873a676e Sort groups by order 2016-01-24 22:30:10 -08:00
Paulus Schoutsen
66a7e370d4 Section -> View Groups 2016-01-24 21:47:49 -08:00
Paulus Schoutsen
811de0a3fa Add support for sections 2016-01-24 14:12:11 -08:00
Sean Dague
98522ab191 use lastUpdated to graph thermostat history
This allows us to use lastUpdated in the thermostat graphs. Currently
this will produce the same result as lastChanged, however once the
history module is updated to expose all the updates for the thermostat
domain.
2016-01-22 20:35:26 -05:00
Paulus Schoutsen
2ecd6a8184 Add input_boolean domain icon 2016-01-14 23:46:38 -08:00
Paulus Schoutsen
f4e5dfcf6b Use tiles over SSL 2016-01-14 22:22:17 -08:00
Ben Thomas
89eee944c6 Update state-badge.html
adding a background-color to the icon-image in this element fixes the issue where images and icons overlap but allows a fallback if an image is not defined.  The only situation that this doesn't cover is if an icon is specified and the link is broken (i.e. a 404 on the image), then there will just be a white block. I decided this was actually more useful since then its obvious that there should be an image there.
2016-01-14 09:33:26 -07:00
Paulus Schoutsen
cdc1437944 Update eslint 2016-01-13 23:47:28 -08:00