Paulus Schoutsen
4a9cb96175
Add weblink support to the frontend
2016-01-31 11:59:15 -08:00
Fabian Affolter
f9ca378364
Minor changes
2016-01-31 14:01:06 +01:00
Paulus Schoutsen
6b4d60c7ef
Update demo
2016-01-30 00:57:30 -08:00
Paulus Schoutsen
472f485a7e
Chrome url sync bugfix
2016-01-25 23:55:36 -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
917f9d8519
Update HAJS to hide hidden entities in views
2016-01-25 17:56:35 -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
83ac27db0f
Upgrade HA-JS
2016-01-24 22:30:59 -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
Paulus Schoutsen
561107250d
Merge pull request #23 from sdague/master
...
use lastUpdated to graph thermostat history
2016-01-23 18:10:15 -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
Paulus Schoutsen
2b7d4ead1e
Merge pull request #20 from wazoo/icon-fix
...
Update state-badge.html
2016-01-14 21:57:31 -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
0b99a5933c
Update packages
2016-01-13 23:47:36 -08:00
Paulus Schoutsen
cdc1437944
Update eslint
2016-01-13 23:47:28 -08:00
Paulus Schoutsen
a60ebb040c
Upgrade home-assistant-js
2016-01-13 11:40:55 -08:00
Paulus Schoutsen
b9631fac6e
click -> tap
2016-01-13 00:31:38 -08:00
Paulus Schoutsen
1ab2eb356e
Prevent tapping to go through overlay
2016-01-12 23:39:08 -08:00
Paulus Schoutsen
234d7bb828
Catch exception if not allowed to register service worker
2016-01-12 23:38:56 -08:00
Paulus Schoutsen
7def0c85ef
Merge pull request #17 from rmkraus/master
...
Added volume buttons to media_player more-info
2016-01-12 19:00:35 -08:00
Ryan Kraus
cb2e3de6d9
Clean up the media player more-info code
...
1) Event binding was moved to the html template as is tradition.
2) setTimeout call was replaced with this.async… as is tradition.
2016-01-12 21:52:16 -05:00
Paulus Schoutsen
d217edecf3
Merge pull request #18 from Bart274/master
...
Update state-badge.html to color the badge of a binary sensor
2016-01-12 07:58:51 -08:00
Bart274
989845aa4b
Update state-badge.html
...
Color the badge of a binary sensor on or off depending on the state
2016-01-12 14:25:52 +01:00
Ryan Kraus
9efe2ebbee
Hide play button in media player if there is not media to control
...
If the media player does not have media to control, the
play/pause/stop, previous, and next buttons will be hidden. In order
for the playback buttons to be shown, the status of the media player
must be playing, paused, or unknown. This way, if the status is On, the
playback buttons will be hidden.
2016-01-11 21:19:01 -05:00
Ryan Kraus
5a27273506
Removed debugging line
...
Removed a debugging line form media_player more-info code.
2016-01-11 00:54:50 -05:00
Ryan Kraus
0c7f6f685c
Fixing more linter errors
...
Changing lets to consts
2016-01-11 00:41:27 -05:00
Ryan Kraus
0a0f827e3a
Fixing lint errors and mousedown on mobile browsers
...
1) Fixed a handful of errors caught by the linter.
2) Mobile browsers register a press and hold as a touch event rather
than a regular mouse down event. The code has been updated so that
these touch events will be registered and sent to the mouse down
handler.
2016-01-11 00:33:14 -05:00
Ryan Kraus
073c8cdcd0
Added volume buttons to media_player more-info
...
Added volume buttons to the media_player more-info panel. The volume
buttons appear if the supportsVolumeButtons flag is turned on and the
player is not off. They send a volume up/down service call every half
second while they are being pressed.
2016-01-11 00:02:01 -05:00
Ryan Kraus
97d4514dc6
Merge remote-tracking branch 'balloob/master'
2016-01-07 20:59:02 -05:00
Paulus Schoutsen
78c348cb7b
Fix touch events color picker
2016-01-02 12:49:40 -08:00
Paulus Schoutsen
a604a2f527
Debounce color picker calls.
2016-01-02 12:49:31 -08:00
Paulus Schoutsen
4da3ecaad4
Remove CSS workaround for fixed bug in paper-toggle
2016-01-02 12:49:16 -08:00
Paulus Schoutsen
50aadaf880
Add template editor
2015-12-17 23:30:24 -08:00
Paulus Schoutsen
190911b261
Delay removing of init skeleton.
2015-12-17 19:41:26 -08:00
Paulus Schoutsen
f3d3724df7
Upgrade bower dependencies
2015-12-17 19:25:46 -08:00
Paulus Schoutsen
e19f3c5e34
Fix column layout
2015-12-14 23:52:06 -08:00
Paulus Schoutsen
eff286e742
Fix lint issues
2015-12-13 23:55:45 -08:00
Paulus Schoutsen
f4d80f4977
Upgrade to babel 6
2015-12-13 23:53:35 -08:00
Paulus Schoutsen
e9ed569614
Stick node version
2015-12-13 23:53:25 -08:00