Paulus Schoutsen
e0376c803f
Fix hassio audio
2020-02-04 10:28:43 -08:00
Paulus Schoutsen
788c490bbc
Update update headers in hassio ( #4751 )
...
* Update update headers in hassio
* Other tabs too
2020-02-04 18:36:10 +01:00
Bram Kragten
4aa49f66bc
Remove unused classmap
2020-02-04 15:55:29 +01:00
Bram Kragten
004ff58c21
Update hassio-style.ts
2020-02-04 13:34:14 +01:00
Joakim Sørensen
f1a1654371
Use icon image where available ( #4721 )
...
* Use iconimg where available
* Adjust margin for icon
* remove log
* Fix property casing
* Add blue topbar, and generalize properties
* Inline checks
* inline property functions
* Limit compute
* Linting
* lovercase const
* Review comments and move update dot to line
* Add roboto font to hassio
* Fix update and stopped styles colliding
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-02-04 12:36:09 +01:00
Bram Kragten
862044ca23
Hassio styling tweaks ( #4749 )
...
* Hassio styling tweaks
* Update hassio-style.ts
* Update hassio-pages-with-tabs.ts
2020-02-04 10:54:10 +01:00
Paulus Schoutsen
82ff444cec
Confirm when resetting hassio optoins ( #4718 )
2020-02-03 08:53:57 -08:00
Paulus Schoutsen
24c591fbf3
Convert Hass.io add-on options to YAML ( #4717 )
...
* Convert Hass.io options to YAML
* Fix yaml editors on other places
* Update ha-automation-action-service.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-02-03 11:06:47 +01:00
Paulus Schoutsen
b082828a75
Forward haptic events to parent window ( #4719 )
2020-02-01 08:11:57 -08:00
Paulus Schoutsen
25f5bf0042
Fix ingress add-on not started dialog showing twice ( #4716 )
...
* Fix ingress add-on not started dialog showing twice
* logging not allowed
2020-02-01 08:11:30 -08:00
Joakim Sørensen
3215437bb8
Fixes add-on audio selector ( #4648 )
...
* Fixes addon audio selector
* Set device as property
* Use getAttribute
* Keep device as attribute
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-01-31 23:03:30 -08:00
Joakim Sørensen
036eedc69d
Add styles to addon-header ( #4632 )
...
* Add styles to addon-header
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-01-28 14:37:53 -08:00
Joakim Sørensen
7937714ce6
Fixes add-on install button ( #4635 )
...
* Fixes add-on install button
* Set the default
* linting issue
2020-01-28 14:37:42 -08:00
Joakim Sørensen
6e624b394b
Corrects add-on link ( #4634 )
...
* Fixes the addon url
* quote it
* Don't link the extra space
* puerly for testing
* Don't link the extra space
2020-01-28 11:39:42 -08:00
Joakim Sørensen
1cb10694e7
Fixes status switch spacing ( #4633 )
...
* fix switch spacing
* Fix alignment
2020-01-28 11:37:33 -08:00
Bram Kragten
04f8f0f74f
Render should always return a html template ( #4612 )
2020-01-27 08:34:22 -08:00
Joakim Sørensen
523dc881bb
Convert Hass.io panel to TS/Lit ( #4398 )
...
* Convert system
* Convert dashboard
* Remove logging statement
* Convert addon view (base) and log
* Convert addon-view info
* Remove unintended file in commit
* Convert ansi-to-html
* Fix log update reloading
* Convert addon-view config
* Convert addon-view network
* Add inn missing haStyle
* Convert addon-view audio
* convert dialog-hassio-markdown
* Convert dialog-hassio-snapshot
* Convert entrypoint
* Convert hassio-style
* Lint hassio-addon-audio
* Lint hassio-addon-audio
* Lint hassio-addon-config
* Remove file that should not have been comitted
* Linting of the rest
* Cleanup
* Cleanup config
* Required changes after rebase
* Change property/method clasification
* use ? for _inputDevices and _outputDevices
* Use undefined instead of null for addon property
* Use ? for addons property
* Async addon audio
* Corrects typo in Error
* Wrap async calls in try/catch
* Remove npm task
* Fix async constant/functions
* Reintroduce noDevice
* We don't use the data of the POST no need to store and pass it
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Update hassio/src/addon-view/hassio-addon-config.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Update hassio/src/addon-view/hassio-addon-audio.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-audio.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* Apply review comments
* Simplify selected item change
* Change back to attr
* Apply lessons learned to addon-config
* Send event on config change
* Extract error msg
* Apply lessons learned to addon-info
* Apply lessons learned to addon-logs
* Fix shorthand linting issue
* Prefix private with _
* reset error
* Apply lessons learned to addon-network
* Revert package.json change
* Apply lessons learned to addon-view
* Fixes Unnecessary 'await' issue
* rename content -> addoninfo
* Update hassio/src/addon-view/hassio-addon-config.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-config.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-config.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-network.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-logs.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Fix syntax issues
* Fix error handling issues
* Use forEach and not map
* Use private for _error
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Update hassio/src/addon-view/hassio-addon-info.ts
Co-Authored-By: Bram Kragten <mail@bramkragten.nl>
* Use classMap
* remove unneded limitations
* it can be null
* Update hassio/src/system/hassio-supervisor-log.ts
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* split hassio.ts
* Update datahandling
* Return result
* Use map instead of forEach
* Unnecessary 'await'.
* Move setSupervisorOption to data/hassio/supervisor
* Unnecessary 'await'
* Move fetchSupervisorLogs to data/hassio/supervisor
* Move fetchHassioHardwareInfo to data/hassio/hardware
* change error property
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-01-26 20:37:20 +01:00
Paulus Schoutsen
5ff8fe68ba
Alert user when add-on not started ( #4485 )
2020-01-17 17:02:56 +01:00
Joakim Sørensen
a2f8e5f3e7
Hide protection mode toggle if not usable ( #4392 )
2020-01-02 10:20:21 +01:00
Bram Kragten
8a39d18323
Bump TypeScript to 3.7 ( #4282 )
...
* Bump TypeScript to 3.7
* Update prettier to support ts 3.7
* Prettier
* More prettier
* Even more prettier
2019-11-27 13:51:03 -08:00
Josh McCarty
1e7497ad33
Revise hassio update card design ( #4041 )
...
* Revise hassio update card design
See https://github.com/home-assistant/home-assistant-polymer/issues/3916
* Remove available text; use secondary text color instead of yellow/orange
* Less bold text for update header
2019-10-22 23:06:18 +02:00
Ian Richardson
0078b48e3c
card level themes ( #4057 )
...
* card level themes
weather-forecast
shopping-list
plant-status
markdown
alarm-panel
* fix markdown
* address comments
also added picture cards
* update updated
* address comments
* address comments
2019-10-21 12:38:06 -05:00
Phi Dong
4dbf5327bd
Update snapshot actions to be a list ( #4045 )
...
* Update snapshot actions to be a list
* Update text of delete button to warning color
2019-10-19 18:03:22 +02:00
Bram Kragten
05a258c886
Add hassio supervisor and os update notice ( #3798 )
...
* Add hassio supervisor and os update notice
* Cleanup
* Update hassio-dashboard.ts
* Fix styling
* Check if system has HassOs
* Remove unused import
2019-09-26 13:47:34 +02:00
Ian Richardson
5e28e1b320
Switch paper-toggle-button to mwc-switch ( #3683 )
...
* Switch paper-toggle-button to mwc-switch
Closes https://github.com/home-assistant/home-assistant-polymer/issues/3352
* ha-switch
* apply not-checked theming
Thanks @bramkragten!
* address review comments
2019-09-21 11:59:27 +02:00
Paulus Schoutsen
1a5ae99c42
Update ESLint
2019-09-08 23:51:30 -07:00
Paulus Schoutsen
fe31f532b6
Update ESLint ( #3664 )
2019-09-08 23:38:58 -07:00
Paulus Schoutsen
203b14613f
Show a notification dot on toggle menu button in narrow mode ( #3323 )
...
* Show a notification dot on toggle menu button in narrow mode
* Fix lint
* Move menu button to sidebar
* Fix height sidebar
2019-06-30 15:02:53 -07:00
Paulus Schoutsen
ae82eabaec
Fix link colors in hassio addon view
2019-06-25 13:08:11 -07:00
Paulus Schoutsen
98c419ff03
Switch to woff2 fonts ( #3296 )
2019-06-21 12:48:20 -07:00
Paulus Schoutsen
21ed717287
Link to beta release notes for beta release in hassio ( #3243 )
2019-06-04 08:47:40 -07:00
Timmo
46f3add520
🔨 Fix hassio new add-on repository height ( #3191 )
2019-05-12 11:14:18 +02:00
Timmo
a89f0bd1cd
Add Search to Hassio add-on store ( #3108 )
...
* ✨ Add search to hassio add-ons
* 👕 Fix linter error
* 👕 Lint fixes
* 🔥 Remove search from dashboard for this PR
* 🔥 Remove search from dasboard in this PR
* 🔨 Suggested changes
* 🔨 Change to fireEvent
* 🔨 Convert definition
* 🔥 Fix imports
* 🔥 Revert styling test
* 🔨 Fix search
* 🔨 CSS fix
* 🔨 Add smaller message to show no results found in repo
* 🔨 Fixes
* 🔨 CSS fixes
* 🔨 Add types
* 🎨 Max width
* 🔨 Fix margin jump
* 🔨 Add working memoizeOne
* 👕 Fix linting / error on build
2019-05-12 11:13:16 +02:00
Paulus Schoutsen
289611363e
Use named export for events mixin ( #3166 )
2019-05-07 17:47:44 -07:00
Paulus Schoutsen
73ef03e33f
Use signed path for camera snapshot ( #3138 )
2019-04-29 11:27:40 -07:00
Paulus Schoutsen
2624c1544b
Disable the show in sidebar toggle when HA < 0.92 ( #3124 )
...
* Hide the show in sidebar toggle on 0.92
* Update hassio/src/addon-view/hassio-addon-info.js
Co-Authored-By: balloob <paulus@home-assistant.io>
2019-04-27 22:02:47 -07:00
Pascal Vizeli
c260591d4d
Hass.io update labels ( #3114 )
...
* Hass.io update labels
* Update hassio-addon-info.js
2019-04-24 08:58:35 +02:00
Pascal Vizeli
ad40d9927b
Hass.io: Support automated panel integration ( #3113 )
...
* Hass.io: Support automated panel integration
* Update hassio-addon-info.js
* fix lint
2019-04-23 12:24:06 +02:00
Paulus Schoutsen
6ed2d288e6
addon -> add-on ( #3094 )
2019-04-15 10:53:53 -07:00
Paulus Schoutsen
bbae3291e1
Support ingress custom panels ( #3085 )
...
* Support ingress custom panels
* Fix types
* Add disabled placeholder to network card
2019-04-11 11:42:52 -07:00
Paulus Schoutsen
5dbd5c7395
Fix hassio unavailable dashboard & update card
2019-04-10 15:38:33 -07:00
Paulus Schoutsen
671e564037
Fix hassio dashboard available maybe
2019-04-10 15:00:19 -07:00
Paulus Schoutsen
4d7bb0df7d
Fix hassio loading
2019-04-10 12:46:42 -07:00
Paulus Schoutsen
26a39b1bb8
Hassio fixes
2019-04-10 12:32:21 -07:00
Paulus Schoutsen
fe73213643
Fix hassio
2019-04-09 16:31:07 -07:00
Pascal Vizeli
eda168247c
Add description support to UI ( #3079 )
2019-04-09 22:53:10 +02:00
Paulus Schoutsen
4d2390daf4
Hass.io snapshots -> Lit ( #3078 )
...
* Hass.io snapshots
* Fix rootnav
2019-04-09 13:05:56 -07:00
Paulus Schoutsen
1c17210948
Clean up even more ( #3074 )
2019-04-09 00:15:46 +02:00
Paulus Schoutsen
8df9ac9dfa
Fix paper-icon-button fail ( #3069 )
2019-04-07 23:50:58 -07:00
Paulus Schoutsen
70072786a1
Clean up hassio tabs page ( #3068 )
...
* Clean up hassio tabs page
* Make load optional
* Fix bug
2019-04-07 11:58:51 -07:00
Paulus Schoutsen
cda29fcd07
Clean up hassio panel ( #3067 )
...
* Clean up hassio panel
* Extract dialog manager code
* Convert markdown dialog to show-dialog
* Extract snapshot dialog
2019-04-07 17:45:56 +02:00
Paulus Schoutsen
cadcd845cc
Add guard for addon
2019-04-06 12:32:45 -07:00
Paulus Schoutsen
b07f95f956
Add hassio ingress support ( #3062 )
...
* Add hassio ingress support
* Remove logging
* Better integrate
* Add badge
* FIx type
2019-04-06 09:28:08 +02:00
Yosi Levy
8c7cdda3d3
Converted paper-dialog to ha-paper-dialog ( #3055 )
...
* Converted paper-dialog to ha-paper-dialog
* Fixed paths
* Fixed double import
* Fixed orphan tags
* Moved to /components and renamed
* Fixed hassio
* Fix travis issue
2019-04-04 15:11:43 -07:00
Paulus Schoutsen
f4319d9b13
Fix custom panel/hass.io navigation ( #3034 )
...
* Hass.io: use correct function for firing evenet
* Fix navigation from custom panel
2019-03-29 16:40:28 -07:00
Paulus Schoutsen
48aa9a2ad7
Fix blank tabs in Hass.io
2019-03-20 13:46:53 -07:00
Paulus Schoutsen
03dffa9905
Fix hassio panel nav on <0.90 HA
2019-03-19 10:10:26 -07:00
Paulus Schoutsen
7caf37275d
Fix hassio repo editing ( #2965 )
2019-03-18 09:14:34 -07:00
Paulus Schoutsen
2fe0398f37
Make Hass.io menu toggle button work in pre and post 90 release ( #2959 )
2019-03-18 08:53:25 +01:00
Paulus Schoutsen
8785b03fd8
Menu button simplify ( #2930 )
...
* Simplify the hass-menu button
* Purge showMenu boolean
2019-03-14 13:54:46 -07:00
kethoth
0f779dd7f8
Apply text color to system information text ( #2739 )
...
Apply primary-text-color to content so the system information text can be themed. Currently text remains black, which is unreadable on dark themes.
2019-02-13 11:22:19 -08:00
Paulus Schoutsen
1b8c567fd7
Use mwc-button instead of paper-button ( #2744 )
...
* Convert from paper-button to mwc-button
* Fixes
* Bye paper-button
* Fixes
* Final fixes
* Fix rebase conversion
2019-02-12 23:08:29 -08:00
Paulus Schoutsen
8db111c2fb
Update lint tools ( #2576 )
...
* Update lint
* Prettier Hass.io
* Update prettier
2019-01-26 19:34:07 -08:00
Otto Winter
f7e3f4a828
Hass.io: Show ANSI color codes in logs ( #2155 )
...
* Hass.io: Show ANSI color codes in logs
* Use innerHTML and color classes
* Refactor ANSI function
* Readability
* Make green text black in supervisor logs
* Use assigning while loop
2018-12-02 10:26:32 +01:00
Bram Kragten
39819c5c58
Hassio: Fix download snapshot ( #2071 )
...
* Fix download snapshot
* async + helper
* pretty
* move catch
* fix
* Update data.ts
2018-11-21 19:28:48 +01:00
Bram Kragten
773711a2d5
Update Hassio with security options ( #2067 )
...
* new security options
* Add more info modal
Added more info modal and moved the security components.
* fixes
* show apparmor only if not default
* add colors to apparmor
2018-11-20 10:14:46 +01:00
Paulus Schoutsen
a58a324073
Format html ( #2006 )
...
* Upgrade prettier
* Format files with prettier
2018-11-07 09:56:43 +01:00
Ian Richardson
c0c7c0f41a
Remove .js from imports ( #1948 )
...
* Remove .js from lovelace
Also cleaned up some trailing whitespace
* Go big or go home
* More removals
* Revert changes to gallery webpack
* Revert changes to webpack.config.js
2018-11-02 12:26:03 +01:00
Gabriel Oliveira
fc96d33d6a
1813 - Improve Hass.io System cards UI ( #1862 )
...
* 1813 - Improve Hass.io System cards UI
* 1813 - Move margin to proper card file
2018-10-26 19:38:02 +02:00
Timmo
cf8899fcbe
↕️ fix sorting of addons ( #1845 )
2018-10-24 09:58:44 +02:00
Paulus Schoutsen
34bfc12647
Prettier 💎 ( #1737 )
...
* Add prettier
* Apply Prettier
2018-10-11 12:22:11 +02:00
Paulus Schoutsen
e1738b625d
Fix link color for Hass.io update panel ( #1721 )
2018-10-02 14:16:35 +02:00
Charles Garwood
458a7827f9
Fix for content appearing behind header in hassio and config panels ( #1708 )
...
* Call iron-resize on route change
* Add EventsMixin to hassio-main
2018-09-26 20:37:03 +02:00
Paulus Schoutsen
be91688efb
Add link to release notes ( #1694 )
2018-09-24 11:05:23 +02:00
Paulus Schoutsen
a5d47231aa
Fix text color for system panel ( #1695 )
2018-09-24 11:05:16 +02:00
Paulus Schoutsen
17ac6f96a0
Update deps ( #1678 )
...
* Update deps
* Lint
* Fix lint
2018-09-19 15:15:16 +02:00
c727
6b10eeb1e9
Hassio: Add button to change hostname ( #1406 )
...
* Hassio: Add button to change hostname
* Lint
* Lint
2018-07-04 22:49:29 -04:00
c727
9e2d311ce6
Hassio: fix scroll issues ( #1354 )
...
* Hassio: fix scroll issues
* Feedback
* Lint
* Lint
* Move to dom
2018-06-28 04:20:16 +02:00
c727
313a3dd2c9
Hassio: Fix error in store, remove asyn await ( #1325 )
2018-06-23 00:36:15 +02:00
c727
c83184654e
Hassio: New API for HassOS ( #1319 )
...
* Hassio: New API for HassOS
* Fix
* Use async await
2018-06-22 12:44:11 -04:00
c727
c186a5aab2
Hassio: Add scrollbar to supervisor logs ( #1301 )
2018-06-19 15:31:16 +02:00
c727
21dcbb3b9d
Fixes and cleanup for #1299 and #1296 ( #1300 )
...
* Fixes and cleanup
* Rename function to genHassioIcons
* Update
2018-06-19 14:36:43 +02:00
c727
4cf7959b12
Hassio: Fix menu button icon ( #1299 )
...
* Hassio: Fix menu button icon
* Move comments
* Hups
2018-06-19 01:32:40 +02:00
c727
2a8462951b
Hassio: Fix glitch in HA update card (HA 0.72+) ( #1297 )
2018-06-18 18:01:49 -04:00
c727
e28c651930
Hassio random fixes ( #1278 )
...
* Fix img width in markdown
* Flexify add-on view
* Hide deployment if null
* Fix mobile add-on view
2018-06-12 23:51:20 +02:00
Paulus Schoutsen
d243f2ead6
Build a new Hass.io panel ( #1271 )
...
* Build a new Hass.io panel
* Use webcomponents-lite.js
* Compress new panel
* Lint
2018-06-08 15:26:48 -04:00
c727
1a3966e55f
Localize ha-relative-time ( #1241 )
...
* Localize relative time
* Add mixin
* Pass hass to ha-relative-time
* Remove debug
* Add hass
* Add hass everywhere
* Remove value from translation file
* Add quotes to attributes
* Lint
* Fix in hassio file
* Use current placeholder syntax
* Use correct syntax
* Move to ui.components
2018-06-01 09:55:00 -04:00
Paulus Schoutsen
e158709b1e
Include iconset for hassio
2018-05-28 17:11:54 -04:00
Paulus Schoutsen
66012da4de
Generate Hass and Hass.io specific iconset ( #1214 )
...
* Generate hass icons
* Generate Hass.io icons
* Convert hass.io to use hassio iconset
* Convert src to use hass iconset
* Give mdi-icons a chunk name
* gen-index-html aware of hass-icons
* Use ha-icon for rendering state icon
2018-05-27 17:04:18 -04:00
Paulus Schoutsen
294f0febbf
Move Hass.io panel files to hassio folder ( #1215 )
2018-05-27 12:00:54 -04:00
Paulus Schoutsen
9393bb2fba
Include ha-iconset-svg with mdi ( #1212 )
2018-05-26 14:28:14 -04:00
Paulus Schoutsen
e1c9f3deea
Everything through navigate mixin
2018-05-17 18:20:23 -04:00
Paulus Schoutsen
cb0db95abe
Build hassio panel ( #1184 )
...
* Fix hass.io panel
* Add develop scripts
* Build hassio on Travis
2018-05-16 23:03:48 -04:00