Commit Graph
99 Commits
Author SHA1 Message Date
John Arild Berentsen e570464f27 Style fixes (#302) 2017-06-11 21:21:42 -07:00
Adam Mills 75679e90f2 ZWave Panel Values Card (#295) 2017-06-02 00:17:48 -07:00
Adam Mills 6d1d425e75 Improvements for the zwave rename node entry (#296)
* Improvements for the zwave rename node entry

* Linter fix
2017-06-01 22:33:44 -07:00
Paulus Schoutsen 6858555c86 Fix call service data 2017-05-20 07:47:34 -07:00
John Arild Berentsen ad3b3ce3dc [WIP] Zwave panel (#260)
* Add Node card

* Add Node selection dropdown

* Add refresh node service and auto visible options

* Add replace node and replace failed node to node options

* Add node information

* Add node group configuration

* Add Wakeup and fix group associations

* Make Node info expandable

* Add refresh entity

* Cleanup

* Add set_config and print_config parameter

* styling

* indention

* lint error

* thank you @adgelbfish

* Hide correctly

* Add Entity info

* Indents

* Add Group fetched from API

* Add API to get config options

* Initialize empty array

* Add config handling

* add OZW log

* missing style

* Bug in other groupmembers

* Fix set-configparameter

* Fix set-association

* Tweaks to associations

* Add usercodes

* Tweaks

* Tweaks

* Target node text

* Move computed servicedata to property

* Start splitting

* Split part 2, network

* Splitting 3

* cleanup

* refresh on setting with delay

* fix servicedata

* Splitting 4 groups

* Splitting 5 config and wakeup

* Splitting done.

* Final tweaks, lint and removal of logging
2017-05-18 17:37:28 -07:00
Paulus Schoutsen aceab5246c Update automation editor help texts 2017-05-15 22:57:25 -07:00
Paulus Schoutsen 9bc67bd0cf Allow creating new automations. 2017-05-15 22:05:12 -07:00
Paulus Schoutsen 192d77a6a8 Lint 2017-05-14 14:46:03 -07:00
Paulus Schoutsen 6d1bab4a62 Fix being able to remove all extra add-on repositories
https://www.pivotaltracker.com/story/show/145397813
2017-05-14 11:57:04 -07:00
Paulus Schoutsen a341ccf944 Merge pull request #281 from home-assistant/hassio-panel-on-demand
Hassio panel on demand
2017-05-11 23:59:12 -07:00
Paulus Schoutsen cf2a71d3eb Automation editor JS is a temp build artifact 2017-05-11 23:55:09 -07:00
Paulus Schoutsen 44e925a9ff Load Hass.io panel from supervisor in prod 2017-05-11 23:43:19 -07:00
Paulus Schoutsen 0754c007f2 Extract loading screen from partial-panel-resolver 2017-05-11 22:23:03 -07:00
Paulus Schoutsen 7fc56bb62a Lint 2017-05-11 21:57:29 -07:00
Paulus Schoutsen a4f7caef81 Show errors on dashboard when something went wrong.
https://www.pivotaltracker.com/story/show/145310923
2017-05-11 21:52:14 -07:00
Paulus Schoutsen 9bde68c4cc Allow viewing supervisor logs
https://www.pivotaltracker.com/story/show/145177223
2017-05-11 21:29:53 -07:00
Paulus Schoutsen 95b2fa0ad3 Add restart button to running addons
https://www.pivotaltracker.com/story/show/145295371
2017-05-11 21:05:32 -07:00
Paulus Schoutsen 031e2af311 Only show update/reboot for host card if available
https://www.pivotaltracker.com/story/show/145135469
2017-05-11 20:59:51 -07:00
Paulus Schoutsen 1946f6c1f0 Show last available version in host card
https://www.pivotaltracker.com/story/show/145135511
2017-05-11 20:59:30 -07:00
Paulus Schoutsen 37526aca88 Show validation errors in the UI when setting addon options
https://www.pivotaltracker.com/story/show/145323139
2017-05-11 20:45:17 -07:00
Paulus Schoutsen 6d5a911cb5 Keep trying to refresh data after successful API call 2017-05-11 20:30:17 -07:00
Paulus Schoutsen 28f3a23acc Restart hass will use supervisor api.
https://www.pivotaltracker.com/story/show/145295197
2017-05-11 20:21:44 -07:00
Paulus Schoutsen cf8905e7ad Automation editor: Move save button to fab 2017-05-11 20:08:55 -07:00
Paulus Schoutsen 82a6b06cfb Ensure a null condition is not wrapped in a list 2017-05-09 20:34:53 -07:00
Paulus Schoutsen ca82a411aa Add automation editor (#275)
* Add automation editor

* Build JS before running tests

* Add browser warning

* Re-order from/to in state
2017-05-09 09:37:10 -07:00
Paulus Schoutsen 9e7dc4a921 Remove hardcoded core repo from hassio store 2017-05-07 13:44:41 -07:00
Paulus Schoutsen cc8e3fd22b Fix viewing hass.io add on that is not installed 2017-05-07 12:55:38 -07:00
Paulus Schoutsen e0787ab60f Hass.io: hide add-on update button if detached 2017-05-03 23:17:50 -07:00
Paulus Schoutsen b6f7dea455 Hass.io: dedicated -> detached 2017-05-03 23:16:40 -07:00
Paulus Schoutsen 110f152e23 Add addon store 2017-05-01 23:41:28 -07:00
Paulus Schoutsen ce95af99fe Remove default addon being samba 2017-05-01 00:23:03 -07:00
Paulus Schoutsen 3df12ec849 Re-organize addon code 2017-05-01 00:06:23 -07:00
Paulus Schoutsen d4b907961c Add folders to hassio panel 2017-04-30 23:08:49 -07:00
Paulus Schoutsen fbc78f020b Lint 2017-04-30 22:53:07 -07:00
Paulus Schoutsen f255e6c7bf Refresh hassio data after API call 2017-04-30 22:48:39 -07:00
Paulus Schoutsen 863ccb5486 Add HassIO panel (#267)
* Add HassIO panel

* Add buttons

* Update to new API

* Add initial hassio addon view

* Allow saving options

* Not auto select smb_config addon

* Add logs to addon

* Add OS info to host

* Wrap up panel for now

* Lint

* Fix menu button
2017-04-27 00:51:34 -07:00
Paulus Schoutsen 4b38a16848 Fix logbook 2017-04-27 00:50:31 -07:00
Anders Melchiorsen 5357fc25d8 Rewrite _currentDate to work in all time zones (#266)
* Rewrite _currentDate to work in all time zones

The method toISOString() returns a timestamp in UTC. Thus, midnight in the CET
timezone (UTC+1) was converted into yesterday@2300 and then that date was used
as the current date.

This made the logbook and history start with yesterday's data, at least for
locations east of UTC.

The new version avoids this by using methods that work in local time.

* Remove an embarrassing amount of lint

* Rewrite to be more concise

Proposed by @armills.
2017-04-25 19:56:23 -07:00
Paulus Schoutsen 5469c425e7 Add reload scripts button to config 2017-04-18 20:45:01 -07:00
John Arild Berentsen 10d09a9408 Zwave panel (#258)
* Start of zwave config

* add seperate panel

* adjusting

* missing imports

* Only use network management for now

* Cleanup

* Remove unused imports

* Fix import
2017-04-15 20:31:42 -07:00
Adam Mills abbdc6f055 Display history charts up to end of selected time (#254)
* Display history charts up to end time

* Back into JS world
2017-04-03 23:00:10 -07:00
Paulus Schoutsen 3864128055 Fix Safari maps issue 2017-03-29 23:14:02 -07:00
Paulus Schoutsen 67b59f1976 Shadow dom fixes (#241)
* Fix color picker

* Fix map panel CSS

* Convert logbook to use vaadin date picker

* Fix logbook clear date

* Migrate history panel to use vaadin date picker

* Remove pikaday

* Lint

* history panel: disable on loading
2017-03-19 21:55:52 -07:00
Andrey 354423387e Remember service data per service and not globally. (#226) 2017-03-01 23:28:52 -08:00
Paulus Schoutsen 5d223c8da4 Add initial group config panel (#218)
* Add initial group config

* Tweak labels for group form
2017-02-20 21:54:11 -08:00
Paulus Schoutsen d5ca790686 Update ha-panel-config.html 2017-02-20 11:20:26 -08:00
Paulus Schoutsen ecb5c58262 Reord Z-Wave config (#217) 2017-02-20 00:20:25 -08:00
Andrey f396c9acde Support multi-day history charts (#207)
* Support multi-day history charts

* Fix lint

* Reduce the periods to 1/3/7 days.

* Switch to end_time param instead of days

* Move async waiting from history-data to panel-history
2017-02-14 21:34:30 -08:00
Paulus Schoutsen e570c961e8 Lint 2017-02-13 23:34:43 -08:00
Paulus Schoutsen 267c0d51e1 Tweak colors 2017-02-13 23:32:33 -08:00