Robbie Trencheny
c22586de8d
Make valid attributes a table instead of raw JSON ( #149 )
...
* Make valid attributes a table instead of raw JSON
* Fix format issues
* Fix comments
2016-11-27 14:02:50 -08:00
Paulus Schoutsen
f99662d6ba
Allow tree shaking ha-ws
2016-11-27 13:19:02 -08:00
Paulus Schoutsen
24dd4357d8
Migrate to use websocket client ( #158 )
...
* Migrate to websocket client HA-JS
* Bump dependency to 0.1.4
* Upgrade HA-JS
* Fix missing import
2016-11-26 23:41:51 -08:00
Paulus Schoutsen
0df7f83ebd
Upgrade dependencies
2016-11-26 17:43:55 -08:00
Paulus Schoutsen
8ff385a568
Fix eslint console warning
2016-11-22 22:08:39 -08:00
Paulus Schoutsen
6071315b16
Add .hound.yml
2016-11-13 11:25:15 -08:00
Daniel Høyer Iversen
896e042767
misspelling ( #152 )
2016-11-02 19:30:02 -07:00
Bjarni Ivarsson
bba2bfabd9
Media_player background only shown if there is no album art. ( #151 )
2016-11-01 20:50:06 -07:00
Adam Mills
ab187a7a84
Media players can support turn off without turn on ( #148 )
2016-10-28 08:50:46 -07:00
Justin Weberg
d2ff6a18e1
Update styling on climate sliders ( #137 )
...
* Increase width of sliders
* Update color styling on sliders
* Remove IDs in favor of tags
2016-10-27 07:38:33 -07:00
Bjarni Ivarsson
898a8acdc0
Music album art aspect ratio set to 1:1 ( #146 )
...
* Music album art aspect ratio set to 1:1
* Javascript sillyness.
2016-10-26 12:18:39 -07:00
Justin Weberg
8ba1632edf
Remove deprecated from hass-util ( #144 )
2016-10-26 06:04:12 -07:00
Daniel Peukert
b6bc3cd387
Fixed script button alignment ( #139 )
...
* Fixed script button alignment
* Fixed configurator and scene button alignment
2016-10-25 22:56:35 -07:00
Justin Weberg
3b5e1f9871
Remove thermostat, hvac, rollershutter ( #143 )
2016-10-25 14:28:24 -07:00
Paulus Schoutsen
f3081ed48f
Fix paper-slider to 1.0.11
2016-10-22 11:21:50 -07:00
Paulus Schoutsen
51bfd5b596
Yarn upgrade
2016-10-21 20:48:41 -07:00
Paulus Schoutsen
6047d342e3
Update yarn.lock
2016-10-21 20:41:16 -07:00
Justin Weberg
d3980dc8b6
Improve ha-panel-dev-serivce.html ( #130 )
...
* Initial Commit
* Update dropdown variables
* Move available service list to a dropdown menu
* Fix dropdown width
* Add localstorage for panel state
* clean up
* Remove dropdown in favor of combo boxes
* travis fix
* Fix travis
* Fix Travis
* Fix combo box and remove neon-animations
* Remove styling for sidebar.
* Set max width on ha-form
* Increase max-width to 500px
* Update ha-panel-dev-service.html
2016-10-21 20:40:01 -07:00
Eric Hagan
1990caf454
Adding uglify-js dependency to package.json ( #135 )
2016-10-20 22:19:06 -07:00
Justin Weberg
4ec6049c73
micromarkdown fix ( #131 )
2016-10-18 18:01:12 -07:00
Justin Weberg
78c7756aa1
Add markdown to persistent notifications ( #128 )
...
* Add micromarkdown.js and update persistent notifications
* Fixed my way wrong logic
* change to stateObj in call
* Move micromarkdown to bower. Update importHref.
* Add properties for importHref
* Fix importHref properties and add logging.
* Fix computeContent function
* Fix travis
* Fix computeContent function
* Fix markdown script
* Fix all markdown code.
* Add mmd.css
* Correct imports of stylesheets
* Fix Travis
* Move micromarkdown to HA
* Fix requests
* Fix importHref script location
2016-10-18 08:18:06 -05:00
Adam Mills
8c5b547141
Use material UI color for light icon ( #129 )
...
https://www.materialui.co/colors/yellow/600
2016-10-16 15:49:52 -07:00
Paulus Schoutsen
75d760fc3e
Upgrade rollup
2016-10-13 23:59:53 -07:00
Paulus Schoutsen
9b67b860c6
Add yarn lock file
2016-10-13 23:57:28 -07:00
Justin Weberg
97a5188c55
Fix inconsistent dialog width ( #120 )
...
* add 100% relative width
* set dialog width based on domain
* Set history-charts max-width
* Fix review requests
* Fix requests.
* Set Camera dialog width to auto
* Fix camera dialog width
* Fix dialog width and history charts running off the edge of the dialog
2016-10-13 23:49:32 -07:00
Sean Dague
d6d62e8fa7
Make dev-state panel more readable ( #127 )
...
With a lot dev-states, especially ones that have large 3rd column
content, the visual display of what col #1 goes with which col #3 is
not always clear. This does 2 things.
Vertical align all rows, so the top alignment is a clear guide.
Color all even rows to #eee, so we get a stipple effect which makes it
clear which things group together.
2016-10-13 08:42:02 -07:00
Frank
db109f5dda
Correct URL's for the hass repo's ( #121 )
2016-10-08 08:19:18 -05:00
Justin Weberg
75f1a42efb
Fix hidden tooltip on history chart ( #118 )
...
* Fix hidden tool-tip on history chart
* Tighten scope on .charts-tooltip class
2016-10-07 08:06:41 -07:00
Scott Reston
a5e1db321a
Added title attributes to dev buttons ( #119 )
...
The title attribute doesn't aid in accessibility, but it can give a visual cue to what those buttons do. It took me a while before I got the hang of what was under each since icons can be Rorsachs.
2016-10-07 07:30:49 -07:00
Ben Origas
71278d7d6b
Use state as a fallback if current_position == undefined ( #117 )
...
* Use state as a fallback if current_position == undefined
* Fix lint errors
2016-10-04 23:12:40 -07:00
Justin Weberg
f4089b6473
Display path to configuration.yaml ( #115 )
...
* Add Configuration.yaml to dev-info screen
* Add Configuration.yaml to dev-info screen
* Fix Travis Error
* Update Subproject commit
* Subproject craziness
* Fix Subproject issue
* Update subproject
* Update Subproject
2016-10-03 10:10:16 -07:00
Marc Pabst
89d586ddf3
Update more-info-light.html ( #105 )
...
* Update more-info-light.html
* Update more-info-light.html
2016-10-02 18:14:01 -05:00
Paulus Schoutsen
95cbc85b7f
Revert: Always cache all panels in service worker.
2016-10-02 15:27:58 -07:00
Justin Weberg
22386a5035
Polymer 1.7 ( #113 )
...
* Update paper-range-slider in Bower.json
* Changed Content to slot in ha-card.html
* Update bower.json for Polymer 1.7
* Revert "Update paper-range-slider in Bower.json"
This reverts commit 0c305bd2fec2c8d99b3aeb1ee3f2461df80dc87c.
* change :root to html
2016-10-02 15:23:06 -07:00
Justin Weberg
1a456dc098
Climate range slider ( #111 )
...
* Update paper-range-slider in Bower.json
* Revert "Update paper-range-slider in Bower.json"
This reverts commit 0c305bd2fec2c8d99b3aeb1ee3f2461df80dc87c.
* update paper-range-slider in bower.json
* Update styling for temp-slider and temp-range-slider
* Fix slider colors for production
* Moved class to parent container
2016-10-02 14:41:08 -07:00
Paulus Schoutsen
0a4454c68f
Always cache all panels in service worker.
2016-09-19 23:52:44 -07:00
Paulus Schoutsen
7d32ee0912
Add optimize-js to build toolchain
2016-09-19 21:09:29 -07:00
Paulus Schoutsen
8394f10ca4
Update dependencies
2016-09-18 00:03:07 -07:00
Paulus Schoutsen
bd6725d58d
Fix dev state attributes
2016-09-15 20:49:53 -07:00
Justin Weberg
792de4c6ac
Fix for home-assistant/home-assistant/issues/3378 ( #108 )
...
* Fix for home-assistant/home-assistant/issues/3378
* Update state-card-climate.html
Fix Travis Error
* Fix more-infos display sliders based on target temps not range
2016-09-14 18:26:53 -07:00
Justin Weberg
ba588fc779
Climate range slider ( #104 )
...
🎉
2016-09-09 11:33:07 -06:00
Paulus Schoutsen
afcfb4311a
Update package.json
2016-09-07 21:48:30 -07:00
Robbie Trencheny
247d951e1e
Occupancy sensor class ( #103 )
...
* Sort the binarySensorIcon cases
* Add the occupancy sensor_class
2016-09-03 22:56:12 -06:00
Robbie Trencheny
86d61ac9ae
Filter external attributes ( #102 )
...
* Filter out emulated_hue keys
* Filter out Haaska keys
* Filter out homebridge-homeassistant keys
* Fix linting issues
2016-09-03 09:15:48 +01:00
Robbie Trencheny
7e455e2be1
Need a space when combining more-info-* class and attributeClassNames so that the first property correctly shows
2016-09-02 13:54:54 -07:00
Robbie Trencheny
3d77da0346
Add a default icon for the fan component ( #101 )
2016-09-01 21:55:35 -07:00
Andreas Rammhold
9313d221fe
Added alt attributes to developer tool buttons ( #96 )
2016-09-01 10:57:19 +01:00
Paulus Schoutsen
ffce92d026
Add automation more info
2016-09-01 10:49:31 +01:00
John Arild Berentsen
670ba0292b
first go at cover frontend ( #94 )
...
* first go at cover frontend
* missing import
2016-08-23 18:24:12 -07:00
Paulus Schoutsen
8a2e2e37ba
Fix dialog graph layout
2016-08-23 00:05:33 -07:00