411 Commits

Author SHA1 Message Date
Michael Irigoyen
360c2cbfa3
Update Material Design Icons to v6.1.95 (#10002)
* Update MDI to v6, add icon deprecation mapping

* Add removed icon path data to build tools

* Resolve incorrect MDI icon import name
2021-09-10 16:49:32 +02:00
Bram Kragten
61c8d23a7e
Bunch of minor non breaking dep bumps (#9945) 2021-09-03 10:55:10 -07:00
Bram Kragten
708b8787c5
Bump round slider (#9301) 2021-08-31 08:59:32 +02:00
Bram Kragten
e963735dba
Cleanup mjpeg stream when disconnected (+ bump Lit) (#9868) 2021-08-22 22:40:37 -07:00
Paulus Schoutsen
9a92825954
Move energy panel up in sidebar (#9636)
* Move energy panel up in sidebar

* Remove headers from wizard

* Update text

* Always show all configured devices

* Make leaf clickable

* Bump HAWS
2021-07-28 11:05:00 -07:00
Franck Nijhof
6ab0f1db57
Add currency core configuration (#9620)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-07-28 12:48:39 +02:00
Bram Kragten
bf4192a1f0
Bump Vaadin elements (#9609) 2021-07-26 15:02:23 -07:00
Bram Kragten
ac31eedf65
Bump material elements (#9610) 2021-07-26 15:02:01 -07:00
Bram Kragten
9dd6b3b72d
Add Energy panel (#9445)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-07-26 09:57:59 -07:00
Bram Kragten
3f447bb8a7
Bump Polymer (#9525)
* Bump Polymer

* Remove formatting from patch

* Cleanup

* Fix Vaadin

* Fix typing
2021-07-16 01:23:09 +02:00
Bram Kragten
21dca3fbf8
Use patch for @lit-labs/virtualizer (#9524)
* Use patch for `@lit-labs/virtualizer`

* Re-organize

* Use original for patch

* Also patch import of EventTarget polyfill

* Delete EventTarget-ponyfill.js

* Prettier
2021-07-16 01:16:24 +02:00
Bram Kragten
e797c01761
Update lint rules (#9563)
Updated deps

Added `unused-imports`, prefer arrow, and import order
2021-07-15 12:08:04 +02:00
Jason Hunter
a5e1f3d165
bump hls.js (#9546)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-07-13 09:00:51 +02:00
Bram Kragten
2e16127fde
Inline mdi icons with babel plugin + bump build deps (#9498) 2021-07-12 09:26:07 -07:00
Bram Kragten
6701c4c371
Dedupe dependencies (#9523)
+ yarn bump + CI check for duplicate dependencies
2021-07-07 17:31:37 +02:00
Bram Kragten
fc6e459c09
Upgrade to yarn 2 (#9500) 2021-07-07 16:33:24 +02:00
Charles Garwood
0a50fc66e5
Add ZWave JS heal network UI (#9449)
* Add Z-Wave JS heal network dialog

* progress bar tweak

* tweak package.json

* typing tweak

* Update yarn.lock

* Align versions

* address review comments

* Use indeterminate linear-progress instead of circular-progress

* cleanup circular-progress

* prettier

* additional review cleanup

* subscribe to status update if heal already running

* more cleanup

* more cleanup

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-06-29 11:14:50 -04:00
Bram Kragten
0ef3421fa2
Bump chartjs to version 3 (#9401) 2021-06-18 11:15:07 +02:00
Bram Kragten
194829f5b1
Generalize map (#9331)
* Generalize map

* Fix path opacity

* Add fitZones
2021-06-10 14:22:44 +02:00
dependabot[bot]
299c863f49
Bump ws from 6.2.1 to 6.2.2 (#9372) 2021-06-05 23:52:13 +02:00
Bram Kragten
68bc549d6a
Use HLS light build (#9338)
* Use HLS light build

* Bump hls, backBufferLength
2021-06-02 18:34:18 +02:00
Bram Kragten
51a693badf
Convert ha-store-auth-card to Lit/TS/ha-card (#9300) 2021-05-30 20:16:45 -07:00
dependabot[bot]
cfb370a3c8
Bump dns-packet from 1.3.1 to 1.3.4 (#9281)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 12:25:46 +02:00
Bram Kragten
5958eb9a55
Minor dependency bumps (#9249) 2021-05-26 12:04:39 +02:00
Bram Kragten
c4a8899780
Bump idb-keyval (#9248)
https://github.com/jakearchibald/idb-keyval#updating-from-3x
2021-05-26 10:22:38 +02:00
Bram Kragten
3cc4628d03
Bump test dependencies (#9244) 2021-05-26 10:02:02 +02:00
Bram Kragten
fdcbb5b432
Bump js-yaml (#9245) 2021-05-26 00:13:58 +02:00
Bram Kragten
835a7833ae
Bump memoize one (#9243) 2021-05-25 23:53:58 +02:00
Bram Kragten
0eca602e61
Use comboBoxRenderer from lit-vaadin-helpers (#9201) 2021-05-25 13:27:49 +02:00
Bram Kragten
bc92c0b052
Upgrade to Lit 2 (#9199) 2021-05-18 07:37:53 -07:00
Paulus Schoutsen
07bab7b264
Drop app-route (#9196) 2021-05-17 16:05:58 -07:00
Bram Kragten
64a117d8ac
Fix yarn.lock 2021-05-14 22:32:41 +02:00
Bram Kragten
fe2fe7468f
Bump lodash (#9135) 2021-05-14 11:50:50 +02:00
Bram Kragten
2ad2a4b198
Bump lokalize deps + support object format for args (#9155)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-05-13 22:47:47 -07:00
Bram Kragten
d35168e88f
Bump chart.js (#9160)
Replaces #9159
2021-05-12 17:09:21 -07:00
dependabot[bot]
29e8d1cff0
Bump hosted-git-info from 2.7.1 to 2.8.9 (#9162)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 11:24:05 +02:00
Bram Kragten
d91546b532
Bump home-assistant-js-websocket (#9156) 2021-05-11 00:46:59 +02:00
dependabot[bot]
785f614bd9
Bump lodash from 4.17.15 to 4.17.21 (#9154)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 16:12:38 +02:00
uvjustin
0a8e27249d
Bump hls.js from v1.0.1 to v1.0.3 (#9147) 2021-05-10 11:06:16 +02:00
Bram Kragten
83cabcac28
Add tsc and eslint to pre-commit (#9131) 2021-05-07 15:07:05 -07:00
Bram Kragten
9f032a61a9
Add compatibility for Lit 2.0 (#8878) 2021-05-07 13:16:14 -07:00
Bram Kragten
0f58214ba1
Bump leaflet + fix location editor (#9118) 2021-05-07 13:11:30 -07:00
Bram Kragten
c48a60cce6
Bump superstruct (#9119)
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
2021-05-07 13:10:35 -07:00
Philip Allgaier
a71ebcf47e
Bump js-xss to 1.0.9 (#9121) 2021-05-06 19:51:08 +02:00
Bram Kragten
cee166839a
Bump Lit element (#9068) 2021-05-02 20:41:00 -07:00
Bram Kragten
5754f4463d
Bump babel and eslint (#9049) 2021-04-30 12:15:31 -07:00
Bram Kragten
d4118ade0f
Bump lit-html (#9053)
Adds support for Lit 2.0 directives
2021-04-30 12:12:20 -07:00
Bram Kragten
6d80f15a98
Bump codemirror (#9052) 2021-04-30 11:34:58 -07:00
Bram Kragten
408fe25abd
Update workbox, add expiration on cache (#9020) 2021-04-28 10:26:30 -07:00
Bram Kragten
b63bd92d81
Bump codemirror with iOS fix (#8992) 2021-04-27 16:29:20 +02:00