955 Commits

Author SHA1 Message Date
Paulus Schoutsen
c36dfd869a Merge pull request #42 from balloob/connectivity
Add icons for connectivity
2016-03-27 08:29:10 -07:00
Fabian Affolter
324c751c1e Add icons for connectivity 2016-03-27 12:10:44 +02:00
Paulus Schoutsen
a4217e0f62 Merge pull request #41 from awsum/patch-1
Fix Safari map panning
2016-03-17 20:50:49 -07:00
Pavel Ponomarev
b2d4417b20 Fix Safari map panning 2016-03-18 00:15:54 +02:00
Paulus Schoutsen
09a0afde43 Merge pull request #40 from persandstrom/input_slider
add input slider
2016-03-15 19:02:17 -07:00
Per Sandström
4530a182b9 add input slider 2016-03-15 19:40:08 +01:00
Paulus Schoutsen
cb92bcae3a ESLint fix 2016-03-15 08:41:16 -07:00
Paulus Schoutsen
96879d99d7 Stream status - apply opacity 2016-03-14 23:55:36 -07:00
Paulus Schoutsen
cabf477867 Update sidebar 2016-03-14 23:52:56 -07:00
Paulus Schoutsen
a310a4026a Merge pull request #38 from balloob/sun
Add elevation (fixes #924)
2016-03-13 09:14:54 -07:00
Paulus Schoutsen
a4544dc4ce Merge pull request #39 from balloob/updater
Let link point directly to the 'updating' section
2016-03-13 09:01:22 -07:00
Fabian Affolter
502906674f Add elevation 2016-03-13 15:59:26 +01:00
Fabian Affolter
5833aa9aee Let link point directly to the 'updating' section 2016-03-13 14:54:44 +01:00
Paulus Schoutsen
3467b57390 Update link to templates 2016-03-12 16:09:37 -08:00
Paulus Schoutsen
0fed700045 Update package.json 2016-03-12 10:39:01 -08:00
Paulus Schoutsen
ee54b13153 Tweak unavailable state 2016-03-12 10:27:24 -08:00
Paulus Schoutsen
8187b8d964 Merge pull request #34 from w1ll1am23/display_offline
Display a different entity icon if device is unavailable
2016-03-12 10:17:19 -08:00
William Scanlon
c95e7dae4a Fade icon to grey for all entities it unavailable 2016-03-04 13:48:38 -05:00
Paulus Schoutsen
a8028aaf29 Merge pull request #36 from kk7ds/fix-class-icons
Fix the safety-related sensor class icons
2016-03-02 14:46:28 -08:00
Dan Smith
6157df779a Fix the safety-related sensor class icons
Commit 3ad5b9acb2c4b9388af8861b4efdbba3302b7908 added some new icons
in the middle of the safety-related ones so that some things like
'safety' and 'gas' now resolve to a brightness icon. This moves them
down in the list to match up with the original peers 'smoke' and 'power'.
2016-03-02 14:15:06 -08:00
William Scanlon
6dd7d9d158 Remove condition from binary sensor 2016-03-01 12:02:13 -05:00
William Scanlon
e8d9bfd33c Display error icon if unavailable 2016-03-01 11:40:31 -05:00
William Scanlon
fefa4e6d5c Display error icon if unavailable 2016-03-01 11:39:08 -05:00
William Scanlon
cedff05684 Change color based on online status 2016-02-29 12:56:40 -05:00
Paulus Schoutsen
4824268203 Fix border radius on camera card 2016-02-28 01:26:12 -08:00
Paulus Schoutsen
c580a9eb89 Update and fix linting 2016-02-28 00:31:45 -08:00
Paulus Schoutsen
0b608c586c Remove non-ES2015 2016-02-28 00:29:49 -08:00
Paulus Schoutsen
cc3473a875 Travis to use .nvmrc 2016-02-28 00:28:45 -08:00
Paulus Schoutsen
7df224335d Update lodash to v4 2016-02-28 00:02:16 -08:00
Paulus Schoutsen
6615f2366c Show scripts as a button if cannot cancel 2016-02-27 23:12:57 -08:00
Paulus Schoutsen
78c036f443 Update HA-JS demo data 2016-02-27 18:10:05 -08:00
Paulus Schoutsen
0cdc129de5 Add icon for input_select 2016-02-27 18:09:59 -08:00
Paulus Schoutsen
81ae753eb0 Update packages 2016-02-27 14:31:48 -08:00
Paulus Schoutsen
b1b11e111c Merge pull request #33 from w1ll1am23/update_binary_sensor_icons
Update state icons for binary sensors
2016-02-26 08:35:08 -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
Paulus Schoutsen
d753198910 Merge pull request #32 from kk7ds/binary-sensor-classes
Adjust the binary_sensor icon according to sensor_class
2016-02-18 23:19:58 -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
4cdefac2fe Merge pull request #30 from balloob/show-camera-inline
Show camera feeds inline
2016-02-16 23:46:53 -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