Wendelin
e703750136
Add and fix stylistic eslint rules ( #23735 )
...
* Fix stylistic eslint rules
* Fix eslint issues
2025-01-14 21:00:14 +01:00
Wendelin
8f19c0abb0
Use localStorage with Web Storage API ( #23172 )
2024-12-10 11:14:15 +01:00
Petar Petrov
d77dd5300e
Require underscore for private methods ( #23138 )
2024-12-04 15:05:49 +01:00
Wendelin
830d8d2410
Add type import check to eslint ( #22488 )
...
* Add type import check to eslint
* Add type imports with eslint --fix
2024-10-30 11:12:30 +00:00
Paul Bottein
433c00b73a
Move card loading logic into hui-card ( #21018 )
...
* Move card rebuild to hui-card
* Use hui card in stack card
* add once to event
* Do not use state
* Use hui card in conditional card
* Use editMode instead of lovelace in hui card
* Fix edit mode
* Use hui-card in card dialog and panel todo
* Fix edit mode
* Fix types
* Migrate entity filter card
* Update demo card
* Fix UI view
* Allow edit mode attribute
* Remove unused condition
* Remove unused section preview code
* Remove useless check for config
2024-06-12 13:38:21 +02:00
Paul Bottein
a5bcf87c08
Add description to sections demo ( #19991 )
...
* Add description to sections demo
* Update wording
2024-03-05 23:45:16 -05:00
Simon Lamon
ccada33caf
Accessibility improvements for circular progress indicators ( #18506 )
2023-12-04 14:06:25 +01:00
Kendell R
f4ee734ea3
Use new localize format ( #18574 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2023-11-28 12:29:41 +00:00
Paul Bottein
1cf928b425
Improve Lovelace types ( #18652 )
2023-11-15 11:13:49 +01:00
Steve Repsher
9ce4563dd4
Prefer nothing over empty templates ( #15633 )
2023-02-28 11:02:47 +01:00
Bram Kragten
25d8550dd7
Fix double defined cloud-account ( #15537 )
2023-02-21 19:28:21 +00:00
Franck Nijhof
a9d44fcb61
Add Text entity ( #14447 )
2022-11-24 21:23:50 +01:00
Bram Kragten
667fd39147
Convert default state icons ( #10223 )
...
* Convert default state icons
* update
* Update cast/src/launcher/layout/hc-cast.ts
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
* Update ha-config-core.js
* Update
* Finish
* Add siren icon
* FIx
* Add curtain icons
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
2021-10-20 11:10:16 +02:00
Bram Kragten
2936865c55
Bump typescript, lint, prettier ( #10108 )
2021-09-30 12:39:03 +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
Bram Kragten
bc92c0b052
Upgrade to Lit 2 ( #9199 )
2021-05-18 07:37:53 -07:00
Bram Kragten
9f032a61a9
Add compatibility for Lit 2.0 ( #8878 )
2021-05-07 13:16:14 -07:00
Joakim Sørensen
a1d07e5a00
Sort imports ( #8104 )
2021-01-13 17:17:12 +01:00
Bram Kragten
9034822c44
Bump lit-analyzer and add back cast types ( #6409 )
2020-07-16 12:01:24 -07:00
Bram Kragten
f8c5eeab5d
Replace all private properties with internalProperty decorator ( #6386 )
2020-07-14 21:38:36 -07:00
Paulus Schoutsen
3b779bf423
Add ha circular progress ( #6205 )
2020-06-22 14:51:36 -07:00
Bram Kragten
3d20d8b208
remove @types/chromecast-caf-sender ( #5537 )
...
To prevent a collusion with `@types/chromecast-caf-receiver` that would make `lit-analyzer` fail.
2020-04-14 20:25:03 +02:00
Bram Kragten
82f80db558
Update typescript, prettier, tslint -> eslint ( #5536 )
...
* Update typescript, prettier, tslint -> eslint
* Organize imports
* Use glob for eslint fix react import
2020-04-14 09:05:45 -07:00
Bram Kragten
04f8f0f74f
Render should always return a html template ( #4612 )
2020-01-27 08:34:22 -08:00
Ian Richardson
74c6b9077a
✨ add conditional row ( #4569 )
...
* ✨ add conditional row
* fix types
* address comments
2020-01-24 09:59:36 +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
Ian Richardson
274c2016c0
action-handler ( #4115 )
...
* action-handler
* comments
* address comments
* finish conversion
* move haptics
* address comments
* lint
* keyup
* double enter
* address comments
* keyup
2019-11-01 13:15:11 -05:00
Paulus Schoutsen
c437cd3865
Use only decorators ( #4058 )
...
* Use only decorators
* Remove unused imports
2019-10-18 22:50:27 -07:00
Paulus Schoutsen
aca5ae9f67
Fix Cast demo ( #3460 )
2019-08-05 22:21:54 -07:00
Paulus Schoutsen
2da844a1fb
Home Assistant Cast
2019-08-04 22:25:43 -07:00
Paulus Schoutsen
60551168a2
Update demo ( #3292 )
...
* Update demo
* Kill homebridge hidden
* Add missing air translation
* Hide demo card with localStorage.hide_demo_card
* adjust size of demo card if hidden
* disable lint rule
2019-06-20 23:40:56 -07:00
Paulus Schoutsen
d8e0fd0ba5
Limit demo card mobile ( #3281 )
...
* Limit demo card on mobile
* Remove unused deps
* Remove tabs from ARS demo
* Set title to Home Assistant
2019-06-18 10:44:11 -07:00
Yosi Levy
5824e0b706
Merge branch 'dev' of https://github.com/home-assistant/home-assistant-polymer into RTL-arrow-components
2019-02-19 20:01:30 +02:00
Yosi Levy
5d58dfab3e
New arrow and chevron next+prev components
2019-02-13 19:56:12 +00: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
Thomas Lovén
bc87e05e2d
Fix weird spaces in jimpowers demo ( #2622 )
2019-01-30 09:57:47 -08:00
Paulus Schoutsen
8db111c2fb
Update lint tools ( #2576 )
...
* Update lint
* Prettier Hass.io
* Update prettier
2019-01-26 19:34:07 -08:00
Paulus Schoutsen
b261e779e5
More tweaks ( #2519 )
...
* More tweaks
* Update webpack.config.js
2019-01-20 23:57:43 -08:00
Paulus Schoutsen
3b66d58f91
Fix demo translations ( #2511 )
...
* Fix demo translations
* Comment out some more panels
* Fix reference
2019-01-20 11:24:39 -08:00
Paulus Schoutsen
bb71fe0bec
Add demo ( #2502 )
...
* Add demo
* Fix stuff
* Lint
* Typescript and demo card
* More fixes
* Allow switching through configs
* Lint
* Lint2
* Add two demo configs
* Lint
* Lint
2019-01-18 21:24:32 -08:00