Skip to content

Commit 7e48b21

Browse files
authored
Remove states-ui and allow setting (local) default lovelace panel (home-assistant#5043)
* Remove states-ui and allow setting (local) default lovelace panel * Remove from demo * Delete ha-cards.js * Add default for yaml defined dashboards * Update ha-config-lovelace-dashboards.ts
1 parent 1d16880 commit 7e48b21

21 files changed

+134
-2492
lines changed

Diff for: .github/ISSUE_TEMPLATE/BUG_REPORT.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,38 @@ name: Report a bug with the UI, Frontend or Lovelace
33
about: Report an issue related to the Home Assistant frontend.
44
labels: bug
55
---
6+
67
<!-- READ THIS FIRST:
78
- If you need additional help with this template please refer to https://www.home-assistant.io/help/reporting_issues/
89
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/home-assistant/releases
910
- Do not report issues for custom Lovelace cards.
1011
- Provide as many details as possible. Paste logs, configuration samples and code into the backticks.
1112
DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed without comment.
1213
-->
14+
1315
## Checklist
1416

1517
- [ ] I have updated to the latest available Home Assistant version.
1618
- [ ] I have cleared the cache of my browser.
1719
- [ ] I have tried a different browser to see if it is related to my browser.
1820

1921
## The problem
22+
2023
<!--
2124
Describe the issue you are experiencing here to communicate to the
2225
maintainers. Tell us about the current behavior.
2326
If possible provide a screenshot with a description.
2427
-->
2528

26-
2729
## Expected behavior
28-
<!--
30+
31+
<!--
2932
Describe what you expected to happen or it should look/behave.
3033
If possible provide a screenshot with a description.
3134
-->
3235

33-
3436
## Steps to reproduce
37+
3538
<!--
3639
Provide steps for us, that helps reproducing your issue.
3740
For example:
@@ -43,8 +46,8 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w
4346
6. Set the HVAC action to cool
4447
-->
4548

46-
4749
## Environment
50+
4851
<!--
4952
Provide details about the versions you are using, which helps us reproducing
5053
and finding the issue quicker. Version information is found in the
@@ -54,13 +57,13 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w
5457
your issue in a different browser and be sure to include your findings.
5558
-->
5659

57-
- Home Assistant release with the issue:
58-
- Last working Home Assistant release (if known):
59-
- UI Type (States or Lovelace):
60-
- Browser and browser version:
61-
- Operating system:
60+
- Home Assistant release with the issue:
61+
- Last working Home Assistant release (if known):
62+
- Browser and browser version:
63+
- Operating system:
6264

6365
## Problem-relevant configuration
66+
6467
<!--
6568
An example configuration that caused the problem for you. Fill this out even
6669
if it seems unimportant to you. Please be sure to remove personal information
@@ -72,6 +75,7 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w
7275
```
7376

7477
## Javascript errors shown in your browser console/inspector
78+
7579
<!--
7680
If you come across any javascript or other error logs, e.g., in your browser
7781
console/inspector please provide them.
@@ -82,4 +86,3 @@ DO NOT DELETE ANY TEXT from this template! Otherwise, your issue may be closed w
8286
```
8387

8488
## Additional information
85-

Diff for: polymer.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@
1111
"src/panels/dev-template/ha-panel-dev-template.js",
1212
"src/panels/history/ha-panel-history.js",
1313
"src/panels/iframe/ha-panel-iframe.js",
14-
"src/panels/kiosk/ha-panel-kiosk.js",
1514
"src/panels/logbook/ha-panel-logbook.js",
1615
"src/panels/map/ha-panel-map.js",
1716
"src/panels/shopping-list/ha-panel-shopping-list.js",
1817
"src/panels/mailbox/ha-panel-mailbox.js",
1918
"hassio/src/entrypoint.js"
2019
],
21-
"sources": [
22-
"src/**/*",
23-
"!src/translations/*"
24-
],
20+
"sources": ["src/**/*", "!src/translations/*"],
2521
"lint": {
2622
"rules": ["polymer-3"],
2723
"ignoreWarnings": ["could-not-resolve-reference", "could-not-load"],

Diff for: src/cards/ha-badges-card.ts

-45
This file was deleted.

Diff for: src/cards/ha-camera-card.js

-127
This file was deleted.

Diff for: src/cards/ha-card-chooser.js

-81
This file was deleted.

0 commit comments

Comments
 (0)