Compare commits
120 Commits
20241010.0
...
partial_te
Author | SHA1 | Date | |
---|---|---|---|
![]() |
85b24afc10 | ||
![]() |
42f2341e06 | ||
![]() |
48dfa1163b | ||
![]() |
28e12f7fd1 | ||
![]() |
5f58ac4fb6 | ||
![]() |
25e7c4f1b2 | ||
![]() |
00934f2183 | ||
![]() |
d302eaffe6 | ||
![]() |
901f736d5f | ||
![]() |
e55f32ae91 | ||
![]() |
3e0c998e74 | ||
![]() |
597866ff4e | ||
![]() |
64e21e185c | ||
![]() |
7a1838ee1a | ||
![]() |
4debac60ae | ||
![]() |
4af231e62b | ||
![]() |
432cf4a7ed | ||
![]() |
df064967ca | ||
![]() |
dc0cab9307 | ||
![]() |
3180747a0a | ||
![]() |
1542095138 | ||
![]() |
6c1937f247 | ||
![]() |
9db1e52a55 | ||
![]() |
f92c63135c | ||
![]() |
a3bf1a014b | ||
![]() |
31fba48ad5 | ||
![]() |
05dfa1bb1a | ||
![]() |
f0f47aac3b | ||
![]() |
9b42494667 | ||
![]() |
42df951f89 | ||
![]() |
f4996424a2 | ||
![]() |
fd01302d9a | ||
![]() |
2daaa1cb9c | ||
![]() |
9fde175c6b | ||
![]() |
f1b24e847e | ||
![]() |
7a587de54e | ||
![]() |
eb69f95f83 | ||
![]() |
359a3a4af9 | ||
![]() |
a8b75e7814 | ||
![]() |
2b898822d1 | ||
![]() |
fc9a0958d4 | ||
![]() |
5843877cc8 | ||
![]() |
913837f064 | ||
![]() |
386ac5d779 | ||
![]() |
3a1a4ade68 | ||
![]() |
5d49f4007e | ||
![]() |
ca20c2d292 | ||
![]() |
f1ab24da99 | ||
![]() |
e16e851952 | ||
![]() |
0b562a4b16 | ||
![]() |
7734922059 | ||
![]() |
54320c3dbf | ||
![]() |
849cfed669 | ||
![]() |
8932dfd504 | ||
![]() |
b9922b2f8e | ||
![]() |
11fc5bc755 | ||
![]() |
67ac4882f2 | ||
![]() |
413171bb3c | ||
![]() |
b111eb2316 | ||
![]() |
9bafabe3e9 | ||
![]() |
202bc6440b | ||
![]() |
e2a89a55b7 | ||
![]() |
1e05730ec7 | ||
![]() |
885a63d3f6 | ||
![]() |
206fbac618 | ||
![]() |
4509661652 | ||
![]() |
4669decfd0 | ||
![]() |
f05c204da3 | ||
![]() |
338692d2c3 | ||
![]() |
5415690585 | ||
![]() |
418315d20b | ||
![]() |
9bbffb6919 | ||
![]() |
e338d63ec5 | ||
![]() |
264aedbff3 | ||
![]() |
4103ef362c | ||
![]() |
a04a449eb9 | ||
![]() |
08633c197b | ||
![]() |
f8b3a429c6 | ||
![]() |
946c8a59b4 | ||
![]() |
f93c7e1b6e | ||
![]() |
6298534b9c | ||
![]() |
5175b42069 | ||
![]() |
e01e31341b | ||
![]() |
203d900d16 | ||
![]() |
4d9e9aaead | ||
![]() |
82ec308be0 | ||
![]() |
dcafbcb06c | ||
![]() |
aa5f8dc082 | ||
![]() |
4dcae9c69c | ||
![]() |
13a1af97da | ||
![]() |
e3c435fd78 | ||
![]() |
a32dee7071 | ||
![]() |
c098858b73 | ||
![]() |
9e509e3bc9 | ||
![]() |
79ac2a72fa | ||
![]() |
b063840f46 | ||
![]() |
4366308b2b | ||
![]() |
126826e52c | ||
![]() |
e31af5d31b | ||
![]() |
fca97cd734 | ||
![]() |
ca94267c44 | ||
![]() |
df1f26cee7 | ||
![]() |
24a4e075e6 | ||
![]() |
43fcc6238e | ||
![]() |
b40b96248b | ||
![]() |
c7ac4c7490 | ||
![]() |
6cd8471b91 | ||
![]() |
940eaa26e0 | ||
![]() |
79e68ce125 | ||
![]() |
e581d35432 | ||
![]() |
d3d578e0f4 | ||
![]() |
79c71cbe48 | ||
![]() |
82b50a1c5d | ||
![]() |
6cfda78aa1 | ||
![]() |
f9ff938775 | ||
![]() |
778fcab90d | ||
![]() |
07e5aa30c6 | ||
![]() |
3f0ec03a14 | ||
![]() |
1bb871b9ac | ||
![]() |
0e8783fb01 |
8
.github/workflows/cast_deployment.yaml
vendored
@@ -21,12 +21,12 @@ jobs:
|
|||||||
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -57,12 +57,12 @@ jobs:
|
|||||||
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
22
.github/workflows/ci.yaml
vendored
@@ -24,9 +24,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Build resources
|
- name: Build resources
|
||||||
run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-pages
|
run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-pages
|
||||||
- name: Setup lint cache
|
- name: Setup lint cache
|
||||||
uses: actions/cache@v4.1.0
|
uses: actions/cache@v4.1.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules/.cache/prettier
|
node_modules/.cache/prettier
|
||||||
@@ -58,9 +58,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -76,9 +76,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IS_TEST: "true"
|
IS_TEST: "true"
|
||||||
- name: Upload bundle stats
|
- name: Upload bundle stats
|
||||||
uses: actions/upload-artifact@v4.4.0
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: frontend-bundle-stats
|
name: frontend-bundle-stats
|
||||||
path: build/stats/*.json
|
path: build/stats/*.json
|
||||||
@@ -100,9 +100,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IS_TEST: "true"
|
IS_TEST: "true"
|
||||||
- name: Upload bundle stats
|
- name: Upload bundle stats
|
||||||
uses: actions/upload-artifact@v4.4.0
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: supervisor-bundle-stats
|
name: supervisor-bundle-stats
|
||||||
path: build/stats/*.json
|
path: build/stats/*.json
|
||||||
|
2
.github/workflows/codeql-analysis.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
# We must fetch at least the immediate parents so that if this is
|
# We must fetch at least the immediate parents so that if this is
|
||||||
# a pull request then we can checkout the head.
|
# a pull request then we can checkout the head.
|
||||||
|
8
.github/workflows/demo_deployment.yaml
vendored
@@ -22,12 +22,12 @@ jobs:
|
|||||||
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -58,12 +58,12 @@ jobs:
|
|||||||
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
4
.github/workflows/design_deployment.yaml
vendored
@@ -16,10 +16,10 @@ jobs:
|
|||||||
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
4
.github/workflows/design_preview.yaml
vendored
@@ -21,10 +21,10 @@ jobs:
|
|||||||
if: github.repository == 'home-assistant/frontend' && contains(github.event.pull_request.labels.*.name, 'needs design preview')
|
if: github.repository == 'home-assistant/frontend' && contains(github.event.pull_request.labels.*.name, 'needs design preview')
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files from GitHub
|
- name: Check out files from GitHub
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
8
.github/workflows/nightly.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Set up Python ${{ env.PYTHON_VERSION }}
|
- name: Set up Python ${{ env.PYTHON_VERSION }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -57,14 +57,14 @@ jobs:
|
|||||||
run: tar -czvf translations.tar.gz translations
|
run: tar -czvf translations.tar.gz translations
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4.4.0
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: wheels
|
||||||
path: dist/home_assistant_frontend*.whl
|
path: dist/home_assistant_frontend*.whl
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload translations
|
- name: Upload translations
|
||||||
uses: actions/upload-artifact@v4.4.0
|
uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: translations
|
name: translations
|
||||||
path: translations.tar.gz
|
path: translations.tar.gz
|
||||||
|
4
.github/workflows/release.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
contents: write # Required to upload release assets
|
contents: write # Required to upload release assets
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Verify version
|
- name: Verify version
|
||||||
uses: home-assistant/actions/helpers/verify-version@master
|
uses: home-assistant/actions/helpers/verify-version@master
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.1.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
2
.github/workflows/translations.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4.2.0
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Upload Translations
|
- name: Upload Translations
|
||||||
run: |
|
run: |
|
||||||
|
@@ -6,4 +6,4 @@ enableGlobalCache: false
|
|||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.5.0.cjs
|
yarnPath: .yarn/releases/yarn-4.5.1.cjs
|
||||||
|
@@ -24,8 +24,11 @@ const convertToJSON = async (
|
|||||||
) => {
|
) => {
|
||||||
let localeData;
|
let localeData;
|
||||||
try {
|
try {
|
||||||
|
// use "pt" for "pt-BR", because "pt-BR" is unsupported by @formatjs
|
||||||
|
const language = lang === "pt-BR" ? "pt" : lang;
|
||||||
|
|
||||||
localeData = await readFile(
|
localeData = await readFile(
|
||||||
join(formatjsDir, pkg, subDir, `${lang}.js`),
|
join(formatjsDir, pkg, subDir, `${language}.js`),
|
||||||
"utf-8"
|
"utf-8"
|
||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
import "@material/mwc-button/mwc-button";
|
import "@material/mwc-button/mwc-button";
|
||||||
import { ActionDetail } from "@material/mwc-list/mwc-list";
|
import "@material/mwc-list/mwc-list";
|
||||||
|
import type { ActionDetail } from "@material/mwc-list/mwc-list";
|
||||||
import { mdiCast, mdiCastConnected, mdiViewDashboard } from "@mdi/js";
|
import { mdiCast, mdiCastConnected, mdiViewDashboard } from "@mdi/js";
|
||||||
import { Auth, Connection } from "home-assistant-js-websocket";
|
import { Auth, Connection } from "home-assistant-js-websocket";
|
||||||
import { CSSResultGroup, LitElement, TemplateResult, css, html } from "lit";
|
import { CSSResultGroup, LitElement, TemplateResult, css, html } from "lit";
|
||||||
@@ -89,8 +90,8 @@ class HcCast extends LitElement {
|
|||||||
generateDefaultViewConfig({}, {}, {}, {}, () => ""),
|
generateDefaultViewConfig({}, {}, {}, {}, () => ""),
|
||||||
]
|
]
|
||||||
).map(
|
).map(
|
||||||
(view, idx) =>
|
(view, idx) => html`
|
||||||
html`<ha-list-item
|
<ha-list-item
|
||||||
graphic="avatar"
|
graphic="avatar"
|
||||||
.activated=${this.castManager.status?.lovelacePath ===
|
.activated=${this.castManager.status?.lovelacePath ===
|
||||||
(view.path ?? idx)}
|
(view.path ?? idx)}
|
||||||
@@ -108,8 +109,9 @@ class HcCast extends LitElement {
|
|||||||
: html`<ha-svg-icon
|
: html`<ha-svg-icon
|
||||||
slot="item-icon"
|
slot="item-icon"
|
||||||
.path=${mdiViewDashboard}
|
.path=${mdiViewDashboard}
|
||||||
></ha-svg-icon>`}</ha-list-item
|
></ha-svg-icon>`}
|
||||||
> `
|
</ha-list-item>
|
||||||
|
`
|
||||||
)}</mwc-list
|
)}</mwc-list
|
||||||
>
|
>
|
||||||
`}
|
`}
|
||||||
|
@@ -88,7 +88,7 @@ class HcLayout extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
color: var(--ha-card-header-color, --primary-text-color);
|
color: var(--ha-card-header-color, var(--primary-text-color));
|
||||||
font-family: var(--ha-card-header-font-family, inherit);
|
font-family: var(--ha-card-header-font-family, inherit);
|
||||||
font-size: var(--ha-card-header-font-size, 24px);
|
font-size: var(--ha-card-header-font-size, 24px);
|
||||||
letter-spacing: -0.012em;
|
letter-spacing: -0.012em;
|
||||||
|
@@ -1,10 +1,11 @@
|
|||||||
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
||||||
import { customElement, property, query } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import { fireEvent } from "../../../../src/common/dom/fire_event";
|
import { fireEvent } from "../../../../src/common/dom/fire_event";
|
||||||
import { LovelaceConfig } from "../../../../src/data/lovelace/config/types";
|
import { LovelaceConfig } from "../../../../src/data/lovelace/config/types";
|
||||||
import { getPanelTitleFromUrlPath } from "../../../../src/data/panel";
|
import { getPanelTitleFromUrlPath } from "../../../../src/data/panel";
|
||||||
import { Lovelace } from "../../../../src/panels/lovelace/types";
|
import { Lovelace } from "../../../../src/panels/lovelace/types";
|
||||||
import "../../../../src/panels/lovelace/views/hui-view";
|
import "../../../../src/panels/lovelace/views/hui-view";
|
||||||
|
import "../../../../src/panels/lovelace/views/hui-view-container";
|
||||||
import { HomeAssistant } from "../../../../src/types";
|
import { HomeAssistant } from "../../../../src/types";
|
||||||
import "./hc-launch-screen";
|
import "./hc-launch-screen";
|
||||||
|
|
||||||
@@ -22,8 +23,6 @@ class HcLovelace extends LitElement {
|
|||||||
|
|
||||||
@property() public urlPath: string | null = null;
|
@property() public urlPath: string | null = null;
|
||||||
|
|
||||||
@query("hui-view") private _huiView?: HTMLElement;
|
|
||||||
|
|
||||||
protected render(): TemplateResult {
|
protected render(): TemplateResult {
|
||||||
const index = this._viewIndex;
|
const index = this._viewIndex;
|
||||||
if (index === undefined) {
|
if (index === undefined) {
|
||||||
@@ -45,13 +44,24 @@ class HcLovelace extends LitElement {
|
|||||||
saveConfig: async () => undefined,
|
saveConfig: async () => undefined,
|
||||||
deleteConfig: async () => undefined,
|
deleteConfig: async () => undefined,
|
||||||
setEditMode: () => undefined,
|
setEditMode: () => undefined,
|
||||||
|
showToast: () => undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const viewConfig = this.lovelaceConfig.views[index];
|
||||||
|
const background = viewConfig.background || this.lovelaceConfig.background;
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<hui-view
|
<hui-view-container
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.lovelace=${lovelace}
|
.background=${background}
|
||||||
.index=${index}
|
.theme=${viewConfig.theme}
|
||||||
></hui-view>
|
>
|
||||||
|
<hui-view
|
||||||
|
.hass=${this.hass}
|
||||||
|
.lovelace=${lovelace}
|
||||||
|
.index=${index}
|
||||||
|
></hui-view>
|
||||||
|
</hui-view-container>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -81,26 +91,6 @@ class HcLovelace extends LitElement {
|
|||||||
}${viewTitle || ""}`
|
}${viewTitle || ""}`
|
||||||
: undefined,
|
: undefined,
|
||||||
});
|
});
|
||||||
|
|
||||||
const configBackground =
|
|
||||||
this.lovelaceConfig.views[index].background ||
|
|
||||||
this.lovelaceConfig.background;
|
|
||||||
|
|
||||||
const backgroundStyle =
|
|
||||||
typeof configBackground === "string"
|
|
||||||
? configBackground
|
|
||||||
: configBackground?.image
|
|
||||||
? `center / cover no-repeat url('${configBackground.image}')`
|
|
||||||
: undefined;
|
|
||||||
|
|
||||||
if (backgroundStyle) {
|
|
||||||
this._huiView!.style.setProperty(
|
|
||||||
"--lovelace-background",
|
|
||||||
backgroundStyle
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
this._huiView!.style.removeProperty("--lovelace-background");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -124,19 +114,15 @@ class HcLovelace extends LitElement {
|
|||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return css`
|
return css`
|
||||||
:host {
|
hui-view-container {
|
||||||
min-height: 100vh;
|
|
||||||
height: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
position: relative;
|
||||||
|
min-height: 100vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: var(--primary-background-color);
|
|
||||||
}
|
|
||||||
:host > * {
|
|
||||||
flex: 1;
|
|
||||||
}
|
}
|
||||||
hui-view {
|
hui-view {
|
||||||
background: var(--lovelace-background, var(--primary-background-color));
|
flex: 1 1 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
@@ -142,7 +142,7 @@ export class DemoAutomationDescribeAction extends LitElement {
|
|||||||
<div class="action">
|
<div class="action">
|
||||||
<span>
|
<span>
|
||||||
${this._action
|
${this._action
|
||||||
? describeAction(this.hass, [], [], this._action)
|
? describeAction(this.hass, [], [], {}, this._action)
|
||||||
: "<invalid YAML>"}
|
: "<invalid YAML>"}
|
||||||
</span>
|
</span>
|
||||||
<ha-yaml-editor
|
<ha-yaml-editor
|
||||||
@@ -155,7 +155,7 @@ export class DemoAutomationDescribeAction extends LitElement {
|
|||||||
${ACTIONS.map(
|
${ACTIONS.map(
|
||||||
(conf) => html`
|
(conf) => html`
|
||||||
<div class="action">
|
<div class="action">
|
||||||
<span>${describeAction(this.hass, [], [], conf as any)}</span>
|
<span>${describeAction(this.hass, [], [], {}, conf as any)}</span>
|
||||||
<pre>${dump(conf)}</pre>
|
<pre>${dump(conf)}</pre>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
|
@@ -417,7 +417,7 @@ class HassioAddonConfig extends LitElement {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.header h2 {
|
.header h2 {
|
||||||
color: var(--ha-card-header-color, --primary-text-color);
|
color: var(--ha-card-header-color, var(--primary-text-color));
|
||||||
font-family: var(--ha-card-header-font-family, inherit);
|
font-family: var(--ha-card-header-font-family, inherit);
|
||||||
font-size: var(--ha-card-header-font-size, 24px);
|
font-size: var(--ha-card-header-font-size, 24px);
|
||||||
letter-spacing: -0.012em;
|
letter-spacing: -0.012em;
|
||||||
|
@@ -37,7 +37,6 @@ import "./config/hassio-addon-config";
|
|||||||
import "./config/hassio-addon-network";
|
import "./config/hassio-addon-network";
|
||||||
import "./hassio-addon-router";
|
import "./hassio-addon-router";
|
||||||
import "./info/hassio-addon-info";
|
import "./info/hassio-addon-info";
|
||||||
import "./log/hassio-addon-logs";
|
|
||||||
|
|
||||||
@customElement("hassio-addon-dashboard")
|
@customElement("hassio-addon-dashboard")
|
||||||
class HassioAddonDashboard extends LitElement {
|
class HassioAddonDashboard extends LitElement {
|
||||||
@@ -161,16 +160,11 @@ class HassioAddonDashboard extends LitElement {
|
|||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
hassio-addon-logs {
|
|
||||||
max-width: calc(100% - 8px);
|
|
||||||
min-width: 600px;
|
|
||||||
}
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
hassio-addon-info,
|
hassio-addon-info,
|
||||||
hassio-addon-network,
|
hassio-addon-network,
|
||||||
hassio-addon-audio,
|
hassio-addon-audio,
|
||||||
hassio-addon-config,
|
hassio-addon-config {
|
||||||
hassio-addon-logs {
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,8 @@ import "@material/mwc-button";
|
|||||||
import {
|
import {
|
||||||
mdiCheckCircle,
|
mdiCheckCircle,
|
||||||
mdiChip,
|
mdiChip,
|
||||||
mdiCircle,
|
mdiPlayCircle,
|
||||||
|
mdiCircleOffOutline,
|
||||||
mdiCursorDefaultClickOutline,
|
mdiCursorDefaultClickOutline,
|
||||||
mdiDocker,
|
mdiDocker,
|
||||||
mdiExclamationThick,
|
mdiExclamationThick,
|
||||||
@@ -37,6 +38,7 @@ import "../../../../src/components/ha-markdown";
|
|||||||
import "../../../../src/components/ha-settings-row";
|
import "../../../../src/components/ha-settings-row";
|
||||||
import "../../../../src/components/ha-svg-icon";
|
import "../../../../src/components/ha-svg-icon";
|
||||||
import "../../../../src/components/ha-switch";
|
import "../../../../src/components/ha-switch";
|
||||||
|
import type { HaSwitch } from "../../../../src/components/ha-switch";
|
||||||
import {
|
import {
|
||||||
AddonCapability,
|
AddonCapability,
|
||||||
HassioAddonDetails,
|
HassioAddonDetails,
|
||||||
@@ -198,7 +200,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
"dashboard.addon_running"
|
"dashboard.addon_running"
|
||||||
)}
|
)}
|
||||||
class="running"
|
class="running"
|
||||||
.path=${mdiCircle}
|
.path=${mdiPlayCircle}
|
||||||
></ha-svg-icon>
|
></ha-svg-icon>
|
||||||
`
|
`
|
||||||
: html`
|
: html`
|
||||||
@@ -207,7 +209,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
"dashboard.addon_stopped"
|
"dashboard.addon_stopped"
|
||||||
)}
|
)}
|
||||||
class="stopped"
|
class="stopped"
|
||||||
.path=${mdiCircle}
|
.path=${mdiCircleOffOutline}
|
||||||
></ha-svg-icon>
|
></ha-svg-icon>
|
||||||
`}
|
`}
|
||||||
`
|
`
|
||||||
@@ -1118,12 +1120,28 @@ class HassioAddonInfo extends LitElement {
|
|||||||
private async _uninstallClicked(ev: CustomEvent): Promise<void> {
|
private async _uninstallClicked(ev: CustomEvent): Promise<void> {
|
||||||
const button = ev.currentTarget as any;
|
const button = ev.currentTarget as any;
|
||||||
button.progress = true;
|
button.progress = true;
|
||||||
|
let removeData = false;
|
||||||
|
const _removeDataToggled = (e: Event) => {
|
||||||
|
removeData = (e.target as HaSwitch).checked;
|
||||||
|
};
|
||||||
|
|
||||||
const confirmed = await showConfirmationDialog(this, {
|
const confirmed = await showConfirmationDialog(this, {
|
||||||
title: this.supervisor.localize("dialog.uninstall_addon.title", {
|
title: this.supervisor.localize("dialog.uninstall_addon.title", {
|
||||||
name: this.addon.name,
|
name: this.addon.name,
|
||||||
}),
|
}),
|
||||||
text: this.supervisor.localize("dialog.uninstall_addon.text"),
|
text: html`
|
||||||
|
<ha-formfield
|
||||||
|
.label=${html`<p>
|
||||||
|
${this.supervisor.localize("dialog.uninstall_addon.remove_data")}
|
||||||
|
</p>`}
|
||||||
|
>
|
||||||
|
<ha-switch
|
||||||
|
@change=${_removeDataToggled}
|
||||||
|
.checked=${removeData}
|
||||||
|
haptic
|
||||||
|
></ha-switch>
|
||||||
|
</ha-formfield>
|
||||||
|
`,
|
||||||
confirmText: this.supervisor.localize("dialog.uninstall_addon.uninstall"),
|
confirmText: this.supervisor.localize("dialog.uninstall_addon.uninstall"),
|
||||||
dismissText: this.supervisor.localize("common.cancel"),
|
dismissText: this.supervisor.localize("common.cancel"),
|
||||||
destructive: true,
|
destructive: true,
|
||||||
@@ -1136,7 +1154,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
|
|
||||||
this._error = undefined;
|
this._error = undefined;
|
||||||
try {
|
try {
|
||||||
await uninstallHassioAddon(this.hass, this.addon.slug);
|
await uninstallHassioAddon(this.hass, this.addon.slug, removeData);
|
||||||
const eventdata = {
|
const eventdata = {
|
||||||
success: true,
|
success: true,
|
||||||
response: undefined,
|
response: undefined,
|
||||||
@@ -1191,7 +1209,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
padding-inline-start: 8px;
|
padding-inline-start: 8px;
|
||||||
padding-inline-end: initial;
|
padding-inline-end: initial;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: var(--ha-card-header-color, --primary-text-color);
|
color: var(--ha-card-header-color, var(--primary-text-color));
|
||||||
}
|
}
|
||||||
.addon-version {
|
.addon-version {
|
||||||
float: var(--float-end);
|
float: var(--float-end);
|
||||||
|
@@ -1,12 +1,14 @@
|
|||||||
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
import "../../../../src/components/ha-circular-progress";
|
import "../../../../src/components/ha-circular-progress";
|
||||||
import { HassioAddonDetails } from "../../../../src/data/hassio/addon";
|
import { HassioAddonDetails } from "../../../../src/data/hassio/addon";
|
||||||
import { Supervisor } from "../../../../src/data/supervisor/supervisor";
|
import { Supervisor } from "../../../../src/data/supervisor/supervisor";
|
||||||
import { haStyle } from "../../../../src/resources/styles";
|
import { haStyle } from "../../../../src/resources/styles";
|
||||||
import { HomeAssistant } from "../../../../src/types";
|
import { HomeAssistant } from "../../../../src/types";
|
||||||
import { hassioStyle } from "../../resources/hassio-style";
|
import { hassioStyle } from "../../resources/hassio-style";
|
||||||
import "./hassio-addon-logs";
|
import "../../../../src/panels/config/logs/error-log-card";
|
||||||
|
import "../../../../src/components/search-input";
|
||||||
|
import { extractSearchParam } from "../../../../src/common/url/search-params";
|
||||||
|
|
||||||
@customElement("hassio-addon-log-tab")
|
@customElement("hassio-addon-log-tab")
|
||||||
class HassioAddonLogDashboard extends LitElement {
|
class HassioAddonLogDashboard extends LitElement {
|
||||||
@@ -16,6 +18,8 @@ class HassioAddonLogDashboard extends LitElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public addon?: HassioAddonDetails;
|
@property({ attribute: false }) public addon?: HassioAddonDetails;
|
||||||
|
|
||||||
|
@state() private _filter = extractSearchParam("filter") || "";
|
||||||
|
|
||||||
protected render(): TemplateResult {
|
protected render(): TemplateResult {
|
||||||
if (!this.addon) {
|
if (!this.addon) {
|
||||||
return html`
|
return html`
|
||||||
@@ -23,16 +27,31 @@ class HassioAddonLogDashboard extends LitElement {
|
|||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
return html`
|
return html`
|
||||||
<div class="content">
|
<div class="search">
|
||||||
<hassio-addon-logs
|
<search-input
|
||||||
|
@value-changed=${this._filterChanged}
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.supervisor=${this.supervisor}
|
.filter=${this._filter}
|
||||||
.addon=${this.addon}
|
.label=${this.hass.localize("ui.panel.config.logs.search")}
|
||||||
></hassio-addon-logs>
|
></search-input>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<error-log-card
|
||||||
|
.hass=${this.hass}
|
||||||
|
.header=${this.addon.name}
|
||||||
|
.provider=${this.addon.slug}
|
||||||
|
show
|
||||||
|
.filter=${this._filter}
|
||||||
|
>
|
||||||
|
</error-log-card>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private async _filterChanged(ev) {
|
||||||
|
this._filter = ev.detail.value;
|
||||||
|
}
|
||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return [
|
return [
|
||||||
haStyle,
|
haStyle,
|
||||||
@@ -41,7 +60,21 @@ class HassioAddonLogDashboard extends LitElement {
|
|||||||
.content {
|
.content {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
max-width: 1024px;
|
}
|
||||||
|
.search {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
search-input {
|
||||||
|
display: block;
|
||||||
|
--mdc-text-field-fill-color: var(--sidebar-background-color);
|
||||||
|
--mdc-text-field-idle-line-color: var(--divider-color);
|
||||||
|
}
|
||||||
|
@media all and (max-width: 870px) {
|
||||||
|
:host {
|
||||||
|
--error-log-card-height: calc(100vh - 304px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
@@ -1,90 +0,0 @@
|
|||||||
import "@material/mwc-button";
|
|
||||||
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
|
||||||
import { customElement, property, state } from "lit/decorators";
|
|
||||||
import "../../../../src/components/ha-alert";
|
|
||||||
import "../../../../src/components/ha-ansi-to-html";
|
|
||||||
import "../../../../src/components/ha-card";
|
|
||||||
import {
|
|
||||||
fetchHassioAddonLogs,
|
|
||||||
HassioAddonDetails,
|
|
||||||
} from "../../../../src/data/hassio/addon";
|
|
||||||
import { extractApiErrorMessage } from "../../../../src/data/hassio/common";
|
|
||||||
import { Supervisor } from "../../../../src/data/supervisor/supervisor";
|
|
||||||
import { haStyle } from "../../../../src/resources/styles";
|
|
||||||
import { HomeAssistant } from "../../../../src/types";
|
|
||||||
import { hassioStyle } from "../../resources/hassio-style";
|
|
||||||
|
|
||||||
@customElement("hassio-addon-logs")
|
|
||||||
class HassioAddonLogs extends LitElement {
|
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
|
||||||
|
|
||||||
@property({ attribute: false }) public supervisor!: Supervisor;
|
|
||||||
|
|
||||||
@property({ attribute: false }) public addon!: HassioAddonDetails;
|
|
||||||
|
|
||||||
@state() private _error?: string;
|
|
||||||
|
|
||||||
@state() private _content?: string;
|
|
||||||
|
|
||||||
public async connectedCallback(): Promise<void> {
|
|
||||||
super.connectedCallback();
|
|
||||||
await this._loadData();
|
|
||||||
}
|
|
||||||
|
|
||||||
protected render(): TemplateResult {
|
|
||||||
return html`
|
|
||||||
<h1>${this.addon.name}</h1>
|
|
||||||
<ha-card outlined>
|
|
||||||
${this._error
|
|
||||||
? html`<ha-alert alert-type="error">${this._error}</ha-alert>`
|
|
||||||
: ""}
|
|
||||||
<div class="card-content">
|
|
||||||
${this._content
|
|
||||||
? html`<ha-ansi-to-html
|
|
||||||
.content=${this._content}
|
|
||||||
></ha-ansi-to-html>`
|
|
||||||
: ""}
|
|
||||||
</div>
|
|
||||||
<div class="card-actions">
|
|
||||||
<mwc-button @click=${this._refresh}>
|
|
||||||
${this.supervisor.localize("common.refresh")}
|
|
||||||
</mwc-button>
|
|
||||||
</div>
|
|
||||||
</ha-card>
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
|
||||||
return [
|
|
||||||
haStyle,
|
|
||||||
hassioStyle,
|
|
||||||
css`
|
|
||||||
:host,
|
|
||||||
ha-card {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
`,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
private async _loadData(): Promise<void> {
|
|
||||||
this._error = undefined;
|
|
||||||
try {
|
|
||||||
this._content = await fetchHassioAddonLogs(this.hass, this.addon.slug);
|
|
||||||
} catch (err: any) {
|
|
||||||
this._error = this.supervisor.localize("addon.logs.get_logs", {
|
|
||||||
error: extractApiErrorMessage(err),
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private async _refresh(): Promise<void> {
|
|
||||||
await this._loadData();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
declare global {
|
|
||||||
interface HTMLElementTagNameMap {
|
|
||||||
"hassio-addon-logs": HassioAddonLogs;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -48,6 +48,7 @@ import { showHassioBackupDialog } from "../dialogs/backup/show-dialog-hassio-bac
|
|||||||
import { showHassioCreateBackupDialog } from "../dialogs/backup/show-dialog-hassio-create-backup";
|
import { showHassioCreateBackupDialog } from "../dialogs/backup/show-dialog-hassio-create-backup";
|
||||||
import { supervisorTabs } from "../hassio-tabs";
|
import { supervisorTabs } from "../hassio-tabs";
|
||||||
import { hassioStyle } from "../resources/hassio-style";
|
import { hassioStyle } from "../resources/hassio-style";
|
||||||
|
import "../../../src/layouts/hass-loading-screen";
|
||||||
|
|
||||||
type BackupItem = HassioBackup & {
|
type BackupItem = HassioBackup & {
|
||||||
secondary: string;
|
secondary: string;
|
||||||
@@ -69,6 +70,8 @@ export class HassioBackups extends LitElement {
|
|||||||
|
|
||||||
@state() private _backups?: HassioBackup[] = [];
|
@state() private _backups?: HassioBackup[] = [];
|
||||||
|
|
||||||
|
@state() private _isLoading = false;
|
||||||
|
|
||||||
@query("hass-tabs-subpage-data-table", true)
|
@query("hass-tabs-subpage-data-table", true)
|
||||||
private _dataTable!: HaTabsSubpageDataTable;
|
private _dataTable!: HaTabsSubpageDataTable;
|
||||||
|
|
||||||
@@ -77,15 +80,10 @@ export class HassioBackups extends LitElement {
|
|||||||
public connectedCallback(): void {
|
public connectedCallback(): void {
|
||||||
super.connectedCallback();
|
super.connectedCallback();
|
||||||
if (this.hass && this._firstUpdatedCalled) {
|
if (this.hass && this._firstUpdatedCalled) {
|
||||||
this.refreshData();
|
this.fetchBackups();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public async refreshData() {
|
|
||||||
await reloadHassioBackups(this.hass);
|
|
||||||
await this.fetchBackups();
|
|
||||||
}
|
|
||||||
|
|
||||||
private _computeBackupContent = (backup: HassioBackup): string => {
|
private _computeBackupContent = (backup: HassioBackup): string => {
|
||||||
if (backup.type === "full") {
|
if (backup.type === "full") {
|
||||||
return this.supervisor.localize("backup.full_backup");
|
return this.supervisor.localize("backup.full_backup");
|
||||||
@@ -115,7 +113,7 @@ export class HassioBackups extends LitElement {
|
|||||||
protected firstUpdated(changedProperties: PropertyValues): void {
|
protected firstUpdated(changedProperties: PropertyValues): void {
|
||||||
super.firstUpdated(changedProperties);
|
super.firstUpdated(changedProperties);
|
||||||
if (this.hass && this.isConnected) {
|
if (this.hass && this.isConnected) {
|
||||||
this.refreshData();
|
this.fetchBackups();
|
||||||
}
|
}
|
||||||
this._firstUpdatedCalled = true;
|
this._firstUpdatedCalled = true;
|
||||||
}
|
}
|
||||||
@@ -175,6 +173,13 @@ export class HassioBackups extends LitElement {
|
|||||||
if (!this.supervisor) {
|
if (!this.supervisor) {
|
||||||
return nothing;
|
return nothing;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this._isLoading) {
|
||||||
|
return html`<hass-loading-screen
|
||||||
|
.message=${this.supervisor.localize("backup.loading_backups")}
|
||||||
|
></hass-loading-screen>`;
|
||||||
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<hass-tabs-subpage-data-table
|
<hass-tabs-subpage-data-table
|
||||||
.tabs=${atLeastVersion(this.hass.config.version, 2022, 5)
|
.tabs=${atLeastVersion(this.hass.config.version, 2022, 5)
|
||||||
@@ -281,7 +286,7 @@ export class HassioBackups extends LitElement {
|
|||||||
private _handleAction(ev: CustomEvent<ActionDetail>) {
|
private _handleAction(ev: CustomEvent<ActionDetail>) {
|
||||||
switch (ev.detail.index) {
|
switch (ev.detail.index) {
|
||||||
case 0:
|
case 0:
|
||||||
this.refreshData();
|
this.fetchBackups();
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
showHassioBackupLocationDialog(this, { supervisor: this.supervisor });
|
showHassioBackupLocationDialog(this, { supervisor: this.supervisor });
|
||||||
@@ -306,13 +311,15 @@ export class HassioBackups extends LitElement {
|
|||||||
supervisor: this.supervisor,
|
supervisor: this.supervisor,
|
||||||
onDelete: () => this.fetchBackups(),
|
onDelete: () => this.fetchBackups(),
|
||||||
}),
|
}),
|
||||||
reloadBackup: () => this.refreshData(),
|
reloadBackup: () => this.fetchBackups(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private async fetchBackups() {
|
private async fetchBackups() {
|
||||||
|
this._isLoading = true;
|
||||||
await reloadHassioBackups(this.hass);
|
await reloadHassioBackups(this.hass);
|
||||||
this._backups = await fetchHassioBackups(this.hass);
|
this._backups = await fetchHassioBackups(this.hass);
|
||||||
|
this._isLoading = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async _deleteSelected() {
|
private async _deleteSelected() {
|
||||||
@@ -339,8 +346,7 @@ export class HassioBackups extends LitElement {
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await reloadHassioBackups(this.hass);
|
await this.fetchBackups();
|
||||||
this._backups = await fetchHassioBackups(this.hass);
|
|
||||||
this._dataTable.clearSelection();
|
this._dataTable.clearSelection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -120,10 +120,12 @@ class HassioSupervisorLog extends LitElement {
|
|||||||
this._error = undefined;
|
this._error = undefined;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this._content = await fetchHassioLogs(
|
const response = await fetchHassioLogs(
|
||||||
this.hass,
|
this.hass,
|
||||||
this._selectedLogProvider
|
this._selectedLogProvider
|
||||||
);
|
);
|
||||||
|
|
||||||
|
this._content = await response.text();
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
this._error = this.supervisor.localize("system.log.get_logs", {
|
this._error = this.supervisor.localize("system.log.get_logs", {
|
||||||
provider: this._selectedLogProvider,
|
provider: this._selectedLogProvider,
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
import "@material/mwc-list/mwc-list-item";
|
|
||||||
import {
|
import {
|
||||||
css,
|
css,
|
||||||
CSSResultGroup,
|
CSSResultGroup,
|
||||||
html,
|
html,
|
||||||
LitElement,
|
LitElement,
|
||||||
PropertyValues,
|
|
||||||
nothing,
|
nothing,
|
||||||
|
PropertyValues,
|
||||||
} from "lit";
|
} from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
import memoizeOne from "memoize-one";
|
import memoizeOne from "memoize-one";
|
||||||
@@ -16,12 +15,12 @@ import "../../../src/components/ha-button-menu";
|
|||||||
import "../../../src/components/ha-card";
|
import "../../../src/components/ha-card";
|
||||||
import "../../../src/components/ha-checkbox";
|
import "../../../src/components/ha-checkbox";
|
||||||
import "../../../src/components/ha-faded";
|
import "../../../src/components/ha-faded";
|
||||||
import "../../../src/components/ha-formfield";
|
|
||||||
import "../../../src/components/ha-icon-button";
|
import "../../../src/components/ha-icon-button";
|
||||||
import "../../../src/components/ha-markdown";
|
import "../../../src/components/ha-markdown";
|
||||||
import "../../../src/components/ha-settings-row";
|
import "../../../src/components/ha-settings-row";
|
||||||
import "../../../src/components/ha-svg-icon";
|
import "../../../src/components/ha-svg-icon";
|
||||||
import "../../../src/components/ha-switch";
|
import "../../../src/components/ha-switch";
|
||||||
|
import type { HaSwitch } from "../../../src/components/ha-switch";
|
||||||
import {
|
import {
|
||||||
fetchHassioAddonChangelog,
|
fetchHassioAddonChangelog,
|
||||||
fetchHassioAddonInfo,
|
fetchHassioAddonInfo,
|
||||||
@@ -42,6 +41,7 @@ import { updateCore } from "../../../src/data/supervisor/core";
|
|||||||
import { StoreAddon } from "../../../src/data/supervisor/store";
|
import { StoreAddon } from "../../../src/data/supervisor/store";
|
||||||
import { Supervisor } from "../../../src/data/supervisor/supervisor";
|
import { Supervisor } from "../../../src/data/supervisor/supervisor";
|
||||||
import { showAlertDialog } from "../../../src/dialogs/generic/show-dialog-box";
|
import { showAlertDialog } from "../../../src/dialogs/generic/show-dialog-box";
|
||||||
|
import { haStyle } from "../../../src/resources/styles";
|
||||||
import { HomeAssistant, Route } from "../../../src/types";
|
import { HomeAssistant, Route } from "../../../src/types";
|
||||||
import { addonArchIsSupported, extractChangelog } from "../util/addon";
|
import { addonArchIsSupported, extractChangelog } from "../util/addon";
|
||||||
|
|
||||||
@@ -149,7 +149,7 @@ class UpdateAvailableCard extends LitElement {
|
|||||||
</ha-markdown>
|
</ha-markdown>
|
||||||
</ha-faded>
|
</ha-faded>
|
||||||
`
|
`
|
||||||
: ""}
|
: nothing}
|
||||||
<div class="versions">
|
<div class="versions">
|
||||||
<p>
|
<p>
|
||||||
${this.supervisor.localize(
|
${this.supervisor.localize(
|
||||||
@@ -164,15 +164,17 @@ class UpdateAvailableCard extends LitElement {
|
|||||||
</div>
|
</div>
|
||||||
${["core", "addon"].includes(this._updateType)
|
${["core", "addon"].includes(this._updateType)
|
||||||
? html`
|
? html`
|
||||||
<ha-formfield
|
<hr />
|
||||||
.label=${this.supervisor.localize(
|
<ha-settings-row>
|
||||||
"update_available.create_backup"
|
<span slot="heading">
|
||||||
)}
|
${this.supervisor.localize(
|
||||||
>
|
"update_available.create_backup"
|
||||||
<ha-checkbox checked></ha-checkbox>
|
)}
|
||||||
</ha-formfield>
|
</span>
|
||||||
|
<ha-switch id="create_backup" checked></ha-switch>
|
||||||
|
</ha-settings-row>
|
||||||
`
|
`
|
||||||
: ""}
|
: nothing}
|
||||||
`
|
`
|
||||||
: html`<ha-circular-progress
|
: html`<ha-circular-progress
|
||||||
aria-label="Updating"
|
aria-label="Updating"
|
||||||
@@ -191,22 +193,24 @@ class UpdateAvailableCard extends LitElement {
|
|||||||
? html`
|
? html`
|
||||||
<div class="card-actions">
|
<div class="card-actions">
|
||||||
${changelog
|
${changelog
|
||||||
? html`<a .href=${changelog} target="_blank" rel="noreferrer">
|
? html`
|
||||||
<mwc-button
|
<a href=${changelog} target="_blank" rel="noreferrer">
|
||||||
.label=${this.supervisor.localize(
|
<ha-button
|
||||||
"update_available.open_release_notes"
|
.label=${this.supervisor.localize(
|
||||||
)}
|
"update_available.open_release_notes"
|
||||||
>
|
)}
|
||||||
</mwc-button>
|
>
|
||||||
</a>`
|
</ha-button>
|
||||||
: ""}
|
</a>
|
||||||
|
`
|
||||||
|
: nothing}
|
||||||
<span></span>
|
<span></span>
|
||||||
<ha-progress-button @click=${this._update} raised>
|
<ha-progress-button @click=${this._update}>
|
||||||
${this.supervisor.localize("common.update")}
|
${this.supervisor.localize("common.update")}
|
||||||
</ha-progress-button>
|
</ha-progress-button>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
: ""}
|
: nothing}
|
||||||
</ha-card>
|
</ha-card>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
@@ -242,9 +246,11 @@ class UpdateAvailableCard extends LitElement {
|
|||||||
if (this._updateType && !["core", "addon"].includes(this._updateType)) {
|
if (this._updateType && !["core", "addon"].includes(this._updateType)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const checkbox = this.shadowRoot?.querySelector("ha-checkbox");
|
const createBackupSwitch = this.shadowRoot?.getElementById(
|
||||||
if (checkbox) {
|
"create-backup"
|
||||||
return checkbox.checked;
|
) as HaSwitch;
|
||||||
|
if (createBackupSwitch) {
|
||||||
|
return createBackupSwitch.checked;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -397,41 +403,50 @@ class UpdateAvailableCard extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return css`
|
return [
|
||||||
:host {
|
haStyle,
|
||||||
display: block;
|
css`
|
||||||
}
|
:host {
|
||||||
ha-card {
|
display: block;
|
||||||
margin: auto;
|
}
|
||||||
}
|
ha-card {
|
||||||
a {
|
margin: auto;
|
||||||
text-decoration: none;
|
}
|
||||||
color: var(--primary-text-color);
|
a {
|
||||||
}
|
text-decoration: none;
|
||||||
ha-settings-row {
|
color: var(--primary-text-color);
|
||||||
padding: 0;
|
}
|
||||||
}
|
.card-actions {
|
||||||
.card-actions {
|
display: flex;
|
||||||
display: flex;
|
justify-content: space-between;
|
||||||
justify-content: space-between;
|
}
|
||||||
border-top: none;
|
|
||||||
padding: 0 8px 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ha-circular-progress {
|
ha-circular-progress {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 32px;
|
margin: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-text {
|
.progress-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-markdown {
|
ha-markdown {
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
`;
|
|
||||||
|
ha-settings-row {
|
||||||
|
padding: 0;
|
||||||
|
margin-bottom: -16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border-color: var(--divider-color);
|
||||||
|
border-bottom: none;
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
66
package.json
@@ -25,24 +25,24 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.25.7",
|
"@babel/runtime": "7.26.0",
|
||||||
"@braintree/sanitize-url": "7.1.0",
|
"@braintree/sanitize-url": "7.1.0",
|
||||||
"@codemirror/autocomplete": "6.18.1",
|
"@codemirror/autocomplete": "6.18.1",
|
||||||
"@codemirror/commands": "6.7.0",
|
"@codemirror/commands": "6.7.1",
|
||||||
"@codemirror/language": "6.10.3",
|
"@codemirror/language": "6.10.3",
|
||||||
"@codemirror/legacy-modes": "6.4.1",
|
"@codemirror/legacy-modes": "6.4.1",
|
||||||
"@codemirror/search": "6.5.6",
|
"@codemirror/search": "6.5.6",
|
||||||
"@codemirror/state": "6.4.1",
|
"@codemirror/state": "6.4.1",
|
||||||
"@codemirror/view": "6.34.1",
|
"@codemirror/view": "6.34.1",
|
||||||
"@egjs/hammerjs": "2.0.17",
|
"@egjs/hammerjs": "2.0.17",
|
||||||
"@formatjs/intl-datetimeformat": "6.12.5",
|
"@formatjs/intl-datetimeformat": "6.16.1",
|
||||||
"@formatjs/intl-displaynames": "6.6.8",
|
"@formatjs/intl-displaynames": "6.8.1",
|
||||||
"@formatjs/intl-getcanonicallocales": "2.3.0",
|
"@formatjs/intl-getcanonicallocales": "2.5.1",
|
||||||
"@formatjs/intl-listformat": "7.5.7",
|
"@formatjs/intl-listformat": "7.7.1",
|
||||||
"@formatjs/intl-locale": "4.0.0",
|
"@formatjs/intl-locale": "4.2.1",
|
||||||
"@formatjs/intl-numberformat": "8.10.3",
|
"@formatjs/intl-numberformat": "8.14.1",
|
||||||
"@formatjs/intl-pluralrules": "5.2.14",
|
"@formatjs/intl-pluralrules": "5.3.1",
|
||||||
"@formatjs/intl-relativetimeformat": "11.2.14",
|
"@formatjs/intl-relativetimeformat": "11.4.1",
|
||||||
"@fullcalendar/core": "6.1.15",
|
"@fullcalendar/core": "6.1.15",
|
||||||
"@fullcalendar/daygrid": "6.1.15",
|
"@fullcalendar/daygrid": "6.1.15",
|
||||||
"@fullcalendar/interaction": "6.1.15",
|
"@fullcalendar/interaction": "6.1.15",
|
||||||
@@ -86,11 +86,11 @@
|
|||||||
"@polymer/paper-item": "3.0.1",
|
"@polymer/paper-item": "3.0.1",
|
||||||
"@polymer/paper-listbox": "3.0.1",
|
"@polymer/paper-listbox": "3.0.1",
|
||||||
"@polymer/paper-tabs": "3.1.0",
|
"@polymer/paper-tabs": "3.1.0",
|
||||||
"@polymer/polymer": "3.5.1",
|
"@polymer/polymer": "3.5.2",
|
||||||
"@replit/codemirror-indentation-markers": "6.5.3",
|
"@replit/codemirror-indentation-markers": "6.5.3",
|
||||||
"@thomasloven/round-slider": "0.6.0",
|
"@thomasloven/round-slider": "0.6.0",
|
||||||
"@vaadin/combo-box": "24.4.11",
|
"@vaadin/combo-box": "24.5.1",
|
||||||
"@vaadin/vaadin-themable-mixin": "24.4.11",
|
"@vaadin/vaadin-themable-mixin": "24.5.1",
|
||||||
"@vibrant/color": "3.2.1-alpha.1",
|
"@vibrant/color": "3.2.1-alpha.1",
|
||||||
"@vibrant/core": "3.2.1-alpha.1",
|
"@vibrant/core": "3.2.1-alpha.1",
|
||||||
"@vibrant/quantizer-mmcq": "3.2.1-alpha.1",
|
"@vibrant/quantizer-mmcq": "3.2.1-alpha.1",
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
"@webcomponents/scoped-custom-element-registry": "0.0.9",
|
"@webcomponents/scoped-custom-element-registry": "0.0.9",
|
||||||
"@webcomponents/webcomponentsjs": "2.8.0",
|
"@webcomponents/webcomponentsjs": "2.8.0",
|
||||||
"app-datepicker": "5.1.1",
|
"app-datepicker": "5.1.1",
|
||||||
"chart.js": "4.4.4",
|
"chart.js": "4.4.5",
|
||||||
"color-name": "2.0.0",
|
"color-name": "2.0.0",
|
||||||
"comlink": "4.4.1",
|
"comlink": "4.4.1",
|
||||||
"core-js": "3.38.1",
|
"core-js": "3.38.1",
|
||||||
@@ -114,13 +114,13 @@
|
|||||||
"hls.js": "patch:hls.js@npm%3A1.5.7#~/.yarn/patches/hls.js-npm-1.5.7-f5bbd3d060.patch",
|
"hls.js": "patch:hls.js@npm%3A1.5.7#~/.yarn/patches/hls.js-npm-1.5.7-f5bbd3d060.patch",
|
||||||
"home-assistant-js-websocket": "9.4.0",
|
"home-assistant-js-websocket": "9.4.0",
|
||||||
"idb-keyval": "6.2.1",
|
"idb-keyval": "6.2.1",
|
||||||
"intl-messageformat": "10.5.14",
|
"intl-messageformat": "10.7.3",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"leaflet": "1.9.4",
|
"leaflet": "1.9.4",
|
||||||
"leaflet-draw": "patch:leaflet-draw@npm%3A1.0.4#./.yarn/patches/leaflet-draw-npm-1.0.4-0ca0ebcf65.patch",
|
"leaflet-draw": "patch:leaflet-draw@npm%3A1.0.4#./.yarn/patches/leaflet-draw-npm-1.0.4-0ca0ebcf65.patch",
|
||||||
"lit": "2.8.0",
|
"lit": "2.8.0",
|
||||||
"luxon": "3.5.0",
|
"luxon": "3.5.0",
|
||||||
"marked": "14.1.2",
|
"marked": "14.1.3",
|
||||||
"memoize-one": "6.0.0",
|
"memoize-one": "6.0.0",
|
||||||
"node-vibrant": "3.2.1-alpha.1",
|
"node-vibrant": "3.2.1-alpha.1",
|
||||||
"proxy-polyfill": "0.3.2",
|
"proxy-polyfill": "0.3.2",
|
||||||
@@ -151,15 +151,15 @@
|
|||||||
"xss": "1.0.15"
|
"xss": "1.0.15"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.25.7",
|
"@babel/core": "7.26.0",
|
||||||
"@babel/helper-define-polyfill-provider": "0.6.2",
|
"@babel/helper-define-polyfill-provider": "0.6.2",
|
||||||
"@babel/plugin-proposal-decorators": "7.25.7",
|
"@babel/plugin-proposal-decorators": "7.25.9",
|
||||||
"@babel/plugin-transform-runtime": "7.25.7",
|
"@babel/plugin-transform-runtime": "7.25.9",
|
||||||
"@babel/preset-env": "7.25.7",
|
"@babel/preset-env": "7.26.0",
|
||||||
"@babel/preset-typescript": "7.25.7",
|
"@babel/preset-typescript": "7.26.0",
|
||||||
"@bundle-stats/plugin-webpack-filter": "4.15.1",
|
"@bundle-stats/plugin-webpack-filter": "4.16.0",
|
||||||
"@koa/cors": "5.0.0",
|
"@koa/cors": "5.0.0",
|
||||||
"@lokalise/node-api": "12.7.0",
|
"@lokalise/node-api": "12.8.0",
|
||||||
"@octokit/auth-oauth-device": "7.1.1",
|
"@octokit/auth-oauth-device": "7.1.1",
|
||||||
"@octokit/plugin-retry": "7.1.2",
|
"@octokit/plugin-retry": "7.1.2",
|
||||||
"@octokit/rest": "21.0.2",
|
"@octokit/rest": "21.0.2",
|
||||||
@@ -176,11 +176,11 @@
|
|||||||
"@types/glob": "8.1.0",
|
"@types/glob": "8.1.0",
|
||||||
"@types/html-minifier-terser": "7.0.2",
|
"@types/html-minifier-terser": "7.0.2",
|
||||||
"@types/js-yaml": "4.0.9",
|
"@types/js-yaml": "4.0.9",
|
||||||
"@types/leaflet": "1.9.12",
|
"@types/leaflet": "1.9.14",
|
||||||
"@types/leaflet-draw": "1.0.11",
|
"@types/leaflet-draw": "1.0.11",
|
||||||
"@types/lodash.merge": "4.6.9",
|
"@types/lodash.merge": "4.6.9",
|
||||||
"@types/luxon": "3.4.2",
|
"@types/luxon": "3.4.2",
|
||||||
"@types/mocha": "10.0.7",
|
"@types/mocha": "10.0.9",
|
||||||
"@types/qrcode": "1.5.5",
|
"@types/qrcode": "1.5.5",
|
||||||
"@types/serve-handler": "6.1.4",
|
"@types/serve-handler": "6.1.4",
|
||||||
"@types/sortablejs": "1.15.8",
|
"@types/sortablejs": "1.15.8",
|
||||||
@@ -194,7 +194,7 @@
|
|||||||
"babel-loader": "9.2.1",
|
"babel-loader": "9.2.1",
|
||||||
"babel-plugin-template-html-minifier": "4.1.0",
|
"babel-plugin-template-html-minifier": "4.1.0",
|
||||||
"browserslist-useragent-regexp": "4.1.3",
|
"browserslist-useragent-regexp": "4.1.3",
|
||||||
"chai": "5.1.1",
|
"chai": "5.1.2",
|
||||||
"del": "8.0.0",
|
"del": "8.0.0",
|
||||||
"eslint": "8.57.1",
|
"eslint": "8.57.1",
|
||||||
"eslint-config-airbnb-base": "15.0.0",
|
"eslint-config-airbnb-base": "15.0.0",
|
||||||
@@ -216,15 +216,15 @@
|
|||||||
"gulp-zopfli-green": "6.0.2",
|
"gulp-zopfli-green": "6.0.2",
|
||||||
"html-minifier-terser": "7.2.0",
|
"html-minifier-terser": "7.2.0",
|
||||||
"husky": "9.1.6",
|
"husky": "9.1.6",
|
||||||
"instant-mocha": "1.5.2",
|
"instant-mocha": "1.5.3",
|
||||||
"jszip": "3.10.1",
|
"jszip": "3.10.1",
|
||||||
"lint-staged": "15.2.10",
|
"lint-staged": "15.2.10",
|
||||||
"lit-analyzer": "2.0.3",
|
"lit-analyzer": "2.0.3",
|
||||||
"lodash.merge": "4.6.2",
|
"lodash.merge": "4.6.2",
|
||||||
"lodash.template": "4.5.0",
|
"lodash.template": "4.5.0",
|
||||||
"magic-string": "0.30.11",
|
"magic-string": "0.30.12",
|
||||||
"map-stream": "0.0.7",
|
"map-stream": "0.0.7",
|
||||||
"mocha": "10.5.0",
|
"mocha": "10.7.3",
|
||||||
"object-hash": "3.0.0",
|
"object-hash": "3.0.0",
|
||||||
"open": "10.1.0",
|
"open": "10.1.0",
|
||||||
"pinst": "3.0.0",
|
"pinst": "3.0.0",
|
||||||
@@ -233,14 +233,14 @@
|
|||||||
"rollup-plugin-string": "3.0.0",
|
"rollup-plugin-string": "3.0.0",
|
||||||
"rollup-plugin-terser": "7.0.2",
|
"rollup-plugin-terser": "7.0.2",
|
||||||
"rollup-plugin-visualizer": "5.12.0",
|
"rollup-plugin-visualizer": "5.12.0",
|
||||||
"serve-handler": "6.1.5",
|
"serve-handler": "6.1.6",
|
||||||
"sinon": "19.0.2",
|
"sinon": "19.0.2",
|
||||||
"systemjs": "6.15.1",
|
"systemjs": "6.15.1",
|
||||||
"tar": "7.4.3",
|
"tar": "7.4.3",
|
||||||
"terser-webpack-plugin": "5.3.10",
|
"terser-webpack-plugin": "5.3.10",
|
||||||
"transform-async-modules-webpack-plugin": "1.1.1",
|
"transform-async-modules-webpack-plugin": "1.1.1",
|
||||||
"ts-lit-plugin": "2.0.2",
|
"ts-lit-plugin": "2.0.2",
|
||||||
"typescript": "5.6.2",
|
"typescript": "5.6.3",
|
||||||
"webpack": "5.95.0",
|
"webpack": "5.95.0",
|
||||||
"webpack-cli": "5.1.4",
|
"webpack-cli": "5.1.4",
|
||||||
"webpack-dev-server": "5.1.0",
|
"webpack-dev-server": "5.1.0",
|
||||||
@@ -251,12 +251,12 @@
|
|||||||
},
|
},
|
||||||
"_comment": "Polymer 3.2 contained a bug, fixed in https://github.com/Polymer/polymer/pull/5569, add as patch",
|
"_comment": "Polymer 3.2 contained a bug, fixed in https://github.com/Polymer/polymer/pull/5569, add as patch",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@polymer/polymer": "patch:@polymer/polymer@3.5.1#./.yarn/patches/@polymer/polymer/pr-5569.patch",
|
"@polymer/polymer": "patch:@polymer/polymer@3.5.2#./.yarn/patches/@polymer/polymer/pr-5569.patch",
|
||||||
"@material/mwc-button@^0.25.3": "^0.27.0",
|
"@material/mwc-button@^0.25.3": "^0.27.0",
|
||||||
"lit": "2.8.0",
|
"lit": "2.8.0",
|
||||||
"clean-css": "5.3.3",
|
"clean-css": "5.3.3",
|
||||||
"@lit/reactive-element": "1.6.3",
|
"@lit/reactive-element": "1.6.3",
|
||||||
"@fullcalendar/daygrid": "6.1.15"
|
"@fullcalendar/daygrid": "6.1.15"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.5.0"
|
"packageManager": "yarn@4.5.1"
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 4.4 KiB |
BIN
public/static/images/logo_nabu_casa_dark.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
public/static/images/voice-assistant/area.gif
Normal file
After Width: | Height: | Size: 372 KiB |
BIN
public/static/images/voice-assistant/change-wake-word.gif
Normal file
After Width: | Height: | Size: 383 KiB |
BIN
public/static/images/voice-assistant/error.gif
Normal file
After Width: | Height: | Size: 377 KiB |
BIN
public/static/images/voice-assistant/heart.gif
Normal file
After Width: | Height: | Size: 389 KiB |
BIN
public/static/images/voice-assistant/hi.gif
Normal file
After Width: | Height: | Size: 379 KiB |
BIN
public/static/images/voice-assistant/ok-nabu.gif
Normal file
After Width: | Height: | Size: 381 KiB |
BIN
public/static/images/voice-assistant/sleep.gif
Normal file
After Width: | Height: | Size: 374 KiB |
BIN
public/static/images/voice-assistant/update.gif
Normal file
After Width: | Height: | Size: 379 KiB |
@@ -1,5 +1,5 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools~=68.0", "wheel~=0.40.0"]
|
requires = ["setuptools~=75.1"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
|
@@ -18,5 +18,9 @@ if [[ -n "$DEVCONTAINER" ]]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! command -v yarn &> /dev/null; then
|
||||||
|
echo "Error: yarn not found. Please install it following the official instructions: https://yarnpkg.com/getting-started/install" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
# Install node modules
|
# Install node modules
|
||||||
yarn install
|
yarn install
|
||||||
|
@@ -34,9 +34,11 @@ export const protocolIntegrationPicked = async (
|
|||||||
if (domain === "zwave_js") {
|
if (domain === "zwave_js") {
|
||||||
const entries = options?.config_entry
|
const entries = options?.config_entry
|
||||||
? undefined
|
? undefined
|
||||||
: await getConfigEntries(hass, {
|
: (
|
||||||
domain,
|
await getConfigEntries(hass, {
|
||||||
});
|
domain,
|
||||||
|
})
|
||||||
|
).filter((e) => !e.disabled_by);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!isComponentLoaded(hass, "zwave_js") ||
|
!isComponentLoaded(hass, "zwave_js") ||
|
||||||
@@ -81,9 +83,11 @@ export const protocolIntegrationPicked = async (
|
|||||||
} else if (domain === "zha") {
|
} else if (domain === "zha") {
|
||||||
const entries = options?.config_entry
|
const entries = options?.config_entry
|
||||||
? undefined
|
? undefined
|
||||||
: await getConfigEntries(hass, {
|
: (
|
||||||
domain,
|
await getConfigEntries(hass, {
|
||||||
});
|
domain,
|
||||||
|
})
|
||||||
|
).filter((e) => !e.disabled_by);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!isComponentLoaded(hass, "zha") ||
|
!isComponentLoaded(hass, "zha") ||
|
||||||
@@ -129,9 +133,11 @@ export const protocolIntegrationPicked = async (
|
|||||||
} else if (domain === "matter") {
|
} else if (domain === "matter") {
|
||||||
const entries = options?.config_entry
|
const entries = options?.config_entry
|
||||||
? undefined
|
? undefined
|
||||||
: await getConfigEntries(hass, {
|
: (
|
||||||
domain,
|
await getConfigEntries(hass, {
|
||||||
});
|
domain,
|
||||||
|
})
|
||||||
|
).filter((e) => !e.disabled_by);
|
||||||
if (
|
if (
|
||||||
!isComponentLoaded(hass, domain) ||
|
!isComponentLoaded(hass, domain) ||
|
||||||
(!options?.config_entry && !entries?.length)
|
(!options?.config_entry && !entries?.length)
|
||||||
|
@@ -15,7 +15,6 @@ export type LocalizeKeys =
|
|||||||
| `ui.card.weather.cardinal_direction.${string}`
|
| `ui.card.weather.cardinal_direction.${string}`
|
||||||
| `ui.card.lawn_mower.actions.${string}`
|
| `ui.card.lawn_mower.actions.${string}`
|
||||||
| `ui.components.calendar.event.rrule.${string}`
|
| `ui.components.calendar.event.rrule.${string}`
|
||||||
| `ui.components.logbook.${string}`
|
|
||||||
| `ui.components.selectors.file.${string}`
|
| `ui.components.selectors.file.${string}`
|
||||||
| `ui.dialogs.entity_registry.editor.${string}`
|
| `ui.dialogs.entity_registry.editor.${string}`
|
||||||
| `ui.dialogs.more_info_control.lawn_mower.${string}`
|
| `ui.dialogs.more_info_control.lawn_mower.${string}`
|
||||||
|
@@ -108,6 +108,7 @@ class HaDataTableLabels extends LitElement {
|
|||||||
ha-label {
|
ha-label {
|
||||||
--ha-label-background-color: var(--color, var(--grey-color));
|
--ha-label-background-color: var(--color, var(--grey-color));
|
||||||
--ha-label-background-opacity: 0.5;
|
--ha-label-background-opacity: 0.5;
|
||||||
|
outline: 1px solid var(--outline-color);
|
||||||
}
|
}
|
||||||
ha-button-menu {
|
ha-button-menu {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@@ -1200,6 +1200,7 @@ export class HaDataTable extends LitElement {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
background-color: var(--primary-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-header ha-icon-button {
|
.group-header ha-icon-button {
|
||||||
|
@@ -254,7 +254,7 @@ class DateRangePickerElement extends WrappedElement {
|
|||||||
.daterangepicker select.hourselect,
|
.daterangepicker select.hourselect,
|
||||||
.daterangepicker select.minuteselect,
|
.daterangepicker select.minuteselect,
|
||||||
.daterangepicker select.secondselect {
|
.daterangepicker select.secondselect {
|
||||||
background: transparent;
|
background: var(--card-background-color);
|
||||||
border: 1px solid var(--divider-color);
|
border: 1px solid var(--divider-color);
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,17 @@
|
|||||||
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
import {
|
||||||
import { customElement, property } from "lit/decorators";
|
css,
|
||||||
|
CSSResultGroup,
|
||||||
|
html,
|
||||||
|
LitElement,
|
||||||
|
PropertyValues,
|
||||||
|
TemplateResult,
|
||||||
|
} from "lit";
|
||||||
|
import {
|
||||||
|
customElement,
|
||||||
|
property,
|
||||||
|
query,
|
||||||
|
state as litState,
|
||||||
|
} from "lit/decorators";
|
||||||
|
|
||||||
interface State {
|
interface State {
|
||||||
bold: boolean;
|
bold: boolean;
|
||||||
@@ -11,11 +23,24 @@ interface State {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@customElement("ha-ansi-to-html")
|
@customElement("ha-ansi-to-html")
|
||||||
class HaAnsiToHtml extends LitElement {
|
export class HaAnsiToHtml extends LitElement {
|
||||||
@property() public content!: string;
|
@property() public content!: string;
|
||||||
|
|
||||||
|
@query("pre") private _pre?: HTMLPreElement;
|
||||||
|
|
||||||
|
@litState() private _filter = "";
|
||||||
|
|
||||||
protected render(): TemplateResult | void {
|
protected render(): TemplateResult | void {
|
||||||
return html`${this._parseTextToColoredPre(this.content)}`;
|
return html`<pre></pre>`;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected firstUpdated(_changedProperties: PropertyValues): void {
|
||||||
|
super.firstUpdated(_changedProperties);
|
||||||
|
|
||||||
|
// handle initial content
|
||||||
|
if (this.content) {
|
||||||
|
this.parseTextToColoredPre(this.content);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
@@ -24,6 +49,7 @@ class HaAnsiToHtml extends LitElement {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
.bold {
|
.bold {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -85,11 +111,33 @@ class HaAnsiToHtml extends LitElement {
|
|||||||
.bg-white {
|
.bg-white {
|
||||||
background-color: rgb(204, 204, 204);
|
background-color: rgb(204, 204, 204);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::highlight(search-results) {
|
||||||
|
background-color: var(--primary-color);
|
||||||
|
color: var(--text-primary-color);
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _parseTextToColoredPre(text) {
|
/**
|
||||||
const pre = document.createElement("pre");
|
* add new lines to the log
|
||||||
|
* @param lines log lines
|
||||||
|
* @param top should the new lines be added to the top of the log
|
||||||
|
*/
|
||||||
|
public parseLinesToColoredPre(lines: string[], top = false) {
|
||||||
|
for (const line of lines) {
|
||||||
|
this.parseLineToColoredPre(line, top);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add a single line to the log
|
||||||
|
* @param line log line
|
||||||
|
* @param top should the new line be added to the top of the log
|
||||||
|
*/
|
||||||
|
public parseLineToColoredPre(line, top = false) {
|
||||||
|
const lineDiv = document.createElement("div");
|
||||||
|
|
||||||
// eslint-disable-next-line no-control-regex
|
// eslint-disable-next-line no-control-regex
|
||||||
const re = /\x1b(?:\[(.*?)[@-~]|\].*?(?:\x07|\x1b\\))/g;
|
const re = /\x1b(?:\[(.*?)[@-~]|\].*?(?:\x07|\x1b\\))/g;
|
||||||
let i = 0;
|
let i = 0;
|
||||||
@@ -103,7 +151,7 @@ class HaAnsiToHtml extends LitElement {
|
|||||||
backgroundColor: null,
|
backgroundColor: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
const addSpan = (content) => {
|
const addPart = (content) => {
|
||||||
const span = document.createElement("span");
|
const span = document.createElement("span");
|
||||||
if (state.bold) {
|
if (state.bold) {
|
||||||
span.classList.add("bold");
|
span.classList.add("bold");
|
||||||
@@ -124,15 +172,18 @@ class HaAnsiToHtml extends LitElement {
|
|||||||
span.classList.add(`bg-${state.backgroundColor}`);
|
span.classList.add(`bg-${state.backgroundColor}`);
|
||||||
}
|
}
|
||||||
span.appendChild(document.createTextNode(content));
|
span.appendChild(document.createTextNode(content));
|
||||||
pre.appendChild(span);
|
lineDiv.appendChild(span);
|
||||||
};
|
};
|
||||||
|
|
||||||
/* eslint-disable no-cond-assign */
|
/* eslint-disable no-cond-assign */
|
||||||
let match;
|
let match;
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
while ((match = re.exec(text)) !== null) {
|
while ((match = re.exec(line)) !== null) {
|
||||||
const j = match!.index;
|
const j = match!.index;
|
||||||
addSpan(text.substring(i, j));
|
const substring = line.substring(i, j);
|
||||||
|
if (substring) {
|
||||||
|
addPart(substring);
|
||||||
|
}
|
||||||
i = j + match[0].length;
|
i = j + match[0].length;
|
||||||
|
|
||||||
if (match[1] === undefined) {
|
if (match[1] === undefined) {
|
||||||
@@ -234,9 +285,93 @@ class HaAnsiToHtml extends LitElement {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
addSpan(text.substring(i));
|
|
||||||
|
|
||||||
return pre;
|
const substring = line.substring(i);
|
||||||
|
if (substring) {
|
||||||
|
addPart(substring);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (top) {
|
||||||
|
this._pre?.prepend(lineDiv);
|
||||||
|
lineDiv.animate([{ opacity: 0 }, { opacity: 1 }], { duration: 500 });
|
||||||
|
} else {
|
||||||
|
this._pre?.appendChild(lineDiv);
|
||||||
|
}
|
||||||
|
|
||||||
|
// filter new lines if a filter is set
|
||||||
|
if (this._filter) {
|
||||||
|
this.filterLines(this._filter);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public parseTextToColoredPre(text) {
|
||||||
|
const lines = text.split("\n");
|
||||||
|
|
||||||
|
for (const line of lines) {
|
||||||
|
this.parseLineToColoredPre(line);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Filter lines based on a search string, lines and search string will be converted to lowercase
|
||||||
|
* @param filter the search string
|
||||||
|
* @returns true if there are lines to display
|
||||||
|
*/
|
||||||
|
filterLines(filter: string): boolean {
|
||||||
|
this._filter = filter;
|
||||||
|
const lines = this.shadowRoot?.querySelectorAll("div") || [];
|
||||||
|
let numberOfFoundLines = 0;
|
||||||
|
if (!filter) {
|
||||||
|
lines.forEach((line) => {
|
||||||
|
line.style.display = "";
|
||||||
|
});
|
||||||
|
numberOfFoundLines = lines.length;
|
||||||
|
if (CSS.highlights) {
|
||||||
|
CSS.highlights.delete("search-results");
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
const highlightRanges: Range[] = [];
|
||||||
|
lines.forEach((line) => {
|
||||||
|
if (!line.textContent?.toLowerCase().includes(filter.toLowerCase())) {
|
||||||
|
line.style.display = "none";
|
||||||
|
} else {
|
||||||
|
line.style.display = "";
|
||||||
|
numberOfFoundLines++;
|
||||||
|
if (CSS.highlights && line.firstChild !== null && line.textContent) {
|
||||||
|
const spansOfLine = line.querySelectorAll("span");
|
||||||
|
spansOfLine.forEach((span) => {
|
||||||
|
const text = span.textContent.toLowerCase();
|
||||||
|
const indices: number[] = [];
|
||||||
|
let startPos = 0;
|
||||||
|
while (startPos < text.length) {
|
||||||
|
const index = text.indexOf(filter.toLowerCase(), startPos);
|
||||||
|
if (index === -1) break;
|
||||||
|
indices.push(index);
|
||||||
|
startPos = index + filter.length;
|
||||||
|
}
|
||||||
|
|
||||||
|
indices.forEach((index) => {
|
||||||
|
const range = new Range();
|
||||||
|
range.setStart(span.firstChild!, index);
|
||||||
|
range.setEnd(span.firstChild!, index + filter.length);
|
||||||
|
highlightRanges.push(range);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
if (CSS.highlights) {
|
||||||
|
CSS.highlights.set("search-results", new Highlight(...highlightRanges));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return !!numberOfFoundLines;
|
||||||
|
}
|
||||||
|
|
||||||
|
public clear() {
|
||||||
|
if (this._pre) {
|
||||||
|
this._pre.innerHTML = "";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -43,7 +43,7 @@ export class HaCard extends LitElement {
|
|||||||
|
|
||||||
.card-header,
|
.card-header,
|
||||||
:host ::slotted(.card-header) {
|
:host ::slotted(.card-header) {
|
||||||
color: var(--ha-card-header-color, --primary-text-color);
|
color: var(--ha-card-header-color, var(--primary-text-color));
|
||||||
font-family: var(--ha-card-header-font-family, inherit);
|
font-family: var(--ha-card-header-font-family, inherit);
|
||||||
font-size: var(--ha-card-header-font-size, 24px);
|
font-size: var(--ha-card-header-font-size, 24px);
|
||||||
letter-spacing: -0.012em;
|
letter-spacing: -0.012em;
|
||||||
|
@@ -45,7 +45,7 @@ export class HaControlButton extends LitElement {
|
|||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@@ -46,7 +46,7 @@ export class HaHeaderBar extends LitElement {
|
|||||||
flex: none;
|
flex: none;
|
||||||
}
|
}
|
||||||
.mdc-top-app-bar__title {
|
.mdc-top-app-bar__title {
|
||||||
padding-inline-start: 20px;
|
padding-inline-start: 24px;
|
||||||
padding-inline-end: initial;
|
padding-inline-end: initial;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
@@ -216,6 +216,7 @@ export class HaLabelsPicker extends SubscribeMixin(LitElement) {
|
|||||||
ha-input-chip {
|
ha-input-chip {
|
||||||
--md-input-chip-selected-container-color: var(--color, var(--grey-color));
|
--md-input-chip-selected-container-color: var(--color, var(--grey-color));
|
||||||
--ha-input-chip-selected-container-opacity: 0.5;
|
--ha-input-chip-selected-container-opacity: 0.5;
|
||||||
|
--md-input-chip-selected-outline-width: 1px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
@@ -86,6 +86,11 @@ export class HaMarkdown extends LitElement {
|
|||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
hr {
|
||||||
|
border-color: var(--divider-color);
|
||||||
|
border-bottom: none;
|
||||||
|
margin: 16px 0;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -118,6 +118,7 @@ export class HaPasswordField extends LitElement {
|
|||||||
.type=${this._unmaskedPassword ? "text" : "password"}
|
.type=${this._unmaskedPassword ? "text" : "password"}
|
||||||
.suffix=${html`<div style="width: 24px"></div>`}
|
.suffix=${html`<div style="width: 24px"></div>`}
|
||||||
@input=${this._handleInputChange}
|
@input=${this._handleInputChange}
|
||||||
|
@change=${this._reDispatchEvent}
|
||||||
></ha-textfield>
|
></ha-textfield>
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
toggles
|
toggles
|
||||||
@@ -156,6 +157,12 @@ export class HaPasswordField extends LitElement {
|
|||||||
this.value = ev.target.value;
|
this.value = ev.target.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@eventOptions({ passive: true })
|
||||||
|
private _reDispatchEvent(oldEvent: Event) {
|
||||||
|
const newEvent = new Event(oldEvent.type, oldEvent);
|
||||||
|
this.dispatchEvent(newEvent);
|
||||||
|
}
|
||||||
|
|
||||||
static styles = css`
|
static styles = css`
|
||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
import { PropertyValues, ReactiveElement } from "lit";
|
import { PropertyValues, ReactiveElement } from "lit";
|
||||||
|
import { parseISO } from "date-fns";
|
||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import { relativeTime } from "../common/datetime/relative_time";
|
import { relativeTime } from "../common/datetime/relative_time";
|
||||||
import { capitalizeFirstLetter } from "../common/string/capitalize-first-letter";
|
import { capitalizeFirstLetter } from "../common/string/capitalize-first-letter";
|
||||||
@@ -58,7 +59,12 @@ class HaRelativeTime extends ReactiveElement {
|
|||||||
if (!this.datetime) {
|
if (!this.datetime) {
|
||||||
this.innerHTML = this.hass.localize("ui.components.relative_time.never");
|
this.innerHTML = this.hass.localize("ui.components.relative_time.never");
|
||||||
} else {
|
} else {
|
||||||
const relTime = relativeTime(new Date(this.datetime), this.hass.locale);
|
const date =
|
||||||
|
typeof this.datetime === "string"
|
||||||
|
? parseISO(this.datetime)
|
||||||
|
: this.datetime;
|
||||||
|
|
||||||
|
const relTime = relativeTime(date, this.hass.locale);
|
||||||
this.innerHTML = this.capitalize
|
this.innerHTML = this.capitalize
|
||||||
? capitalizeFirstLetter(relTime)
|
? capitalizeFirstLetter(relTime)
|
||||||
: relTime;
|
: relTime;
|
||||||
|
@@ -34,6 +34,7 @@ import {
|
|||||||
expandLabelTarget,
|
expandLabelTarget,
|
||||||
Selector,
|
Selector,
|
||||||
TargetSelector,
|
TargetSelector,
|
||||||
|
TemplateSelector,
|
||||||
} from "../data/selector";
|
} from "../data/selector";
|
||||||
import { HomeAssistant, ValueChangedEvent } from "../types";
|
import { HomeAssistant, ValueChangedEvent } from "../types";
|
||||||
import { documentationUrl } from "../util/documentation-url";
|
import { documentationUrl } from "../util/documentation-url";
|
||||||
@@ -45,6 +46,7 @@ import "./ha-settings-row";
|
|||||||
import "./ha-yaml-editor";
|
import "./ha-yaml-editor";
|
||||||
import type { HaYamlEditor } from "./ha-yaml-editor";
|
import type { HaYamlEditor } from "./ha-yaml-editor";
|
||||||
import "./ha-service-section-icon";
|
import "./ha-service-section-icon";
|
||||||
|
import { hasTemplate } from "../common/string/has-template";
|
||||||
|
|
||||||
const attributeFilter = (values: any[], attribute: any) => {
|
const attributeFilter = (values: any[], attribute: any) => {
|
||||||
if (typeof attribute === "object") {
|
if (typeof attribute === "object") {
|
||||||
@@ -61,6 +63,11 @@ const showOptionalToggle = (field) =>
|
|||||||
!field.required &&
|
!field.required &&
|
||||||
!("boolean" in field.selector && field.default);
|
!("boolean" in field.selector && field.default);
|
||||||
|
|
||||||
|
interface Field extends Omit<HassService["fields"][string], "selector"> {
|
||||||
|
key: string;
|
||||||
|
selector?: Selector;
|
||||||
|
}
|
||||||
|
|
||||||
interface ExtHassService extends Omit<HassService, "fields"> {
|
interface ExtHassService extends Omit<HassService, "fields"> {
|
||||||
fields: Array<
|
fields: Array<
|
||||||
Omit<HassService["fields"][string], "selector"> & {
|
Omit<HassService["fields"][string], "selector"> & {
|
||||||
@@ -70,9 +77,12 @@ interface ExtHassService extends Omit<HassService, "fields"> {
|
|||||||
collapsed?: boolean;
|
collapsed?: boolean;
|
||||||
}
|
}
|
||||||
>;
|
>;
|
||||||
|
flatFields: Array<Field>;
|
||||||
hasSelector: string[];
|
hasSelector: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const TEMPLATE_SELECTOR: TemplateSelector = { template: {} };
|
||||||
|
|
||||||
@customElement("ha-service-control")
|
@customElement("ha-service-control")
|
||||||
export class HaServiceControl extends LitElement {
|
export class HaServiceControl extends LitElement {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
@@ -177,7 +187,7 @@ export class HaServiceControl extends LitElement {
|
|||||||
if (!this._value.data) {
|
if (!this._value.data) {
|
||||||
this._value.data = {};
|
this._value.data = {};
|
||||||
}
|
}
|
||||||
serviceData.fields.forEach((field) => {
|
serviceData.flatFields.forEach((field) => {
|
||||||
if (
|
if (
|
||||||
field.selector &&
|
field.selector &&
|
||||||
field.required &&
|
field.required &&
|
||||||
@@ -241,22 +251,28 @@ export class HaServiceControl extends LitElement {
|
|||||||
selector: value.selector as Selector | undefined,
|
selector: value.selector as Selector | undefined,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
const flatFields: Field[] = [];
|
||||||
const hasSelector: string[] = [];
|
const hasSelector: string[] = [];
|
||||||
fields.forEach((field) => {
|
fields.forEach((field) => {
|
||||||
if ((field as any).fields) {
|
if ((field as any).fields) {
|
||||||
Object.entries((field as any).fields).forEach(([key, subField]) => {
|
Object.entries((field as any).fields).forEach(([key, subField]) => {
|
||||||
|
flatFields.push({ ...(subField as Field), key });
|
||||||
if ((subField as any).selector) {
|
if ((subField as any).selector) {
|
||||||
hasSelector.push(key);
|
hasSelector.push(key);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if (field.selector) {
|
} else {
|
||||||
hasSelector.push(field.key);
|
flatFields.push(field);
|
||||||
|
if (field.selector) {
|
||||||
|
hasSelector.push(field.key);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
...serviceDomains[domain][serviceName],
|
...serviceDomains[domain][serviceName],
|
||||||
fields,
|
fields,
|
||||||
|
flatFields,
|
||||||
hasSelector,
|
hasSelector,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -397,7 +413,7 @@ export class HaServiceControl extends LitElement {
|
|||||||
|
|
||||||
const hasOptional = Boolean(
|
const hasOptional = Boolean(
|
||||||
!shouldRenderServiceDataYaml &&
|
!shouldRenderServiceDataYaml &&
|
||||||
serviceData?.fields.some((field) => showOptionalToggle(field))
|
serviceData?.flatFields.some((field) => showOptionalToggle(field))
|
||||||
);
|
);
|
||||||
|
|
||||||
const targetEntities = this._getTargetedEntities(
|
const targetEntities = this._getTargetedEntities(
|
||||||
@@ -466,7 +482,8 @@ export class HaServiceControl extends LitElement {
|
|||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
"ui.components.service-control.target_secondary"
|
"ui.components.service-control.target_secondary"
|
||||||
)}</span
|
)}</span
|
||||||
><ha-selector
|
>
|
||||||
|
<ha-selector
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.selector=${this._targetSelector(
|
.selector=${this._targetSelector(
|
||||||
serviceData.target as TargetSelector
|
serviceData.target as TargetSelector
|
||||||
@@ -499,8 +516,23 @@ export class HaServiceControl extends LitElement {
|
|||||||
.defaultValue=${this._value?.data}
|
.defaultValue=${this._value?.data}
|
||||||
@value-changed=${this._dataChanged}
|
@value-changed=${this._dataChanged}
|
||||||
></ha-yaml-editor>`
|
></ha-yaml-editor>`
|
||||||
: serviceData?.fields.map((dataField) =>
|
: serviceData?.fields.map((dataField) => {
|
||||||
dataField.fields
|
if (!dataField.fields) {
|
||||||
|
return this._renderField(
|
||||||
|
dataField,
|
||||||
|
hasOptional,
|
||||||
|
domain,
|
||||||
|
serviceName,
|
||||||
|
targetEntities
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const fields = Object.entries(dataField.fields).map(
|
||||||
|
([key, field]) => ({ key, ...field })
|
||||||
|
);
|
||||||
|
|
||||||
|
return fields.length &&
|
||||||
|
this._hasFilteredFields(fields, targetEntities)
|
||||||
? html`<ha-expansion-panel
|
? html`<ha-expansion-panel
|
||||||
leftChevron
|
leftChevron
|
||||||
.expanded=${!dataField.collapsed}
|
.expanded=${!dataField.collapsed}
|
||||||
@@ -531,14 +563,8 @@ export class HaServiceControl extends LitElement {
|
|||||||
)
|
)
|
||||||
)}
|
)}
|
||||||
</ha-expansion-panel>`
|
</ha-expansion-panel>`
|
||||||
: this._renderField(
|
: nothing;
|
||||||
dataField,
|
})} `;
|
||||||
hasOptional,
|
|
||||||
domain,
|
|
||||||
serviceName,
|
|
||||||
targetEntities
|
|
||||||
)
|
|
||||||
)} `;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private _getSectionDescription(
|
private _getSectionDescription(
|
||||||
@@ -551,6 +577,16 @@ export class HaServiceControl extends LitElement {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private _hasFilteredFields(
|
||||||
|
dataFields: ExtHassService["fields"],
|
||||||
|
targetEntities: string[]
|
||||||
|
) {
|
||||||
|
return dataFields.some(
|
||||||
|
(dataField) =>
|
||||||
|
!dataField.filter || this._filterField(dataField.filter, targetEntities)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
private _renderField = (
|
private _renderField = (
|
||||||
dataField: ExtHassService["fields"][number],
|
dataField: ExtHassService["fields"][number],
|
||||||
hasOptional: boolean,
|
hasOptional: boolean,
|
||||||
@@ -608,23 +644,34 @@ export class HaServiceControl extends LitElement {
|
|||||||
`component.${domain}.services.${serviceName}.fields.${dataField.key}.description`
|
`component.${domain}.services.${serviceName}.fields.${dataField.key}.description`
|
||||||
) || dataField?.description}</span
|
) || dataField?.description}</span
|
||||||
>
|
>
|
||||||
<ha-selector
|
${hasTemplate(this._value?.data?.[dataField.key])
|
||||||
.disabled=${this.disabled ||
|
? html`
|
||||||
(showOptional &&
|
<ha-selector
|
||||||
!this._checkedKeys.has(dataField.key) &&
|
.selector=${TEMPLATE_SELECTOR}
|
||||||
(!this._value?.data ||
|
.key=${dataField.key}
|
||||||
this._value.data[dataField.key] === undefined))}
|
.hass=${this.hass}
|
||||||
.hass=${this.hass}
|
.value=${this._value?.data?.[dataField.key]}
|
||||||
.selector=${enhancedSelector}
|
.disabled=${this.disabled}
|
||||||
.key=${dataField.key}
|
@value-changed=${this._serviceDataChanged}
|
||||||
@value-changed=${this._serviceDataChanged}
|
></ha-selector>
|
||||||
.value=${this._value?.data
|
`
|
||||||
? this._value.data[dataField.key]
|
: html`
|
||||||
: undefined}
|
<ha-selector
|
||||||
.placeholder=${dataField.default}
|
.disabled=${this.disabled ||
|
||||||
.localizeValue=${this._localizeValueCallback}
|
(showOptional &&
|
||||||
@item-moved=${this._itemMoved}
|
!this._checkedKeys.has(dataField.key) &&
|
||||||
></ha-selector>
|
(!this._value?.data ||
|
||||||
|
this._value.data[dataField.key] === undefined))}
|
||||||
|
.hass=${this.hass}
|
||||||
|
.selector=${enhancedSelector}
|
||||||
|
.key=${dataField.key}
|
||||||
|
@value-changed=${this._serviceDataChanged}
|
||||||
|
.value=${this._value?.data?.[dataField.key]}
|
||||||
|
.placeholder=${dataField.default}
|
||||||
|
.localizeValue=${this._localizeValueCallback}
|
||||||
|
@item-moved=${this._itemMoved}
|
||||||
|
></ha-selector>
|
||||||
|
`}
|
||||||
</ha-settings-row>`
|
</ha-settings-row>`
|
||||||
: "";
|
: "";
|
||||||
};
|
};
|
||||||
@@ -648,7 +695,7 @@ export class HaServiceControl extends LitElement {
|
|||||||
const field = this._getServiceInfo(
|
const field = this._getServiceInfo(
|
||||||
this._value?.action,
|
this._value?.action,
|
||||||
this.hass.services
|
this.hass.services
|
||||||
)?.fields.find((_field) => _field.key === key);
|
)?.flatFields.find((_field) => _field.key === key);
|
||||||
|
|
||||||
let defaultValue = field?.default;
|
let defaultValue = field?.default;
|
||||||
|
|
||||||
|
@@ -42,14 +42,17 @@ export class HaSettingsRow extends LitElement {
|
|||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-inline-start: 0;
|
padding-inline-start: 0;
|
||||||
padding-right: 16x;
|
padding-right: 16px;
|
||||||
padding-inline-end: 16px;
|
padding-inline-end: 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: var(--layout-vertical_-_display);
|
display: var(--layout-vertical_-_display, flex);
|
||||||
flex-direction: var(--layout-vertical_-_flex-direction);
|
flex-direction: var(--layout-vertical_-_flex-direction, column);
|
||||||
justify-content: var(--layout-center-justified_-_justify-content);
|
justify-content: var(
|
||||||
flex: var(--layout-flex_-_flex);
|
--layout-center-justified_-_justify-content,
|
||||||
flex-basis: var(--layout-flex_-_flex-basis);
|
center
|
||||||
|
);
|
||||||
|
flex: var(--layout-flex_-_flex, 1);
|
||||||
|
flex-basis: var(--layout-flex_-_flex-basis, 0.000000001px);
|
||||||
}
|
}
|
||||||
.body[three-line] {
|
.body[three-line] {
|
||||||
min-height: var(--paper-item-body-three-line-min-height, 88px);
|
min-height: var(--paper-item-body-three-line-min-height, 88px);
|
||||||
|
@@ -859,11 +859,14 @@ class HaSidebar extends SubscribeMixin(LitElement) {
|
|||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--sidebar-menu-button-text-color, --primary-text-color);
|
color: var(
|
||||||
|
--sidebar-menu-button-text-color,
|
||||||
|
var(--primary-text-color)
|
||||||
|
);
|
||||||
border-bottom: 1px solid var(--divider-color);
|
border-bottom: 1px solid var(--divider-color);
|
||||||
background-color: var(
|
background-color: var(
|
||||||
--sidebar-menu-button-background-color,
|
--sidebar-menu-button-background-color,
|
||||||
--primary-background-color
|
var(--primary-background-color)
|
||||||
);
|
);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@@ -1,8 +1,49 @@
|
|||||||
import { customElement } from "lit/decorators";
|
|
||||||
import { Snackbar } from "@material/mwc-snackbar/mwc-snackbar";
|
import { Snackbar } from "@material/mwc-snackbar/mwc-snackbar";
|
||||||
|
import { styles } from "@material/mwc-snackbar/mwc-snackbar.css";
|
||||||
|
import { css } from "lit";
|
||||||
|
import { customElement } from "lit/decorators";
|
||||||
|
|
||||||
@customElement("ha-toast")
|
@customElement("ha-toast")
|
||||||
export class HaToast extends Snackbar {}
|
export class HaToast extends Snackbar {
|
||||||
|
static override styles = [
|
||||||
|
styles,
|
||||||
|
css`
|
||||||
|
.mdc-snackbar--leading {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdc-snackbar {
|
||||||
|
margin: 8px;
|
||||||
|
right: calc(8px + env(safe-area-inset-right));
|
||||||
|
bottom: calc(8px + env(safe-area-inset-bottom));
|
||||||
|
left: calc(8px + env(safe-area-inset-left));
|
||||||
|
}
|
||||||
|
|
||||||
|
.mdc-snackbar__surface {
|
||||||
|
min-width: 350px;
|
||||||
|
max-width: 650px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Revert the default styles set by mwc-snackbar
|
||||||
|
@media (max-width: 480px), (max-width: 344px) {
|
||||||
|
.mdc-snackbar__surface {
|
||||||
|
min-width: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: 450px), all and (max-height: 500px) {
|
||||||
|
.mdc-snackbar {
|
||||||
|
right: env(safe-area-inset-right);
|
||||||
|
bottom: env(safe-area-inset-bottom);
|
||||||
|
left: env(safe-area-inset-left);
|
||||||
|
}
|
||||||
|
.mdc-snackbar__surface {
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
|
@@ -24,7 +24,7 @@ export class HaTopAppBarFixed extends TopAppBarFixedBase {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
.mdc-top-app-bar__title {
|
.mdc-top-app-bar__title {
|
||||||
padding-inline-start: 20px;
|
padding-inline-start: 24px;
|
||||||
padding-inline-end: initial;
|
padding-inline-end: initial;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
@@ -321,7 +321,7 @@ export class TopAppBarBaseBase extends BaseElement {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.mdc-top-app-bar__title {
|
.mdc-top-app-bar__title {
|
||||||
padding-inline-start: 20px;
|
padding-inline-start: 24px;
|
||||||
padding-inline-end: initial;
|
padding-inline-end: initial;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
/* eslint-disable no-console */
|
/* eslint-disable no-console */
|
||||||
|
import { UnsubscribeFunc } from "home-assistant-js-websocket";
|
||||||
import {
|
import {
|
||||||
css,
|
css,
|
||||||
CSSResultGroup,
|
CSSResultGroup,
|
||||||
@@ -11,9 +12,12 @@ import { customElement, property, query, state } from "lit/decorators";
|
|||||||
import { ifDefined } from "lit/directives/if-defined";
|
import { ifDefined } from "lit/directives/if-defined";
|
||||||
import { fireEvent } from "../common/dom/fire_event";
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
import {
|
import {
|
||||||
|
addWebRtcCandidate,
|
||||||
fetchWebRtcClientConfiguration,
|
fetchWebRtcClientConfiguration,
|
||||||
handleWebRtcOffer,
|
|
||||||
WebRtcAnswer,
|
WebRtcAnswer,
|
||||||
|
WebRTCClientConfiguration,
|
||||||
|
webRtcOffer,
|
||||||
|
WebRtcOfferEvent,
|
||||||
} from "../data/camera";
|
} from "../data/camera";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import "./ha-alert";
|
import "./ha-alert";
|
||||||
@@ -27,7 +31,7 @@ import "./ha-alert";
|
|||||||
class HaWebRtcPlayer extends LitElement {
|
class HaWebRtcPlayer extends LitElement {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
|
||||||
@property() public entityid!: string;
|
@property() public entityid?: string;
|
||||||
|
|
||||||
@property({ type: Boolean, attribute: "controls" })
|
@property({ type: Boolean, attribute: "controls" })
|
||||||
public controls = false;
|
public controls = false;
|
||||||
@@ -45,12 +49,20 @@ class HaWebRtcPlayer extends LitElement {
|
|||||||
|
|
||||||
@state() private _error?: string;
|
@state() private _error?: string;
|
||||||
|
|
||||||
@query("#remote-stream", true) private _videoEl!: HTMLVideoElement;
|
@query("#remote-stream") private _videoEl!: HTMLVideoElement;
|
||||||
|
|
||||||
|
private _clientConfig?: WebRTCClientConfiguration;
|
||||||
|
|
||||||
private _peerConnection?: RTCPeerConnection;
|
private _peerConnection?: RTCPeerConnection;
|
||||||
|
|
||||||
private _remoteStream?: MediaStream;
|
private _remoteStream?: MediaStream;
|
||||||
|
|
||||||
|
private _unsub?: Promise<UnsubscribeFunc>;
|
||||||
|
|
||||||
|
private _sessionId?: string;
|
||||||
|
|
||||||
|
private _candidatesList: string[] = [];
|
||||||
|
|
||||||
protected override render(): TemplateResult {
|
protected override render(): TemplateResult {
|
||||||
if (this._error) {
|
if (this._error) {
|
||||||
return html`<ha-alert alert-type="error">${this._error}</ha-alert>`;
|
return html`<ha-alert alert-type="error">${this._error}</ha-alert>`;
|
||||||
@@ -70,7 +82,7 @@ class HaWebRtcPlayer extends LitElement {
|
|||||||
|
|
||||||
public override connectedCallback() {
|
public override connectedCallback() {
|
||||||
super.connectedCallback();
|
super.connectedCallback();
|
||||||
if (this.hasUpdated) {
|
if (this.hasUpdated && this.entityid) {
|
||||||
this._startWebRtc();
|
this._startWebRtc();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -80,7 +92,8 @@ class HaWebRtcPlayer extends LitElement {
|
|||||||
this._cleanUp();
|
this._cleanUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override updated(changedProperties: PropertyValues<this>) {
|
protected override willUpdate(changedProperties: PropertyValues<this>) {
|
||||||
|
super.willUpdate(changedProperties);
|
||||||
if (!changedProperties.has("entityid")) {
|
if (!changedProperties.has("entityid")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -88,28 +101,68 @@ class HaWebRtcPlayer extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async _startWebRtc(): Promise<void> {
|
private async _startWebRtc(): Promise<void> {
|
||||||
|
this._cleanUp();
|
||||||
|
|
||||||
|
if (!this.hass || !this.entityid) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
console.time("WebRTC");
|
console.time("WebRTC");
|
||||||
|
|
||||||
this._error = undefined;
|
this._error = undefined;
|
||||||
|
|
||||||
console.timeLog("WebRTC", "start clientConfig");
|
console.timeLog("WebRTC", "start clientConfig");
|
||||||
|
|
||||||
const clientConfig = await fetchWebRtcClientConfiguration(
|
this._clientConfig = await fetchWebRtcClientConfiguration(
|
||||||
this.hass,
|
this.hass,
|
||||||
this.entityid
|
this.entityid
|
||||||
);
|
);
|
||||||
|
|
||||||
console.timeLog("WebRTC", "end clientConfig", clientConfig);
|
console.timeLog("WebRTC", "end clientConfig", this._clientConfig);
|
||||||
|
|
||||||
const peerConnection = new RTCPeerConnection(clientConfig.configuration);
|
this._peerConnection = new RTCPeerConnection(
|
||||||
|
this._clientConfig.configuration
|
||||||
|
);
|
||||||
|
|
||||||
if (clientConfig.dataChannel) {
|
if (this._clientConfig.dataChannel) {
|
||||||
// Some cameras (such as nest) require a data channel to establish a stream
|
// Some cameras (such as nest) require a data channel to establish a stream
|
||||||
// however, not used by any integrations.
|
// however, not used by any integrations.
|
||||||
peerConnection.createDataChannel(clientConfig.dataChannel);
|
this._peerConnection.createDataChannel(this._clientConfig.dataChannel);
|
||||||
|
}
|
||||||
|
|
||||||
|
this._peerConnection.onnegotiationneeded = this._startNegotiation;
|
||||||
|
|
||||||
|
this._peerConnection.onicecandidate = this._handleIceCandidate;
|
||||||
|
this._peerConnection.oniceconnectionstatechange =
|
||||||
|
this._iceConnectionStateChanged;
|
||||||
|
|
||||||
|
// just for debugging
|
||||||
|
this._peerConnection.onsignalingstatechange = (ev) => {
|
||||||
|
switch ((ev.target as RTCPeerConnection).signalingState) {
|
||||||
|
case "stable":
|
||||||
|
console.timeLog("WebRTC", "ICE negotiation complete");
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
console.timeLog(
|
||||||
|
"WebRTC",
|
||||||
|
"Signaling state changed",
|
||||||
|
(ev.target as RTCPeerConnection).signalingState
|
||||||
|
);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// Setup callbacks to render remote stream once media tracks are discovered.
|
||||||
|
this._remoteStream = new MediaStream();
|
||||||
|
this._peerConnection.ontrack = this._addTrack;
|
||||||
|
|
||||||
|
this._peerConnection.addTransceiver("audio", { direction: "recvonly" });
|
||||||
|
this._peerConnection.addTransceiver("video", { direction: "recvonly" });
|
||||||
|
}
|
||||||
|
|
||||||
|
private _startNegotiation = async () => {
|
||||||
|
if (!this._peerConnection) {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
peerConnection.addTransceiver("audio", { direction: "recvonly" });
|
|
||||||
peerConnection.addTransceiver("video", { direction: "recvonly" });
|
|
||||||
|
|
||||||
const offerOptions: RTCOfferOptions = {
|
const offerOptions: RTCOfferOptions = {
|
||||||
offerToReceiveAudio: true,
|
offerToReceiveAudio: true,
|
||||||
@@ -119,98 +172,218 @@ class HaWebRtcPlayer extends LitElement {
|
|||||||
console.timeLog("WebRTC", "start createOffer", offerOptions);
|
console.timeLog("WebRTC", "start createOffer", offerOptions);
|
||||||
|
|
||||||
const offer: RTCSessionDescriptionInit =
|
const offer: RTCSessionDescriptionInit =
|
||||||
await peerConnection.createOffer(offerOptions);
|
await this._peerConnection.createOffer(offerOptions);
|
||||||
|
|
||||||
|
if (!this._peerConnection) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
console.timeLog("WebRTC", "end createOffer", offer);
|
console.timeLog("WebRTC", "end createOffer", offer);
|
||||||
|
|
||||||
console.timeLog("WebRTC", "start setLocalDescription");
|
console.timeLog("WebRTC", "start setLocalDescription");
|
||||||
|
|
||||||
await peerConnection.setLocalDescription(offer);
|
await this._peerConnection.setLocalDescription(offer);
|
||||||
|
|
||||||
console.timeLog("WebRTC", "end setLocalDescription");
|
if (!this._peerConnection || !this.entityid) {
|
||||||
|
|
||||||
console.timeLog("WebRTC", "start iceResolver");
|
|
||||||
|
|
||||||
let candidates = ""; // Build an Offer SDP string with ice candidates
|
|
||||||
const iceResolver = new Promise<void>((resolve) => {
|
|
||||||
peerConnection.addEventListener("icecandidate", (event) => {
|
|
||||||
if (!event.candidate?.candidate) {
|
|
||||||
resolve(); // Gathering complete
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
console.timeLog("WebRTC", "iceResolver candidate", event.candidate);
|
|
||||||
candidates += `a=${event.candidate.candidate}\r\n`;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
await iceResolver;
|
|
||||||
|
|
||||||
console.timeLog("WebRTC", "end iceResolver", candidates);
|
|
||||||
|
|
||||||
const offer_sdp = offer.sdp! + candidates;
|
|
||||||
|
|
||||||
let webRtcAnswer: WebRtcAnswer;
|
|
||||||
try {
|
|
||||||
console.timeLog("WebRTC", "start WebRTCOffer", offer_sdp);
|
|
||||||
webRtcAnswer = await handleWebRtcOffer(
|
|
||||||
this.hass,
|
|
||||||
this.entityid,
|
|
||||||
offer_sdp
|
|
||||||
);
|
|
||||||
console.timeLog("WebRTC", "end webRtcOffer", webRtcAnswer);
|
|
||||||
} catch (err: any) {
|
|
||||||
this._error = "Failed to start WebRTC stream: " + err.message;
|
|
||||||
peerConnection.close();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setup callbacks to render remote stream once media tracks are discovered.
|
console.timeLog("WebRTC", "end setLocalDescription");
|
||||||
const remoteStream = new MediaStream();
|
|
||||||
peerConnection.addEventListener("track", (event) => {
|
let candidates = "";
|
||||||
console.timeLog("WebRTC", "track", event);
|
|
||||||
remoteStream.addTrack(event.track);
|
if (this._clientConfig?.getCandidatesUpfront) {
|
||||||
this._videoEl.srcObject = remoteStream;
|
await new Promise<void>((resolve) => {
|
||||||
});
|
this._peerConnection!.onicegatheringstatechange = (ev: Event) => {
|
||||||
this._remoteStream = remoteStream;
|
const iceGatheringState = (ev.target as RTCPeerConnection)
|
||||||
|
.iceGatheringState;
|
||||||
|
if (iceGatheringState === "complete") {
|
||||||
|
this._peerConnection!.onicegatheringstatechange = null;
|
||||||
|
resolve();
|
||||||
|
}
|
||||||
|
|
||||||
|
console.timeLog(
|
||||||
|
"WebRTC",
|
||||||
|
"Ice gathering state changed",
|
||||||
|
iceGatheringState
|
||||||
|
);
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!this._peerConnection || !this.entityid) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
while (this._candidatesList.length) {
|
||||||
|
const candidate = this._candidatesList.pop();
|
||||||
|
if (candidate) {
|
||||||
|
candidates += `a=${candidate}\r\n`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const offer_sdp = offer.sdp! + candidates;
|
||||||
|
|
||||||
|
console.timeLog("WebRTC", "start webRtcOffer", offer_sdp);
|
||||||
|
|
||||||
|
try {
|
||||||
|
this._unsub = webRtcOffer(this.hass, this.entityid, offer_sdp, (event) =>
|
||||||
|
this._handleOfferEvent(event)
|
||||||
|
);
|
||||||
|
} catch (err: any) {
|
||||||
|
this._error = "Failed to start WebRTC stream: " + err.message;
|
||||||
|
this._cleanUp();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
private _iceConnectionStateChanged = () => {
|
||||||
|
console.timeLog(
|
||||||
|
"WebRTC",
|
||||||
|
"ice connection state change",
|
||||||
|
this._peerConnection?.iceConnectionState
|
||||||
|
);
|
||||||
|
if (this._peerConnection?.iceConnectionState === "failed") {
|
||||||
|
this._peerConnection.restartIce();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
private async _handleOfferEvent(event: WebRtcOfferEvent) {
|
||||||
|
if (!this.entityid) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (event.type === "session") {
|
||||||
|
this._sessionId = event.session_id;
|
||||||
|
this._candidatesList.forEach((candidate) =>
|
||||||
|
addWebRtcCandidate(
|
||||||
|
this.hass,
|
||||||
|
this.entityid!,
|
||||||
|
event.session_id,
|
||||||
|
candidate
|
||||||
|
)
|
||||||
|
);
|
||||||
|
this._candidatesList = [];
|
||||||
|
}
|
||||||
|
if (event.type === "answer") {
|
||||||
|
console.timeLog("WebRTC", "answer", event.answer);
|
||||||
|
|
||||||
|
this._handleAnswer(event);
|
||||||
|
}
|
||||||
|
if (event.type === "candidate") {
|
||||||
|
console.timeLog("WebRTC", "remote ice candidate", event.candidate);
|
||||||
|
|
||||||
|
try {
|
||||||
|
await this._peerConnection?.addIceCandidate(
|
||||||
|
new RTCIceCandidate({ candidate: event.candidate, sdpMid: "0" })
|
||||||
|
);
|
||||||
|
} catch (err: any) {
|
||||||
|
console.error(err);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (event.type === "error") {
|
||||||
|
this._error = "Failed to start WebRTC stream: " + event.message;
|
||||||
|
this._cleanUp();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private _handleIceCandidate = (event: RTCPeerConnectionIceEvent) => {
|
||||||
|
if (!this.entityid || !event.candidate?.candidate) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
console.timeLog(
|
||||||
|
"WebRTC",
|
||||||
|
"local ice candidate",
|
||||||
|
event.candidate?.candidate
|
||||||
|
);
|
||||||
|
|
||||||
|
if (this._sessionId) {
|
||||||
|
addWebRtcCandidate(
|
||||||
|
this.hass,
|
||||||
|
this.entityid,
|
||||||
|
this._sessionId,
|
||||||
|
event.candidate?.candidate
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
this._candidatesList.push(event.candidate?.candidate);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
private _addTrack = async (event: RTCTrackEvent) => {
|
||||||
|
if (!this._remoteStream) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this._remoteStream.addTrack(event.track);
|
||||||
|
if (!this.hasUpdated) {
|
||||||
|
await this.updateComplete;
|
||||||
|
}
|
||||||
|
this._videoEl.srcObject = this._remoteStream;
|
||||||
|
};
|
||||||
|
|
||||||
|
private async _handleAnswer(event: WebRtcAnswer) {
|
||||||
|
if (
|
||||||
|
!this._peerConnection?.signalingState ||
|
||||||
|
["stable", "closed"].includes(this._peerConnection.signalingState)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Initiate the stream with the remote device
|
// Initiate the stream with the remote device
|
||||||
const remoteDesc = new RTCSessionDescription({
|
const remoteDesc = new RTCSessionDescription({
|
||||||
type: "answer",
|
type: "answer",
|
||||||
sdp: webRtcAnswer.answer,
|
sdp: event.answer,
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
console.timeLog("WebRTC", "start setRemoteDescription", remoteDesc);
|
console.timeLog("WebRTC", "start setRemoteDescription", remoteDesc);
|
||||||
await peerConnection.setRemoteDescription(remoteDesc);
|
await this._peerConnection.setRemoteDescription(remoteDesc);
|
||||||
console.timeLog("WebRTC", "end setRemoteDescription");
|
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
this._error = "Failed to connect WebRTC stream: " + err.message;
|
this._error = "Failed to connect WebRTC stream: " + err.message;
|
||||||
peerConnection.close();
|
this._cleanUp();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
this._peerConnection = peerConnection;
|
console.timeLog("WebRTC", "end setRemoteDescription");
|
||||||
}
|
}
|
||||||
|
|
||||||
private _cleanUp() {
|
private _cleanUp() {
|
||||||
|
console.timeLog("WebRTC", "stopped");
|
||||||
|
console.timeEnd("WebRTC");
|
||||||
|
|
||||||
if (this._remoteStream) {
|
if (this._remoteStream) {
|
||||||
this._remoteStream.getTracks().forEach((track) => {
|
this._remoteStream.getTracks().forEach((track) => {
|
||||||
track.stop();
|
track.stop();
|
||||||
});
|
});
|
||||||
|
|
||||||
this._remoteStream = undefined;
|
this._remoteStream = undefined;
|
||||||
}
|
}
|
||||||
if (this._videoEl) {
|
const videoEl = this._videoEl;
|
||||||
this._videoEl.removeAttribute("src");
|
if (videoEl) {
|
||||||
this._videoEl.load();
|
videoEl.removeAttribute("src");
|
||||||
|
videoEl.load();
|
||||||
}
|
}
|
||||||
if (this._peerConnection) {
|
if (this._peerConnection) {
|
||||||
this._peerConnection.close();
|
this._peerConnection.close();
|
||||||
|
|
||||||
|
this._peerConnection.onnegotiationneeded = null;
|
||||||
|
this._peerConnection.onicecandidate = null;
|
||||||
|
this._peerConnection.oniceconnectionstatechange = null;
|
||||||
|
this._peerConnection.onicegatheringstatechange = null;
|
||||||
|
this._peerConnection.ontrack = null;
|
||||||
|
|
||||||
|
// just for debugging
|
||||||
|
this._peerConnection.onsignalingstatechange = null;
|
||||||
|
|
||||||
this._peerConnection = undefined;
|
this._peerConnection = undefined;
|
||||||
}
|
}
|
||||||
|
this._unsub?.then((unsub) => unsub());
|
||||||
|
this._unsub = undefined;
|
||||||
|
this._sessionId = undefined;
|
||||||
|
this._candidatesList = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
private _loadedData() {
|
private _loadedData() {
|
||||||
console.timeLog("WebRTC", "loadedData");
|
|
||||||
console.timeEnd("WebRTC");
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
fireEvent(this, "load");
|
fireEvent(this, "load");
|
||||||
|
|
||||||
|
console.timeLog("WebRTC", "loadedData");
|
||||||
|
console.timeEnd("WebRTC");
|
||||||
}
|
}
|
||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
|
@@ -43,6 +43,7 @@ class HaEntityMarker extends LitElement {
|
|||||||
.marker {
|
.marker {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
|
@@ -22,8 +22,13 @@ import { formatDateTimeWithSeconds } from "../../common/datetime/format_date_tim
|
|||||||
import { relativeTime } from "../../common/datetime/relative_time";
|
import { relativeTime } from "../../common/datetime/relative_time";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
import { toggleAttribute } from "../../common/dom/toggle_attribute";
|
import { toggleAttribute } from "../../common/dom/toggle_attribute";
|
||||||
import { fullEntitiesContext, labelsContext } from "../../data/context";
|
import {
|
||||||
|
floorsContext,
|
||||||
|
fullEntitiesContext,
|
||||||
|
labelsContext,
|
||||||
|
} from "../../data/context";
|
||||||
import { EntityRegistryEntry } from "../../data/entity_registry";
|
import { EntityRegistryEntry } from "../../data/entity_registry";
|
||||||
|
import { FloorRegistryEntry } from "../../data/floor_registry";
|
||||||
import { LabelRegistryEntry } from "../../data/label_registry";
|
import { LabelRegistryEntry } from "../../data/label_registry";
|
||||||
import { LogbookEntry } from "../../data/logbook";
|
import { LogbookEntry } from "../../data/logbook";
|
||||||
import {
|
import {
|
||||||
@@ -201,6 +206,7 @@ class ActionRenderer {
|
|||||||
private hass: HomeAssistant,
|
private hass: HomeAssistant,
|
||||||
private entityReg: EntityRegistryEntry[],
|
private entityReg: EntityRegistryEntry[],
|
||||||
private labelReg: LabelRegistryEntry[],
|
private labelReg: LabelRegistryEntry[],
|
||||||
|
private floorReg: { [id: string]: FloorRegistryEntry },
|
||||||
private entries: TemplateResult[],
|
private entries: TemplateResult[],
|
||||||
private trace: AutomationTraceExtended,
|
private trace: AutomationTraceExtended,
|
||||||
private logbookRenderer: LogbookRenderer,
|
private logbookRenderer: LogbookRenderer,
|
||||||
@@ -319,6 +325,7 @@ class ActionRenderer {
|
|||||||
this.hass,
|
this.hass,
|
||||||
this.entityReg,
|
this.entityReg,
|
||||||
this.labelReg,
|
this.labelReg,
|
||||||
|
this.floorReg,
|
||||||
data,
|
data,
|
||||||
actionType
|
actionType
|
||||||
),
|
),
|
||||||
@@ -486,7 +493,13 @@ class ActionRenderer {
|
|||||||
|
|
||||||
const name =
|
const name =
|
||||||
repeatConfig.alias ||
|
repeatConfig.alias ||
|
||||||
describeAction(this.hass, this.entityReg, this.labelReg, repeatConfig);
|
describeAction(
|
||||||
|
this.hass,
|
||||||
|
this.entityReg,
|
||||||
|
this.labelReg,
|
||||||
|
this.floorReg,
|
||||||
|
repeatConfig
|
||||||
|
);
|
||||||
|
|
||||||
this._renderEntry(repeatPath, name, undefined, disabled);
|
this._renderEntry(repeatPath, name, undefined, disabled);
|
||||||
|
|
||||||
@@ -584,6 +597,7 @@ class ActionRenderer {
|
|||||||
this.hass,
|
this.hass,
|
||||||
this.entityReg,
|
this.entityReg,
|
||||||
this.labelReg,
|
this.labelReg,
|
||||||
|
this.floorReg,
|
||||||
sequenceConfig,
|
sequenceConfig,
|
||||||
"sequence"
|
"sequence"
|
||||||
),
|
),
|
||||||
@@ -680,6 +694,10 @@ export class HaAutomationTracer extends LitElement {
|
|||||||
@consume({ context: labelsContext, subscribe: true })
|
@consume({ context: labelsContext, subscribe: true })
|
||||||
_labelReg!: LabelRegistryEntry[];
|
_labelReg!: LabelRegistryEntry[];
|
||||||
|
|
||||||
|
@state()
|
||||||
|
@consume({ context: floorsContext, subscribe: true })
|
||||||
|
_floorReg!: { [id: string]: FloorRegistryEntry };
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
if (!this.trace) {
|
if (!this.trace) {
|
||||||
return nothing;
|
return nothing;
|
||||||
@@ -697,6 +715,7 @@ export class HaAutomationTracer extends LitElement {
|
|||||||
this.hass,
|
this.hass,
|
||||||
this._entityReg,
|
this._entityReg,
|
||||||
this._labelReg,
|
this._labelReg,
|
||||||
|
this._floorReg,
|
||||||
entries,
|
entries,
|
||||||
this.trace,
|
this.trace,
|
||||||
logbookRenderer,
|
logbookRenderer,
|
||||||
|
@@ -167,7 +167,7 @@ export interface TagTrigger extends BaseTrigger {
|
|||||||
|
|
||||||
export interface TimeTrigger extends BaseTrigger {
|
export interface TimeTrigger extends BaseTrigger {
|
||||||
trigger: "time";
|
trigger: "time";
|
||||||
at: string;
|
at: string | { entity_id: string; offset?: string };
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TemplateTrigger extends BaseTrigger {
|
export interface TemplateTrigger extends BaseTrigger {
|
||||||
|
@@ -8,6 +8,7 @@ import {
|
|||||||
import secondsToDuration from "../common/datetime/seconds_to_duration";
|
import secondsToDuration from "../common/datetime/seconds_to_duration";
|
||||||
import { computeAttributeNameDisplay } from "../common/entity/compute_attribute_display";
|
import { computeAttributeNameDisplay } from "../common/entity/compute_attribute_display";
|
||||||
import { computeStateName } from "../common/entity/compute_state_name";
|
import { computeStateName } from "../common/entity/compute_state_name";
|
||||||
|
import { isValidEntityId } from "../common/entity/valid_entity_id";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import { Condition, ForDict, Trigger } from "./automation";
|
import { Condition, ForDict, Trigger } from "./automation";
|
||||||
import {
|
import {
|
||||||
@@ -371,13 +372,22 @@ const tryDescribeTrigger = (
|
|||||||
|
|
||||||
// Time Trigger
|
// Time Trigger
|
||||||
if (trigger.trigger === "time" && trigger.at) {
|
if (trigger.trigger === "time" && trigger.at) {
|
||||||
const result = ensureArray(trigger.at).map((at) =>
|
const result = ensureArray(trigger.at).map((at) => {
|
||||||
typeof at !== "string"
|
if (typeof at === "string") {
|
||||||
? at
|
if (isValidEntityId(at)) {
|
||||||
: at.includes(".")
|
return `entity ${hass.states[at] ? computeStateName(hass.states[at]) : at}`;
|
||||||
? `entity ${hass.states[at] ? computeStateName(hass.states[at]) : at}`
|
}
|
||||||
: localizeTimeString(at, hass.locale, hass.config)
|
return localizeTimeString(at, hass.locale, hass.config);
|
||||||
);
|
}
|
||||||
|
const entityStr = `entity ${hass.states[at.entity_id] ? computeStateName(hass.states[at.entity_id]) : at.entity_id}`;
|
||||||
|
const offsetStr = at.offset
|
||||||
|
? " " +
|
||||||
|
hass.localize(`${triggerTranslationBaseKey}.time.offset_by`, {
|
||||||
|
offset: describeDuration(hass.locale, at.offset),
|
||||||
|
})
|
||||||
|
: "";
|
||||||
|
return `${entityStr}${offsetStr}`;
|
||||||
|
});
|
||||||
|
|
||||||
return hass.localize(`${triggerTranslationBaseKey}.time.description.full`, {
|
return hass.localize(`${triggerTranslationBaseKey}.time.description.full`, {
|
||||||
time: formatListWithOrs(hass.locale, result),
|
time: formatListWithOrs(hass.locale, result),
|
||||||
|
@@ -39,10 +39,37 @@ export interface Stream {
|
|||||||
url: string;
|
url: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export type WebRtcOfferEvent =
|
||||||
|
| WebRtcId
|
||||||
|
| WebRtcAnswer
|
||||||
|
| WebRtcCandidate
|
||||||
|
| WebRtcError;
|
||||||
|
|
||||||
|
export interface WebRtcId {
|
||||||
|
type: "session";
|
||||||
|
session_id: string;
|
||||||
|
}
|
||||||
|
|
||||||
export interface WebRtcAnswer {
|
export interface WebRtcAnswer {
|
||||||
|
type: "answer";
|
||||||
answer: string;
|
answer: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface WebRtcCandidate {
|
||||||
|
type: "candidate";
|
||||||
|
candidate: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface WebRtcError {
|
||||||
|
type: "error";
|
||||||
|
code: string;
|
||||||
|
message: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface WebRtcOfferResponse {
|
||||||
|
id: string;
|
||||||
|
}
|
||||||
|
|
||||||
export const cameraUrlWithWidthHeight = (
|
export const cameraUrlWithWidthHeight = (
|
||||||
base_url: string,
|
base_url: string,
|
||||||
width: number,
|
width: number,
|
||||||
@@ -94,15 +121,29 @@ export const fetchStreamUrl = async (
|
|||||||
return stream;
|
return stream;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const handleWebRtcOffer = (
|
export const webRtcOffer = (
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
entityId: string,
|
entity_id: string,
|
||||||
offer: string
|
offer: string,
|
||||||
|
callback: (event: WebRtcOfferEvent) => void
|
||||||
) =>
|
) =>
|
||||||
hass.callWS<WebRtcAnswer>({
|
hass.connection.subscribeMessage<WebRtcOfferEvent>(callback, {
|
||||||
type: "camera/web_rtc_offer",
|
type: "camera/webrtc/offer",
|
||||||
entity_id: entityId,
|
entity_id,
|
||||||
offer: offer,
|
offer,
|
||||||
|
});
|
||||||
|
|
||||||
|
export const addWebRtcCandidate = (
|
||||||
|
hass: HomeAssistant,
|
||||||
|
entity_id: string,
|
||||||
|
session_id: string,
|
||||||
|
candidate: string
|
||||||
|
) =>
|
||||||
|
hass.callWS({
|
||||||
|
type: "camera/webrtc/candidate",
|
||||||
|
entity_id,
|
||||||
|
session_id,
|
||||||
|
candidate,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const fetchCameraPrefs = (hass: HomeAssistant, entityId: string) =>
|
export const fetchCameraPrefs = (hass: HomeAssistant, entityId: string) =>
|
||||||
@@ -137,6 +178,7 @@ export const getEntityIdFromCameraMediaSource = (mediaContentId: string) =>
|
|||||||
export interface WebRTCClientConfiguration {
|
export interface WebRTCClientConfiguration {
|
||||||
configuration: RTCConfiguration;
|
configuration: RTCConfiguration;
|
||||||
dataChannel?: string;
|
dataChannel?: string;
|
||||||
|
getCandidatesUpfront: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const fetchWebRtcClientConfiguration = async (
|
export const fetchWebRtcClientConfiguration = async (
|
||||||
|
@@ -27,4 +27,6 @@ export const panelsContext = createContext<HomeAssistant["panels"]>("panels");
|
|||||||
export const fullEntitiesContext =
|
export const fullEntitiesContext =
|
||||||
createContext<EntityRegistryEntry[]>("extendedEntities");
|
createContext<EntityRegistryEntry[]>("extendedEntities");
|
||||||
|
|
||||||
|
export const floorsContext = createContext<HomeAssistant["floors"]>("floors");
|
||||||
|
|
||||||
export const labelsContext = createContext<LabelRegistryEntry[]>("labels");
|
export const labelsContext = createContext<LabelRegistryEntry[]>("labels");
|
||||||
|
@@ -65,7 +65,7 @@ export const countryCurrency = {
|
|||||||
HK: "HKD",
|
HK: "HKD",
|
||||||
HN: "HNL",
|
HN: "HNL",
|
||||||
HM: "AUD",
|
HM: "AUD",
|
||||||
VE: "VEF",
|
VE: "VED",
|
||||||
PR: "USD",
|
PR: "USD",
|
||||||
PS: "ILS",
|
PS: "ILS",
|
||||||
PW: "USD",
|
PW: "USD",
|
||||||
|
@@ -358,21 +358,24 @@ export const restartHassioAddon = async (
|
|||||||
|
|
||||||
export const uninstallHassioAddon = async (
|
export const uninstallHassioAddon = async (
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
slug: string
|
slug: string,
|
||||||
) => {
|
removeData: boolean
|
||||||
|
): Promise<void> => {
|
||||||
if (atLeastVersion(hass.config.version, 2021, 2, 4)) {
|
if (atLeastVersion(hass.config.version, 2021, 2, 4)) {
|
||||||
await hass.callWS({
|
await hass.callWS({
|
||||||
type: "supervisor/api",
|
type: "supervisor/api",
|
||||||
endpoint: `/addons/${slug}/uninstall`,
|
endpoint: `/addons/${slug}/uninstall`,
|
||||||
method: "post",
|
method: "post",
|
||||||
timeout: null,
|
timeout: null,
|
||||||
|
data: { remove_config: removeData },
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await hass.callApi<HassioResponse<void>>(
|
await hass.callApi<HassioResponse<void>>(
|
||||||
"POST",
|
"POST",
|
||||||
`hassio/addons/${slug}/uninstall`
|
`hassio/addons/${slug}/uninstall`,
|
||||||
|
{ remove_config: removeData }
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ import { hassioApiResultExtractor, HassioResponse } from "./common";
|
|||||||
|
|
||||||
interface IpConfiguration {
|
interface IpConfiguration {
|
||||||
address: string[];
|
address: string[];
|
||||||
gateway: string;
|
gateway: string | null;
|
||||||
method: "disabled" | "static" | "auto";
|
method: "disabled" | "static" | "auto";
|
||||||
nameservers: string[];
|
nameservers: string[];
|
||||||
}
|
}
|
||||||
@@ -17,7 +17,7 @@ export interface NetworkInterface {
|
|||||||
ipv4?: Partial<IpConfiguration>;
|
ipv4?: Partial<IpConfiguration>;
|
||||||
ipv6?: Partial<IpConfiguration>;
|
ipv6?: Partial<IpConfiguration>;
|
||||||
type: "ethernet" | "wireless" | "vlan";
|
type: "ethernet" | "wireless" | "vlan";
|
||||||
wifi?: Partial<WifiConfiguration>;
|
wifi?: Partial<WifiConfiguration> | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface DockerNetwork {
|
interface DockerNetwork {
|
||||||
@@ -27,7 +27,7 @@ interface DockerNetwork {
|
|||||||
interface: string;
|
interface: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface AccessPoint {
|
export interface AccessPoint {
|
||||||
mode: "infrastructure" | "mesh" | "adhoc" | "ap";
|
mode: "infrastructure" | "mesh" | "adhoc" | "ap";
|
||||||
ssid: string;
|
ssid: string;
|
||||||
mac: string;
|
mac: string;
|
||||||
@@ -114,3 +114,65 @@ export const accesspointScan = async (
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const parseAddress = (address: string) => {
|
||||||
|
const [ip, cidr] = address.split("/");
|
||||||
|
return { ip, mask: cidrToNetmask(cidr, address.includes(":")) };
|
||||||
|
};
|
||||||
|
|
||||||
|
export const formatAddress = (ip: string, mask: string) =>
|
||||||
|
`${ip}/${netmaskToCidr(mask)}`;
|
||||||
|
|
||||||
|
// Helper functions
|
||||||
|
export const cidrToNetmask = (
|
||||||
|
cidr: string,
|
||||||
|
isIPv6: boolean = false
|
||||||
|
): string => {
|
||||||
|
const bits = parseInt(cidr, 10);
|
||||||
|
if (isIPv6) {
|
||||||
|
const fullMask = "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff";
|
||||||
|
const numGroups = Math.floor(bits / 16);
|
||||||
|
const remainingBits = bits % 16;
|
||||||
|
const lastGroup = remainingBits
|
||||||
|
? parseInt(
|
||||||
|
"1".repeat(remainingBits) + "0".repeat(16 - remainingBits),
|
||||||
|
2
|
||||||
|
).toString(16)
|
||||||
|
: "";
|
||||||
|
return fullMask
|
||||||
|
.split(":")
|
||||||
|
.slice(0, numGroups)
|
||||||
|
.concat(lastGroup)
|
||||||
|
.concat(Array(8 - numGroups - (lastGroup ? 1 : 0)).fill("0"))
|
||||||
|
.join(":");
|
||||||
|
}
|
||||||
|
/* eslint-disable no-bitwise */
|
||||||
|
const mask = ~(2 ** (32 - bits) - 1);
|
||||||
|
return [
|
||||||
|
(mask >>> 24) & 255,
|
||||||
|
(mask >>> 16) & 255,
|
||||||
|
(mask >>> 8) & 255,
|
||||||
|
mask & 255,
|
||||||
|
].join(".");
|
||||||
|
/* eslint-enable no-bitwise */
|
||||||
|
};
|
||||||
|
|
||||||
|
export const netmaskToCidr = (netmask: string): number => {
|
||||||
|
if (netmask.includes(":")) {
|
||||||
|
// IPv6
|
||||||
|
return netmask
|
||||||
|
.split(":")
|
||||||
|
.map((group) =>
|
||||||
|
group ? (parseInt(group, 16).toString(2).match(/1/g) || []).length : 0
|
||||||
|
)
|
||||||
|
.reduce((sum, val) => sum + val, 0);
|
||||||
|
}
|
||||||
|
// IPv4
|
||||||
|
return netmask
|
||||||
|
.split(".")
|
||||||
|
.reduce(
|
||||||
|
(count, octet) =>
|
||||||
|
count + (parseInt(octet, 10).toString(2).match(/1/g) || []).length,
|
||||||
|
0
|
||||||
|
);
|
||||||
|
};
|
||||||
|
@@ -65,6 +65,10 @@ export type HassioInfo = {
|
|||||||
timezone: string;
|
timezone: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type HassioBoots = {
|
||||||
|
boots: Record<number, string>;
|
||||||
|
};
|
||||||
|
|
||||||
export type HassioPanelInfo = PanelInfo<
|
export type HassioPanelInfo = PanelInfo<
|
||||||
| undefined
|
| undefined
|
||||||
| {
|
| {
|
||||||
@@ -177,10 +181,39 @@ export const fetchHassioInfo = async (
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const fetchHassioLogs = async (hass: HomeAssistant, provider: string) =>
|
export const fetchHassioBoots = async (hass: HomeAssistant) =>
|
||||||
hass.callApi<string>(
|
hass.callApi<HassioResponse<HassioBoots>>("GET", `hassio/host/logs/boots`);
|
||||||
|
|
||||||
|
export const fetchHassioLogs = async (
|
||||||
|
hass: HomeAssistant,
|
||||||
|
provider: string,
|
||||||
|
range?: string,
|
||||||
|
boot = 0
|
||||||
|
) =>
|
||||||
|
hass.callApiRaw(
|
||||||
"GET",
|
"GET",
|
||||||
`hassio/${provider.includes("_") ? `addons/${provider}` : provider}/logs`
|
`hassio/${provider.includes("_") ? `addons/${provider}` : provider}/logs/boots/${boot}`,
|
||||||
|
undefined,
|
||||||
|
range
|
||||||
|
? {
|
||||||
|
Range: range,
|
||||||
|
}
|
||||||
|
: undefined
|
||||||
|
);
|
||||||
|
|
||||||
|
export const fetchHassioLogsFollow = async (
|
||||||
|
hass: HomeAssistant,
|
||||||
|
provider: string,
|
||||||
|
signal: AbortSignal,
|
||||||
|
lines = 100,
|
||||||
|
boot = 0
|
||||||
|
) =>
|
||||||
|
hass.callApiRaw(
|
||||||
|
"GET",
|
||||||
|
`hassio/${provider.includes("_") ? `addons/${provider}` : provider}/logs/boots/${boot}/follow?lines=${lines}`,
|
||||||
|
undefined,
|
||||||
|
undefined,
|
||||||
|
signal
|
||||||
);
|
);
|
||||||
|
|
||||||
export const getHassioLogDownloadUrl = (provider: string) =>
|
export const getHassioLogDownloadUrl = (provider: string) =>
|
||||||
@@ -188,6 +221,15 @@ export const getHassioLogDownloadUrl = (provider: string) =>
|
|||||||
provider.includes("_") ? `addons/${provider}` : provider
|
provider.includes("_") ? `addons/${provider}` : provider
|
||||||
}/logs`;
|
}/logs`;
|
||||||
|
|
||||||
|
export const getHassioLogDownloadLinesUrl = (
|
||||||
|
provider: string,
|
||||||
|
lines: number,
|
||||||
|
boot = 0
|
||||||
|
) =>
|
||||||
|
`/api/hassio/${
|
||||||
|
provider.includes("_") ? `addons/${provider}` : provider
|
||||||
|
}/logs/boots/${boot}?lines=${lines}`;
|
||||||
|
|
||||||
export const setSupervisorOption = async (
|
export const setSupervisorOption = async (
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
data: SupervisorOptions
|
data: SupervisorOptions
|
||||||
|
@@ -22,6 +22,7 @@ export type IntegrationType =
|
|||||||
|
|
||||||
export interface IntegrationManifest {
|
export interface IntegrationManifest {
|
||||||
is_built_in: boolean;
|
is_built_in: boolean;
|
||||||
|
overwrites_built_in?: boolean;
|
||||||
domain: string;
|
domain: string;
|
||||||
name: string;
|
name: string;
|
||||||
config_flow: boolean;
|
config_flow: boolean;
|
||||||
|
@@ -11,6 +11,7 @@ export interface Integration {
|
|||||||
iot_class?: string;
|
iot_class?: string;
|
||||||
supported_by?: string;
|
supported_by?: string;
|
||||||
is_built_in?: boolean;
|
is_built_in?: boolean;
|
||||||
|
overwrites_built_in?: boolean;
|
||||||
single_config_entry?: boolean;
|
single_config_entry?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -23,6 +24,7 @@ export interface Brand {
|
|||||||
integrations?: Integrations;
|
integrations?: Integrations;
|
||||||
iot_standards?: IotStandards[];
|
iot_standards?: IotStandards[];
|
||||||
is_built_in?: boolean;
|
is_built_in?: boolean;
|
||||||
|
overwrites_built_in?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Brands {
|
export interface Brands {
|
||||||
|
@@ -50,14 +50,23 @@ export interface LogbookEntry {
|
|||||||
// Localization mapping for all the triggers in core
|
// Localization mapping for all the triggers in core
|
||||||
// in homeassistant.components.homeassistant.triggers
|
// in homeassistant.components.homeassistant.triggers
|
||||||
//
|
//
|
||||||
const triggerPhrases = {
|
type TriggerPhraseKeys =
|
||||||
"numeric state of": "triggered_by_numeric_state_of", // number state trigger
|
| "triggered_by_numeric_state_of"
|
||||||
"state of": "triggered_by_state_of", // state trigger
|
| "triggered_by_state_of"
|
||||||
event: "triggered_by_event", // event trigger
|
| "triggered_by_event"
|
||||||
time: "triggered_by_time", // time trigger
|
| "triggered_by_time"
|
||||||
"time pattern": "triggered_by_time_pattern", // time trigger
|
| "triggered_by_time_pattern"
|
||||||
"Home Assistant stopping": "triggered_by_homeassistant_stopping", // stop event
|
| "triggered_by_homeassistant_stopping"
|
||||||
"Home Assistant starting": "triggered_by_homeassistant_starting", // start event
|
| "triggered_by_homeassistant_starting";
|
||||||
|
|
||||||
|
const triggerPhrases: Record<TriggerPhraseKeys, string> = {
|
||||||
|
triggered_by_numeric_state_of: "numeric state of", // number state trigger
|
||||||
|
triggered_by_state_of: "state of", // state trigger
|
||||||
|
triggered_by_event: "event", // event trigger
|
||||||
|
triggered_by_time: "time", // time trigger
|
||||||
|
triggered_by_time_pattern: "time pattern", // time trigger
|
||||||
|
triggered_by_homeassistant_stopping: "Home Assistant stopping", // stop event
|
||||||
|
triggered_by_homeassistant_starting: "Home Assistant starting", // start event
|
||||||
};
|
};
|
||||||
|
|
||||||
export const getLogbookDataForContext = async (
|
export const getLogbookDataForContext = async (
|
||||||
@@ -167,11 +176,14 @@ export const localizeTriggerSource = (
|
|||||||
localize: LocalizeFunc,
|
localize: LocalizeFunc,
|
||||||
source: string
|
source: string
|
||||||
) => {
|
) => {
|
||||||
for (const triggerPhrase in triggerPhrases) {
|
for (const triggerPhraseKey of Object.keys(
|
||||||
if (source.startsWith(triggerPhrase)) {
|
triggerPhrases
|
||||||
|
) as TriggerPhraseKeys[]) {
|
||||||
|
const phrase = triggerPhrases[triggerPhraseKey];
|
||||||
|
if (source.startsWith(phrase)) {
|
||||||
return source.replace(
|
return source.replace(
|
||||||
triggerPhrase,
|
phrase,
|
||||||
`${localize(`ui.components.logbook.${triggerPhrases[triggerPhrase]}`)}`
|
`${localize(`ui.components.logbook.${triggerPhraseKey}`)}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -14,6 +14,7 @@ import {
|
|||||||
computeEntityRegistryName,
|
computeEntityRegistryName,
|
||||||
entityRegistryById,
|
entityRegistryById,
|
||||||
} from "./entity_registry";
|
} from "./entity_registry";
|
||||||
|
import { FloorRegistryEntry } from "./floor_registry";
|
||||||
import { domainToName } from "./integration";
|
import { domainToName } from "./integration";
|
||||||
import { LabelRegistryEntry } from "./label_registry";
|
import { LabelRegistryEntry } from "./label_registry";
|
||||||
import {
|
import {
|
||||||
@@ -43,6 +44,7 @@ export const describeAction = <T extends ActionType>(
|
|||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
entityRegistry: EntityRegistryEntry[],
|
entityRegistry: EntityRegistryEntry[],
|
||||||
labelRegistry: LabelRegistryEntry[],
|
labelRegistry: LabelRegistryEntry[],
|
||||||
|
floorRegistry: { [id: string]: FloorRegistryEntry },
|
||||||
action: ActionTypes[T],
|
action: ActionTypes[T],
|
||||||
actionType?: T,
|
actionType?: T,
|
||||||
ignoreAlias = false
|
ignoreAlias = false
|
||||||
@@ -52,6 +54,7 @@ export const describeAction = <T extends ActionType>(
|
|||||||
hass,
|
hass,
|
||||||
entityRegistry,
|
entityRegistry,
|
||||||
labelRegistry,
|
labelRegistry,
|
||||||
|
floorRegistry,
|
||||||
action,
|
action,
|
||||||
actionType,
|
actionType,
|
||||||
ignoreAlias
|
ignoreAlias
|
||||||
@@ -75,6 +78,7 @@ const tryDescribeAction = <T extends ActionType>(
|
|||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
entityRegistry: EntityRegistryEntry[],
|
entityRegistry: EntityRegistryEntry[],
|
||||||
labelRegistry: LabelRegistryEntry[],
|
labelRegistry: LabelRegistryEntry[],
|
||||||
|
floorRegistry: { [id: string]: FloorRegistryEntry },
|
||||||
action: ActionTypes[T],
|
action: ActionTypes[T],
|
||||||
actionType?: T,
|
actionType?: T,
|
||||||
ignoreAlias = false
|
ignoreAlias = false
|
||||||
@@ -164,7 +168,7 @@ const tryDescribeAction = <T extends ActionType>(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else if (key === "floor_id") {
|
} else if (key === "floor_id") {
|
||||||
const floor = hass.floors[targetThing] ?? undefined;
|
const floor = floorRegistry[targetThing] ?? undefined;
|
||||||
if (floor?.name) {
|
if (floor?.name) {
|
||||||
targets.push(floor.name);
|
targets.push(floor.name);
|
||||||
} else {
|
} else {
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
import { HomeAssistant } from "../types";
|
import { HomeAssistant } from "../types";
|
||||||
|
|
||||||
export interface ThreadRouter {
|
export interface ThreadRouter {
|
||||||
|
instance_name: string;
|
||||||
addresses: [string];
|
addresses: [string];
|
||||||
border_agent_id: string | null;
|
border_agent_id: string | null;
|
||||||
brand: "google" | "apple" | "homeassistant";
|
brand: "google" | "apple" | "homeassistant";
|
||||||
|
@@ -8,6 +8,7 @@ import { BINARY_STATE_ON } from "../common/const";
|
|||||||
import { computeDomain } from "../common/entity/compute_domain";
|
import { computeDomain } from "../common/entity/compute_domain";
|
||||||
import { computeStateDomain } from "../common/entity/compute_state_domain";
|
import { computeStateDomain } from "../common/entity/compute_state_domain";
|
||||||
import { supportsFeature } from "../common/entity/supports-feature";
|
import { supportsFeature } from "../common/entity/supports-feature";
|
||||||
|
import { formatNumber } from "../common/number/format_number";
|
||||||
import { caseInsensitiveStringCompare } from "../common/string/compare";
|
import { caseInsensitiveStringCompare } from "../common/string/compare";
|
||||||
import { showAlertDialog } from "../dialogs/generic/show-dialog-box";
|
import { showAlertDialog } from "../dialogs/generic/show-dialog-box";
|
||||||
import { HomeAssistant } from "../types";
|
import { HomeAssistant } from "../types";
|
||||||
@@ -23,13 +24,15 @@ export enum UpdateEntityFeature {
|
|||||||
|
|
||||||
interface UpdateEntityAttributes extends HassEntityAttributeBase {
|
interface UpdateEntityAttributes extends HassEntityAttributeBase {
|
||||||
auto_update: boolean | null;
|
auto_update: boolean | null;
|
||||||
|
display_precision: number;
|
||||||
installed_version: string | null;
|
installed_version: string | null;
|
||||||
in_progress: boolean | number;
|
in_progress: boolean;
|
||||||
latest_version: string | null;
|
latest_version: string | null;
|
||||||
release_summary: string | null;
|
release_summary: string | null;
|
||||||
release_url: string | null;
|
release_url: string | null;
|
||||||
skipped_version: string | null;
|
skipped_version: string | null;
|
||||||
title: string | null;
|
title: string | null;
|
||||||
|
update_percentage: number | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface UpdateEntity extends HassEntityBase {
|
export interface UpdateEntity extends HassEntityBase {
|
||||||
@@ -38,7 +41,7 @@ export interface UpdateEntity extends HassEntityBase {
|
|||||||
|
|
||||||
export const updateUsesProgress = (entity: UpdateEntity): boolean =>
|
export const updateUsesProgress = (entity: UpdateEntity): boolean =>
|
||||||
supportsFeature(entity, UpdateEntityFeature.PROGRESS) &&
|
supportsFeature(entity, UpdateEntityFeature.PROGRESS) &&
|
||||||
typeof entity.attributes.in_progress === "number";
|
entity.attributes.update_percentage !== null;
|
||||||
|
|
||||||
export const updateCanInstall = (
|
export const updateCanInstall = (
|
||||||
entity: UpdateEntity,
|
entity: UpdateEntity,
|
||||||
@@ -49,7 +52,7 @@ export const updateCanInstall = (
|
|||||||
supportsFeature(entity, UpdateEntityFeature.INSTALL);
|
supportsFeature(entity, UpdateEntityFeature.INSTALL);
|
||||||
|
|
||||||
export const updateIsInstalling = (entity: UpdateEntity): boolean =>
|
export const updateIsInstalling = (entity: UpdateEntity): boolean =>
|
||||||
updateUsesProgress(entity) || !!entity.attributes.in_progress;
|
!!entity.attributes.in_progress;
|
||||||
|
|
||||||
export const updateReleaseNotes = (hass: HomeAssistant, entityId: string) =>
|
export const updateReleaseNotes = (hass: HomeAssistant, entityId: string) =>
|
||||||
hass.callWS<string | null>({
|
hass.callWS<string | null>({
|
||||||
@@ -183,10 +186,13 @@ export const computeUpdateStateDisplay = (
|
|||||||
if (updateIsInstalling(stateObj)) {
|
if (updateIsInstalling(stateObj)) {
|
||||||
const supportsProgress =
|
const supportsProgress =
|
||||||
supportsFeature(stateObj, UpdateEntityFeature.PROGRESS) &&
|
supportsFeature(stateObj, UpdateEntityFeature.PROGRESS) &&
|
||||||
typeof attributes.in_progress === "number";
|
attributes.update_percentage !== null;
|
||||||
if (supportsProgress) {
|
if (supportsProgress) {
|
||||||
return hass.localize("ui.card.update.installing_with_progress", {
|
return hass.localize("ui.card.update.installing_with_progress", {
|
||||||
progress: attributes.in_progress as number,
|
progress: formatNumber(attributes.update_percentage!, hass.locale, {
|
||||||
|
maximumFractionDigits: attributes.display_precision,
|
||||||
|
minimumFractionDigits: attributes.display_precision,
|
||||||
|
}),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return hass.localize("ui.card.update.installing");
|
return hass.localize("ui.card.update.installing");
|
||||||
|
@@ -31,6 +31,9 @@ export const DOMAINS_WITH_NEW_MORE_INFO = [
|
|||||||
"valve",
|
"valve",
|
||||||
"water_heater",
|
"water_heater",
|
||||||
];
|
];
|
||||||
|
/** Domains with full height more info dialog */
|
||||||
|
export const DOMAINS_FULL_HEIGHT_MORE_INFO = ["update"];
|
||||||
|
|
||||||
/** Domains with separate more info dialog. */
|
/** Domains with separate more info dialog. */
|
||||||
export const DOMAINS_WITH_MORE_INFO = [
|
export const DOMAINS_WITH_MORE_INFO = [
|
||||||
"alarm_control_panel",
|
"alarm_control_panel",
|
||||||
|
@@ -93,12 +93,13 @@ class MoreInfoCover extends LitElement {
|
|||||||
supportsFeature(this.stateObj, CoverEntityFeature.CLOSE_TILT) ||
|
supportsFeature(this.stateObj, CoverEntityFeature.CLOSE_TILT) ||
|
||||||
supportsFeature(this.stateObj, CoverEntityFeature.STOP_TILT);
|
supportsFeature(this.stateObj, CoverEntityFeature.STOP_TILT);
|
||||||
|
|
||||||
const supportsOpenCloseWithoutStop =
|
const supportsOpenCloseOnly =
|
||||||
supportsFeature(this.stateObj, CoverEntityFeature.OPEN) &&
|
supportsFeature(this.stateObj, CoverEntityFeature.OPEN) &&
|
||||||
supportsFeature(this.stateObj, CoverEntityFeature.CLOSE) &&
|
supportsFeature(this.stateObj, CoverEntityFeature.CLOSE) &&
|
||||||
!supportsFeature(this.stateObj, CoverEntityFeature.STOP) &&
|
!supportsFeature(this.stateObj, CoverEntityFeature.STOP) &&
|
||||||
!supportsFeature(this.stateObj, CoverEntityFeature.OPEN_TILT) &&
|
!supportsTilt &&
|
||||||
!supportsFeature(this.stateObj, CoverEntityFeature.CLOSE_TILT);
|
!supportsPosition &&
|
||||||
|
!supportsTiltPosition;
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-more-info-state-header
|
<ha-more-info-state-header
|
||||||
@@ -133,7 +134,7 @@ class MoreInfoCover extends LitElement {
|
|||||||
${
|
${
|
||||||
this._mode === "button"
|
this._mode === "button"
|
||||||
? html`
|
? html`
|
||||||
${supportsOpenCloseWithoutStop
|
${supportsOpenCloseOnly
|
||||||
? html`
|
? html`
|
||||||
<ha-state-control-cover-toggle
|
<ha-state-control-cover-toggle
|
||||||
.stateObj=${this.stateObj}
|
.stateObj=${this.stateObj}
|
||||||
|
@@ -1,15 +1,18 @@
|
|||||||
import "@material/mwc-button/mwc-button";
|
|
||||||
import "@material/mwc-linear-progress/mwc-linear-progress";
|
import "@material/mwc-linear-progress/mwc-linear-progress";
|
||||||
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
|
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
import { BINARY_STATE_OFF } from "../../../common/const";
|
import { BINARY_STATE_OFF } from "../../../common/const";
|
||||||
import { supportsFeature } from "../../../common/entity/supports-feature";
|
import { supportsFeature } from "../../../common/entity/supports-feature";
|
||||||
import "../../../components/ha-alert";
|
import "../../../components/ha-alert";
|
||||||
|
import "../../../components/ha-button";
|
||||||
import "../../../components/ha-checkbox";
|
import "../../../components/ha-checkbox";
|
||||||
import "../../../components/ha-circular-progress";
|
import "../../../components/ha-circular-progress";
|
||||||
import "../../../components/ha-faded";
|
import "../../../components/ha-faded";
|
||||||
import "../../../components/ha-formfield";
|
import "../../../components/ha-formfield";
|
||||||
import "../../../components/ha-markdown";
|
import "../../../components/ha-markdown";
|
||||||
|
import "../../../components/ha-settings-row";
|
||||||
|
import "../../../components/ha-switch";
|
||||||
|
import type { HaSwitch } from "../../../components/ha-switch";
|
||||||
import { isUnavailableState } from "../../../data/entity";
|
import { isUnavailableState } from "../../../data/entity";
|
||||||
import {
|
import {
|
||||||
UpdateEntity,
|
UpdateEntity,
|
||||||
@@ -30,6 +33,8 @@ class MoreInfoUpdate extends LitElement {
|
|||||||
|
|
||||||
@state() private _error?: string;
|
@state() private _error?: string;
|
||||||
|
|
||||||
|
@state() private _markdownLoading = true;
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
if (
|
if (
|
||||||
!this.hass ||
|
!this.hass ||
|
||||||
@@ -45,137 +50,174 @@ class MoreInfoUpdate extends LitElement {
|
|||||||
this.stateObj.attributes.latest_version;
|
this.stateObj.attributes.latest_version;
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
${this.stateObj.attributes.in_progress
|
<div class="content">
|
||||||
? supportsFeature(this.stateObj, UpdateEntityFeature.PROGRESS) &&
|
${this.stateObj.attributes.in_progress
|
||||||
typeof this.stateObj.attributes.in_progress === "number"
|
? supportsFeature(this.stateObj, UpdateEntityFeature.PROGRESS) &&
|
||||||
? html`<mwc-linear-progress
|
this.stateObj.attributes.update_percentage !== null
|
||||||
.progress=${this.stateObj.attributes.in_progress / 100}
|
? html`<mwc-linear-progress
|
||||||
buffer=""
|
.progress=${this.stateObj.attributes.update_percentage / 100}
|
||||||
></mwc-linear-progress>`
|
buffer=""
|
||||||
: html`<mwc-linear-progress indeterminate></mwc-linear-progress>`
|
></mwc-linear-progress>`
|
||||||
: ""}
|
: html`<mwc-linear-progress indeterminate></mwc-linear-progress>`
|
||||||
<h3>${this.stateObj.attributes.title}</h3>
|
: nothing}
|
||||||
${this._error
|
<h3>${this.stateObj.attributes.title}</h3>
|
||||||
? html`<ha-alert alert-type="error">${this._error}</ha-alert>`
|
${this._error
|
||||||
: ""}
|
? html`<ha-alert alert-type="error">${this._error}</ha-alert>`
|
||||||
<div class="row">
|
: nothing}
|
||||||
<div class="key">
|
<div class="row">
|
||||||
${this.hass.formatEntityAttributeName(
|
<div class="key">
|
||||||
this.stateObj,
|
${this.hass.formatEntityAttributeName(
|
||||||
"installed_version"
|
this.stateObj,
|
||||||
)}
|
"installed_version"
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<div class="value">
|
||||||
|
${this.stateObj.attributes.installed_version ??
|
||||||
|
this.hass.localize("state.default.unavailable")}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="value">
|
<div class="row">
|
||||||
${this.stateObj.attributes.installed_version ??
|
<div class="key">
|
||||||
this.hass.localize("state.default.unavailable")}
|
${this.hass.formatEntityAttributeName(
|
||||||
|
this.stateObj,
|
||||||
|
"latest_version"
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<div class="value">
|
||||||
|
${this.stateObj.attributes.latest_version ??
|
||||||
|
this.hass.localize("state.default.unavailable")}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="key">
|
|
||||||
${this.hass.formatEntityAttributeName(
|
|
||||||
this.stateObj,
|
|
||||||
"latest_version"
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
<div class="value">
|
|
||||||
${this.stateObj.attributes.latest_version ??
|
|
||||||
this.hass.localize("state.default.unavailable")}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
${this.stateObj.attributes.release_url
|
${this.stateObj.attributes.release_url
|
||||||
? html`<div class="row">
|
? html`<div class="row">
|
||||||
<div class="key">
|
<div class="key">
|
||||||
<a
|
<a
|
||||||
href=${this.stateObj.attributes.release_url}
|
href=${this.stateObj.attributes.release_url}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.dialogs.more_info_control.update.release_announcement"
|
"ui.dialogs.more_info_control.update.release_announcement"
|
||||||
)}
|
)}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>`
|
|
||||||
: ""}
|
|
||||||
${supportsFeature(this.stateObj!, UpdateEntityFeature.RELEASE_NOTES) &&
|
|
||||||
!this._error
|
|
||||||
? this._releaseNotes === undefined
|
|
||||||
? html`<div class="flex center">
|
|
||||||
<ha-circular-progress indeterminate></ha-circular-progress>
|
|
||||||
</div>`
|
</div>`
|
||||||
: html`<hr />
|
: nothing}
|
||||||
<ha-faded>
|
${supportsFeature(this.stateObj!, UpdateEntityFeature.RELEASE_NOTES) &&
|
||||||
<ha-markdown .content=${this._releaseNotes}></ha-markdown>
|
!this._error
|
||||||
</ha-faded> `
|
? this._releaseNotes === undefined
|
||||||
: this.stateObj.attributes.release_summary
|
? html`
|
||||||
? html`<hr />
|
<hr />
|
||||||
<ha-markdown
|
${this._markdownLoading ? this._renderLoader() : nothing}
|
||||||
.content=${this.stateObj.attributes.release_summary}
|
`
|
||||||
></ha-markdown>`
|
: html`
|
||||||
: ""}
|
<hr />
|
||||||
${supportsFeature(this.stateObj, UpdateEntityFeature.BACKUP)
|
<ha-markdown
|
||||||
? html`<hr />
|
@content-resize=${this._markdownLoaded}
|
||||||
<ha-formfield
|
.content=${this._releaseNotes}
|
||||||
.label=${this.hass.localize(
|
class=${this._markdownLoading ? "hidden" : ""}
|
||||||
"ui.dialogs.more_info_control.update.create_backup"
|
></ha-markdown>
|
||||||
)}
|
${this._markdownLoading ? this._renderLoader() : nothing}
|
||||||
>
|
`
|
||||||
<ha-checkbox
|
: this.stateObj.attributes.release_summary
|
||||||
checked
|
? html`
|
||||||
.disabled=${updateIsInstalling(this.stateObj)}
|
<hr />
|
||||||
></ha-checkbox>
|
<ha-markdown
|
||||||
</ha-formfield> `
|
@content-resize=${this._markdownLoaded}
|
||||||
: ""}
|
.content=${this.stateObj.attributes.release_summary}
|
||||||
<div class="actions">
|
class=${this._markdownLoading ? "hidden" : ""}
|
||||||
${this.stateObj.state === BINARY_STATE_OFF &&
|
></ha-markdown>
|
||||||
this.stateObj.attributes.skipped_version
|
${this._markdownLoading ? this._renderLoader() : nothing}
|
||||||
|
`
|
||||||
|
: nothing}
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
${supportsFeature(this.stateObj, UpdateEntityFeature.BACKUP)
|
||||||
? html`
|
? html`
|
||||||
<mwc-button @click=${this._handleClearSkipped}>
|
<ha-settings-row>
|
||||||
${this.hass.localize(
|
<span slot="heading">
|
||||||
"ui.dialogs.more_info_control.update.clear_skipped"
|
${this.hass.localize(
|
||||||
)}
|
"ui.dialogs.more_info_control.update.create_backup"
|
||||||
</mwc-button>
|
)}
|
||||||
|
</span>
|
||||||
|
<ha-switch
|
||||||
|
id="create_backup"
|
||||||
|
checked
|
||||||
|
.disabled=${updateIsInstalling(this.stateObj)}
|
||||||
|
></ha-switch>
|
||||||
|
</ha-settings-row>
|
||||||
`
|
`
|
||||||
: html`
|
: nothing}
|
||||||
<mwc-button
|
<div class="actions">
|
||||||
@click=${this._handleSkip}
|
${this.stateObj.state === BINARY_STATE_OFF &&
|
||||||
.disabled=${skippedVersion ||
|
this.stateObj.attributes.skipped_version
|
||||||
this.stateObj.state === BINARY_STATE_OFF ||
|
? html`
|
||||||
updateIsInstalling(this.stateObj)}
|
<ha-button @click=${this._handleClearSkipped}>
|
||||||
>
|
${this.hass.localize(
|
||||||
${this.hass.localize(
|
"ui.dialogs.more_info_control.update.clear_skipped"
|
||||||
"ui.dialogs.more_info_control.update.skip"
|
)}
|
||||||
)}
|
</ha-button>
|
||||||
</mwc-button>
|
`
|
||||||
`}
|
: html`
|
||||||
${supportsFeature(this.stateObj, UpdateEntityFeature.INSTALL)
|
<ha-button
|
||||||
? html`
|
@click=${this._handleSkip}
|
||||||
<mwc-button
|
.disabled=${skippedVersion ||
|
||||||
@click=${this._handleInstall}
|
this.stateObj.state === BINARY_STATE_OFF ||
|
||||||
.disabled=${(this.stateObj.state === BINARY_STATE_OFF &&
|
updateIsInstalling(this.stateObj)}
|
||||||
!skippedVersion) ||
|
>
|
||||||
updateIsInstalling(this.stateObj)}
|
${this.hass.localize(
|
||||||
>
|
"ui.dialogs.more_info_control.update.skip"
|
||||||
${this.hass.localize(
|
)}
|
||||||
"ui.dialogs.more_info_control.update.install"
|
</ha-button>
|
||||||
)}
|
`}
|
||||||
</mwc-button>
|
${supportsFeature(this.stateObj, UpdateEntityFeature.INSTALL)
|
||||||
`
|
? html`
|
||||||
: ""}
|
<ha-button
|
||||||
|
@click=${this._handleInstall}
|
||||||
|
.disabled=${(this.stateObj.state === BINARY_STATE_OFF &&
|
||||||
|
!skippedVersion) ||
|
||||||
|
updateIsInstalling(this.stateObj)}
|
||||||
|
>
|
||||||
|
${this.hass.localize(
|
||||||
|
"ui.dialogs.more_info_control.update.update"
|
||||||
|
)}
|
||||||
|
</ha-button>
|
||||||
|
`
|
||||||
|
: nothing}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
private _renderLoader() {
|
||||||
|
return html`
|
||||||
|
<div class="flex center loader">
|
||||||
|
<ha-circular-progress indeterminate></ha-circular-progress>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected firstUpdated(): void {
|
protected firstUpdated(): void {
|
||||||
if (supportsFeature(this.stateObj!, UpdateEntityFeature.RELEASE_NOTES)) {
|
if (supportsFeature(this.stateObj!, UpdateEntityFeature.RELEASE_NOTES)) {
|
||||||
updateReleaseNotes(this.hass, this.stateObj!.entity_id)
|
this._fetchReleaseNotes();
|
||||||
.then((result) => {
|
}
|
||||||
this._releaseNotes = result;
|
}
|
||||||
})
|
|
||||||
.catch((err) => {
|
private async _markdownLoaded() {
|
||||||
this._error = err.message;
|
if (this._markdownLoading) {
|
||||||
});
|
this._markdownLoading = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private async _fetchReleaseNotes() {
|
||||||
|
try {
|
||||||
|
this._releaseNotes = await updateReleaseNotes(
|
||||||
|
this.hass,
|
||||||
|
this.stateObj!.entity_id
|
||||||
|
);
|
||||||
|
} catch (err: any) {
|
||||||
|
this._error = err.message;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -183,9 +225,11 @@ class MoreInfoUpdate extends LitElement {
|
|||||||
if (!supportsFeature(this.stateObj!, UpdateEntityFeature.BACKUP)) {
|
if (!supportsFeature(this.stateObj!, UpdateEntityFeature.BACKUP)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
const checkbox = this.shadowRoot?.querySelector("ha-checkbox");
|
const createBackupSwitch = this.shadowRoot?.getElementById(
|
||||||
if (checkbox) {
|
"create-backup"
|
||||||
return checkbox.checked;
|
) as HaSwitch;
|
||||||
|
if (createBackupSwitch) {
|
||||||
|
return createBackupSwitch.checked;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -234,6 +278,12 @@ class MoreInfoUpdate extends LitElement {
|
|||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return css`
|
return css`
|
||||||
|
:host {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
hr {
|
hr {
|
||||||
border-color: var(--divider-color);
|
border-color: var(--divider-color);
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
@@ -248,26 +298,44 @@ class MoreInfoUpdate extends LitElement {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.actions {
|
|
||||||
|
.footer {
|
||||||
border-top: 1px solid var(--divider-color);
|
border-top: 1px solid var(--divider-color);
|
||||||
background: var(
|
background: var(
|
||||||
--ha-dialog-surface-background,
|
--ha-dialog-surface-background,
|
||||||
var(--mdc-theme-surface, #fff)
|
var(--mdc-theme-surface, #fff)
|
||||||
);
|
);
|
||||||
margin: 8px 0 0;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
justify-content: center;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
padding: 12px 0;
|
margin: 0 -24px -24px -24px;
|
||||||
margin-bottom: -24px;
|
box-sizing: border-box;
|
||||||
z-index: 1;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions mwc-button {
|
ha-settings-row {
|
||||||
margin: 0 4px 4px;
|
width: 100%;
|
||||||
|
padding: 0 24px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin-bottom: -16px;
|
||||||
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actions {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: flex-end;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 12px;
|
||||||
|
z-index: 1;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
@@ -282,6 +350,16 @@ class MoreInfoUpdate extends LitElement {
|
|||||||
}
|
}
|
||||||
ha-markdown {
|
ha-markdown {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
ha-markdown.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.loader {
|
||||||
|
height: 80px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
@@ -83,10 +83,11 @@ class MoreInfoValve extends LitElement {
|
|||||||
supportsFeature(this.stateObj, ValveEntityFeature.CLOSE) ||
|
supportsFeature(this.stateObj, ValveEntityFeature.CLOSE) ||
|
||||||
supportsFeature(this.stateObj, ValveEntityFeature.STOP);
|
supportsFeature(this.stateObj, ValveEntityFeature.STOP);
|
||||||
|
|
||||||
const supportsOpenCloseWithoutStop =
|
const supportsOpenCloseOnly =
|
||||||
supportsFeature(this.stateObj, ValveEntityFeature.OPEN) &&
|
supportsFeature(this.stateObj, ValveEntityFeature.OPEN) &&
|
||||||
supportsFeature(this.stateObj, ValveEntityFeature.CLOSE) &&
|
supportsFeature(this.stateObj, ValveEntityFeature.CLOSE) &&
|
||||||
!supportsFeature(this.stateObj, ValveEntityFeature.STOP);
|
!supportsFeature(this.stateObj, ValveEntityFeature.STOP) &&
|
||||||
|
!supportsPosition;
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-more-info-state-header
|
<ha-more-info-state-header
|
||||||
@@ -113,7 +114,7 @@ class MoreInfoValve extends LitElement {
|
|||||||
${
|
${
|
||||||
this._mode === "button"
|
this._mode === "button"
|
||||||
? html`
|
? html`
|
||||||
${supportsOpenCloseWithoutStop
|
${supportsOpenCloseOnly
|
||||||
? html`
|
? html`
|
||||||
<ha-state-control-valve-toggle
|
<ha-state-control-valve-toggle
|
||||||
.stateObj=${this.stateObj}
|
.stateObj=${this.stateObj}
|
||||||
|
@@ -9,6 +9,7 @@ import {
|
|||||||
computeShowHistoryComponent,
|
computeShowHistoryComponent,
|
||||||
computeShowLogBookComponent,
|
computeShowLogBookComponent,
|
||||||
computeShowNewMoreInfo,
|
computeShowNewMoreInfo,
|
||||||
|
DOMAINS_FULL_HEIGHT_MORE_INFO,
|
||||||
DOMAINS_NO_INFO,
|
DOMAINS_NO_INFO,
|
||||||
DOMAINS_WITH_MORE_INFO,
|
DOMAINS_WITH_MORE_INFO,
|
||||||
} from "./const";
|
} from "./const";
|
||||||
@@ -40,6 +41,8 @@ export class MoreInfoInfo extends LitElement {
|
|||||||
const entityRegObj = this.hass.entities[entityId];
|
const entityRegObj = this.hass.entities[entityId];
|
||||||
const domain = computeDomain(entityId);
|
const domain = computeDomain(entityId);
|
||||||
const isNewMoreInfo = stateObj && computeShowNewMoreInfo(stateObj);
|
const isNewMoreInfo = stateObj && computeShowNewMoreInfo(stateObj);
|
||||||
|
const isFullHeight =
|
||||||
|
isNewMoreInfo || DOMAINS_FULL_HEIGHT_MORE_INFO.includes(domain);
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<div class="container" data-domain=${domain}>
|
<div class="container" data-domain=${domain}>
|
||||||
@@ -89,7 +92,7 @@ export class MoreInfoInfo extends LitElement {
|
|||||||
.entityId=${this.entityId}
|
.entityId=${this.entityId}
|
||||||
></ha-more-info-logbook>`}
|
></ha-more-info-logbook>`}
|
||||||
<more-info-content
|
<more-info-content
|
||||||
?full-height=${isNewMoreInfo}
|
?full-height=${isFullHeight}
|
||||||
.stateObj=${stateObj}
|
.stateObj=${stateObj}
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.entry=${this.entry}
|
.entry=${this.entry}
|
||||||
|
@@ -51,6 +51,7 @@ export class HuiPersistentNotificationItem extends LitElement {
|
|||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return css`
|
return css`
|
||||||
.time {
|
.time {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
@@ -39,6 +39,9 @@ export const AssistantSetupStyles = [
|
|||||||
.footer.full-width ha-button {
|
.footer.full-width ha-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.footer.centered {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
.footer.side-by-side {
|
.footer.side-by-side {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
@@ -14,7 +14,6 @@ import { EntityRegistryDisplayEntry } from "../../data/entity_registry";
|
|||||||
import { haStyleDialog } from "../../resources/styles";
|
import { haStyleDialog } from "../../resources/styles";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import { VoiceAssistantSetupDialogParams } from "./show-voice-assistant-setup-dialog";
|
import { VoiceAssistantSetupDialogParams } from "./show-voice-assistant-setup-dialog";
|
||||||
import "./voice-assistant-setup-step-addons";
|
|
||||||
import "./voice-assistant-setup-step-area";
|
import "./voice-assistant-setup-step-area";
|
||||||
import "./voice-assistant-setup-step-change-wake-word";
|
import "./voice-assistant-setup-step-change-wake-word";
|
||||||
import "./voice-assistant-setup-step-check";
|
import "./voice-assistant-setup-step-check";
|
||||||
@@ -34,7 +33,6 @@ export const enum STEP {
|
|||||||
PIPELINE,
|
PIPELINE,
|
||||||
SUCCESS,
|
SUCCESS,
|
||||||
CLOUD,
|
CLOUD,
|
||||||
ADDONS,
|
|
||||||
CHANGE_WAKEWORD,
|
CHANGE_WAKEWORD,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -210,22 +208,18 @@ export class HaVoiceAssistantSetupDialog extends LitElement {
|
|||||||
? html`<ha-voice-assistant-setup-step-cloud
|
? html`<ha-voice-assistant-setup-step-cloud
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
></ha-voice-assistant-setup-step-cloud>`
|
></ha-voice-assistant-setup-step-cloud>`
|
||||||
: this._step === STEP.ADDONS
|
: this._step === STEP.SUCCESS
|
||||||
? html`<ha-voice-assistant-setup-step-addons
|
? html`<ha-voice-assistant-setup-step-success
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
></ha-voice-assistant-setup-step-addons>`
|
.assistConfiguration=${this
|
||||||
: this._step === STEP.SUCCESS
|
._assistConfiguration}
|
||||||
? html`<ha-voice-assistant-setup-step-success
|
.assistEntityId=${this._findDomainEntityId(
|
||||||
.hass=${this.hass}
|
this._params.deviceId,
|
||||||
.assistConfiguration=${this
|
this.hass.entities,
|
||||||
._assistConfiguration}
|
"assist_satellite"
|
||||||
.assistEntityId=${this._findDomainEntityId(
|
)}
|
||||||
this._params.deviceId,
|
></ha-voice-assistant-setup-step-success>`
|
||||||
this.hass.entities,
|
: nothing}
|
||||||
"assist_satellite"
|
|
||||||
)}
|
|
||||||
></ha-voice-assistant-setup-step-success>`
|
|
||||||
: nothing}
|
|
||||||
</div>
|
</div>
|
||||||
</ha-dialog>
|
</ha-dialog>
|
||||||
`;
|
`;
|
||||||
|
@@ -1,185 +0,0 @@
|
|||||||
import { css, html, LitElement, nothing, PropertyValues } from "lit";
|
|
||||||
import { customElement, property, state } from "lit/decorators";
|
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
|
||||||
import { HomeAssistant } from "../../types";
|
|
||||||
import { AssistantSetupStyles } from "./styles";
|
|
||||||
import { STEP } from "./voice-assistant-setup-dialog";
|
|
||||||
import { documentationUrl } from "../../util/documentation-url";
|
|
||||||
|
|
||||||
@customElement("ha-voice-assistant-setup-step-addons")
|
|
||||||
export class HaVoiceAssistantSetupStepAddons extends LitElement {
|
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
|
||||||
|
|
||||||
@state() private _showFirst = false;
|
|
||||||
|
|
||||||
@state() private _showSecond = false;
|
|
||||||
|
|
||||||
@state() private _showThird = false;
|
|
||||||
|
|
||||||
@state() private _showFourth = false;
|
|
||||||
|
|
||||||
protected override firstUpdated(changedProperties: PropertyValues) {
|
|
||||||
super.firstUpdated(changedProperties);
|
|
||||||
setTimeout(() => {
|
|
||||||
this._showFirst = true;
|
|
||||||
}, 200);
|
|
||||||
setTimeout(() => {
|
|
||||||
this._showSecond = true;
|
|
||||||
}, 600);
|
|
||||||
setTimeout(() => {
|
|
||||||
this._showThird = true;
|
|
||||||
}, 3000);
|
|
||||||
setTimeout(() => {
|
|
||||||
this._showFourth = true;
|
|
||||||
}, 8000);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override render() {
|
|
||||||
return html`<div class="content">
|
|
||||||
<h1>Local</h1>
|
|
||||||
<p class="secondary">
|
|
||||||
Are you sure you want to use the local voice assistant? It requires a
|
|
||||||
powerful device to run. If you device is not powerful enough, Home
|
|
||||||
Assistant cloud might be a better option.
|
|
||||||
</p>
|
|
||||||
<h3>Raspberry Pi 4</h3>
|
|
||||||
<div class="messages-container rpi">
|
|
||||||
<div class="message user ${this._showThird ? "show" : ""}">
|
|
||||||
${!this._showThird ? "…" : "Turn on the lights in the bedroom"}
|
|
||||||
</div>
|
|
||||||
${this._showThird
|
|
||||||
? html`<div class="timing user">3 seconds</div>`
|
|
||||||
: nothing}
|
|
||||||
${this._showThird
|
|
||||||
? html`<div class="message hass ${this._showFourth ? "show" : ""}">
|
|
||||||
${!this._showFourth ? "…" : "Turned on the lights"}
|
|
||||||
</div>`
|
|
||||||
: nothing}
|
|
||||||
${this._showFourth
|
|
||||||
? html`<div class="timing hass">5 seconds</div>`
|
|
||||||
: nothing}
|
|
||||||
</div>
|
|
||||||
<h3>Home Assistant Cloud</h3>
|
|
||||||
<div class="messages-container cloud">
|
|
||||||
<div class="message user ${this._showFirst ? "show" : ""}">
|
|
||||||
${!this._showFirst ? "…" : "Turn on the lights in the bedroom"}
|
|
||||||
</div>
|
|
||||||
${this._showFirst
|
|
||||||
? html`<div class="timing user">0.2 seconds</div>`
|
|
||||||
: nothing}
|
|
||||||
${this._showFirst
|
|
||||||
? html` <div class="message hass ${this._showSecond ? "show" : ""}">
|
|
||||||
${!this._showSecond ? "…" : "Turned on the lights"}
|
|
||||||
</div>`
|
|
||||||
: nothing}
|
|
||||||
${this._showSecond
|
|
||||||
? html`<div class="timing hass">0.4 seconds</div>`
|
|
||||||
: nothing}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="footer side-by-side">
|
|
||||||
<ha-button @click=${this._goToCloud}
|
|
||||||
>Try Home Assistant Cloud</ha-button
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href=${documentationUrl(
|
|
||||||
this.hass,
|
|
||||||
"/voice_control/voice_remote_local_assistant/"
|
|
||||||
)}
|
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer noopenner"
|
|
||||||
>
|
|
||||||
<ha-button @click=${this._skip} unelevated>Learn more</ha-button>
|
|
||||||
</a>
|
|
||||||
</div>`;
|
|
||||||
}
|
|
||||||
|
|
||||||
private _goToCloud() {
|
|
||||||
fireEvent(this, "next-step", { step: STEP.CLOUD });
|
|
||||||
}
|
|
||||||
|
|
||||||
private _skip() {
|
|
||||||
fireEvent(this, "next-step", { step: STEP.SUCCESS });
|
|
||||||
}
|
|
||||||
|
|
||||||
static styles = [
|
|
||||||
AssistantSetupStyles,
|
|
||||||
css`
|
|
||||||
.messages-container {
|
|
||||||
padding: 24px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 195px;
|
|
||||||
background: var(--input-fill-color);
|
|
||||||
border-radius: 16px;
|
|
||||||
border: 1px solid var(--divider-color);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
.message {
|
|
||||||
white-space: nowrap;
|
|
||||||
font-size: 18px;
|
|
||||||
clear: both;
|
|
||||||
margin: 8px 0;
|
|
||||||
padding: 8px;
|
|
||||||
border-radius: 15px;
|
|
||||||
height: 36px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
width: 30px;
|
|
||||||
}
|
|
||||||
.rpi .message {
|
|
||||||
transition: width 1s;
|
|
||||||
}
|
|
||||||
.cloud .message {
|
|
||||||
transition: width 0.5s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message.user {
|
|
||||||
margin-left: 24px;
|
|
||||||
margin-inline-start: 24px;
|
|
||||||
margin-inline-end: initial;
|
|
||||||
align-self: self-end;
|
|
||||||
text-align: right;
|
|
||||||
border-bottom-right-radius: 0px;
|
|
||||||
background-color: var(--primary-color);
|
|
||||||
color: var(--text-primary-color);
|
|
||||||
direction: var(--direction);
|
|
||||||
}
|
|
||||||
.timing.user {
|
|
||||||
align-self: self-end;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message.user.show {
|
|
||||||
width: 295px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message.hass {
|
|
||||||
margin-right: 24px;
|
|
||||||
margin-inline-end: 24px;
|
|
||||||
margin-inline-start: initial;
|
|
||||||
align-self: self-start;
|
|
||||||
border-bottom-left-radius: 0px;
|
|
||||||
background-color: var(--secondary-background-color);
|
|
||||||
color: var(--primary-text-color);
|
|
||||||
direction: var(--direction);
|
|
||||||
}
|
|
||||||
.timing.hass {
|
|
||||||
align-self: self-start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message.hass.show {
|
|
||||||
width: 184px;
|
|
||||||
}
|
|
||||||
.footer {
|
|
||||||
margin-top: 24px;
|
|
||||||
}
|
|
||||||
`,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
declare global {
|
|
||||||
interface HTMLElementTagNameMap {
|
|
||||||
"ha-voice-assistant-setup-step-addons": HaVoiceAssistantSetupStepAddons;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -16,7 +16,7 @@ export class HaVoiceAssistantSetupStepArea extends LitElement {
|
|||||||
const device = this.hass.devices[this.deviceId];
|
const device = this.hass.devices[this.deviceId];
|
||||||
|
|
||||||
return html`<div class="content">
|
return html`<div class="content">
|
||||||
<img src="/static/icons/casita/loving.png" />
|
<img src="/static/images/voice-assistant/area.gif" />
|
||||||
<h1>Select area</h1>
|
<h1>Select area</h1>
|
||||||
<p class="secondary">
|
<p class="secondary">
|
||||||
When you voice assistant knows where it is, it can better control the
|
When you voice assistant knows where it is, it can better control the
|
||||||
|
@@ -10,6 +10,7 @@ import { STEP } from "./voice-assistant-setup-dialog";
|
|||||||
import { AssistantSetupStyles } from "./styles";
|
import { AssistantSetupStyles } from "./styles";
|
||||||
import "../../components/ha-md-list";
|
import "../../components/ha-md-list";
|
||||||
import "../../components/ha-md-list-item";
|
import "../../components/ha-md-list-item";
|
||||||
|
import { formatLanguageCode } from "../../common/language/format_language";
|
||||||
|
|
||||||
@customElement("ha-voice-assistant-setup-step-change-wake-word")
|
@customElement("ha-voice-assistant-setup-step-change-wake-word")
|
||||||
export class HaVoiceAssistantSetupStepChangeWakeWord extends LitElement {
|
export class HaVoiceAssistantSetupStepChangeWakeWord extends LitElement {
|
||||||
@@ -22,11 +23,12 @@ export class HaVoiceAssistantSetupStepChangeWakeWord extends LitElement {
|
|||||||
|
|
||||||
protected override render() {
|
protected override render() {
|
||||||
return html`<div class="padding content">
|
return html`<div class="padding content">
|
||||||
<img src="/static/icons/casita/smiling.png" />
|
<img src="/static/images/voice-assistant/change-wake-word.gif" />
|
||||||
<h1>Change wake word</h1>
|
<h1>Change wake word</h1>
|
||||||
<p class="secondary">
|
<p class="secondary">
|
||||||
Some wake words are better for [your language] and voice than others.
|
Some wake words are better for
|
||||||
Please try them out.
|
${formatLanguageCode(this.hass.locale.language, this.hass.locale)} and
|
||||||
|
voice than others. Please try them out.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<ha-md-list>
|
<ha-md-list>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import { html, LitElement, PropertyValues } from "lit";
|
import { html, LitElement, nothing, PropertyValues } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
import { testAssistSatelliteConnection } from "../../data/assist_satellite";
|
import { testAssistSatelliteConnection } from "../../data/assist_satellite";
|
||||||
@@ -13,6 +13,8 @@ export class HaVoiceAssistantSetupStepCheck extends LitElement {
|
|||||||
|
|
||||||
@state() private _status?: "success" | "timeout";
|
@state() private _status?: "success" | "timeout";
|
||||||
|
|
||||||
|
@state() private _showLoader = false;
|
||||||
|
|
||||||
protected override willUpdate(changedProperties: PropertyValues): void {
|
protected override willUpdate(changedProperties: PropertyValues): void {
|
||||||
super.willUpdate(changedProperties);
|
super.willUpdate(changedProperties);
|
||||||
if (!this.hasUpdated) {
|
if (!this.hasUpdated) {
|
||||||
@@ -30,39 +32,48 @@ export class HaVoiceAssistantSetupStepCheck extends LitElement {
|
|||||||
|
|
||||||
protected override render() {
|
protected override render() {
|
||||||
return html`<div class="content">
|
return html`<div class="content">
|
||||||
${this._status === "success"
|
${this._status === "timeout"
|
||||||
? html`<img src="/static/icons/casita/smiling.png" />
|
? html`<img src="/static/images/voice-assistant/error.gif" />
|
||||||
|
<h1>The voice assistant is unable to connect to Home Assistant</h1>
|
||||||
|
<p class="secondary">
|
||||||
|
To play audio, the voice assistant device has to connect to Home
|
||||||
|
Assistant to fetch the files. Our test shows that the device is
|
||||||
|
unable to reach the Home Assistant server.
|
||||||
|
</p>
|
||||||
|
<div class="footer">
|
||||||
|
<a
|
||||||
|
href="https://www.home-assistant.io/docs/configuration/remote/#adding-a-remote-url-to-home-assistant"
|
||||||
|
><ha-button>Help me</ha-button></a
|
||||||
|
>
|
||||||
|
<ha-button @click=${this._testConnection}>Retry</ha-button>
|
||||||
|
</div>`
|
||||||
|
: html`<img src="/static/images/voice-assistant/hi.gif" />
|
||||||
<h1>Hi</h1>
|
<h1>Hi</h1>
|
||||||
<p class="secondary">
|
<p class="secondary">
|
||||||
With a couple of steps we are going to setup your voice assistant.
|
Over the next couple steps we're going to personalize your voice
|
||||||
</p>`
|
assistant.
|
||||||
: this._status === "timeout"
|
</p>
|
||||||
? html`<img src="/static/icons/casita/sad.png" />
|
|
||||||
<h1>Voice assistant can not connect to Home Assistant</h1>
|
${this._showLoader
|
||||||
<p class="secondary">
|
? html`<ha-circular-progress
|
||||||
A good explanation what is happening and what action you should
|
indeterminate
|
||||||
take.
|
></ha-circular-progress>`
|
||||||
</p>
|
: nothing} `}
|
||||||
<div class="footer">
|
|
||||||
<a href="#"><ha-button>Help me</ha-button></a>
|
|
||||||
<ha-button @click=${this._testConnection}>Retry</ha-button>
|
|
||||||
</div>`
|
|
||||||
: html`<img src="/static/icons/casita/loading.png" />
|
|
||||||
<h1>Checking...</h1>
|
|
||||||
<p class="secondary">
|
|
||||||
We are checking if the device can reach your Home Assistant
|
|
||||||
instance.
|
|
||||||
</p>
|
|
||||||
<ha-circular-progress indeterminate></ha-circular-progress>`}
|
|
||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async _testConnection() {
|
private async _testConnection() {
|
||||||
this._status = undefined;
|
this._status = undefined;
|
||||||
|
this._showLoader = false;
|
||||||
|
const timeout = setTimeout(() => {
|
||||||
|
this._showLoader = true;
|
||||||
|
}, 3000);
|
||||||
const result = await testAssistSatelliteConnection(
|
const result = await testAssistSatelliteConnection(
|
||||||
this.hass,
|
this.hass,
|
||||||
this.assistEntityId!
|
this.assistEntityId!
|
||||||
);
|
);
|
||||||
|
clearTimeout(timeout);
|
||||||
|
this._showLoader = false;
|
||||||
this._status = result.status;
|
this._status = result.status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
import { html, LitElement } from "lit";
|
import { mdiEarth, mdiMicrophoneMessage, mdiOpenInNew } from "@mdi/js";
|
||||||
|
import { css, html, LitElement } from "lit";
|
||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
import { HomeAssistant } from "../../types";
|
import { HomeAssistant } from "../../types";
|
||||||
|
import { brandsUrl } from "../../util/brands-url";
|
||||||
import { AssistantSetupStyles } from "./styles";
|
import { AssistantSetupStyles } from "./styles";
|
||||||
|
|
||||||
@customElement("ha-voice-assistant-setup-step-cloud")
|
@customElement("ha-voice-assistant-setup-step-cloud")
|
||||||
@@ -10,22 +12,92 @@ export class HaVoiceAssistantSetupStepCloud extends LitElement {
|
|||||||
|
|
||||||
protected override render() {
|
protected override render() {
|
||||||
return html`<div class="content">
|
return html`<div class="content">
|
||||||
<img src="/static/images/logo_nabu_casa.png" />
|
<img
|
||||||
<h1>Supercharge your assistant with Home Assistant Cloud</h1>
|
src=${`/static/images/logo_nabu_casa${this.hass.themes?.darkMode ? "_dark" : ""}.png`}
|
||||||
<p class="secondary">
|
alt="Nabu Casa logo"
|
||||||
Speed up and take the load off your system by running your
|
/>
|
||||||
text-to-speech and speech-to-text in our private and secure cloud.
|
<h1>The power of Home Assistant Cloud</h1>
|
||||||
Cloud also includes secure remote access to your system while
|
<div class="features">
|
||||||
supporting the development of Home Assistant.
|
<div class="feature speech">
|
||||||
</p>
|
<div class="logos">
|
||||||
|
<div class="round-icon">
|
||||||
|
<ha-svg-icon .path=${mdiMicrophoneMessage}></ha-svg-icon>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h2>
|
||||||
|
${this.hass.localize(
|
||||||
|
"ui.panel.config.voice_assistants.assistants.cloud.features.speech.title"
|
||||||
|
)}
|
||||||
|
<span class="no-wrap"></span>
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
${this.hass.localize(
|
||||||
|
"ui.panel.config.voice_assistants.assistants.cloud.features.speech.text"
|
||||||
|
)}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="feature access">
|
||||||
|
<div class="logos">
|
||||||
|
<div class="round-icon">
|
||||||
|
<ha-svg-icon .path=${mdiEarth}></ha-svg-icon>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h2>
|
||||||
|
Remote access
|
||||||
|
<span class="no-wrap"></span>
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
Secure remote access to your system while supporting the
|
||||||
|
development of Home Assistant.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="feature">
|
||||||
|
<div class="logos">
|
||||||
|
<img
|
||||||
|
alt="Google Assistant"
|
||||||
|
src=${brandsUrl({
|
||||||
|
domain: "google_assistant",
|
||||||
|
type: "icon",
|
||||||
|
darkOptimized: this.hass.themes?.darkMode,
|
||||||
|
})}
|
||||||
|
crossorigin="anonymous"
|
||||||
|
referrerpolicy="no-referrer"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
alt="Amazon Alexa"
|
||||||
|
src=${brandsUrl({
|
||||||
|
domain: "alexa",
|
||||||
|
type: "icon",
|
||||||
|
darkOptimized: this.hass.themes?.darkMode,
|
||||||
|
})}
|
||||||
|
crossorigin="anonymous"
|
||||||
|
referrerpolicy="no-referrer"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<h2>
|
||||||
|
${this.hass.localize(
|
||||||
|
"ui.panel.config.voice_assistants.assistants.cloud.features.assistants.title"
|
||||||
|
)}
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
${this.hass.localize(
|
||||||
|
"ui.panel.config.voice_assistants.assistants.cloud.features.assistants.text"
|
||||||
|
)}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer side-by-side">
|
<div class="footer side-by-side">
|
||||||
<a
|
<a
|
||||||
href="https://www.nabucasa.com"
|
href="https://www.nabucasa.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopenner"
|
rel="noreferrer noopenner"
|
||||||
><ha-button>Learn more</ha-button></a
|
|
||||||
>
|
>
|
||||||
|
<ha-button>
|
||||||
|
<ha-svg-icon .path=${mdiOpenInNew} slot="icon"></ha-svg-icon>
|
||||||
|
nabucasa.com
|
||||||
|
</ha-button>
|
||||||
|
</a>
|
||||||
<a href="/config/cloud/register" @click=${this._close}
|
<a href="/config/cloud/register" @click=${this._close}
|
||||||
><ha-button unelevated>Try 1 month for free</ha-button></a
|
><ha-button unelevated>Try 1 month for free</ha-button></a
|
||||||
>
|
>
|
||||||
@@ -36,7 +108,58 @@ export class HaVoiceAssistantSetupStepCloud extends LitElement {
|
|||||||
fireEvent(this, "closed");
|
fireEvent(this, "closed");
|
||||||
}
|
}
|
||||||
|
|
||||||
static styles = AssistantSetupStyles;
|
static styles = [
|
||||||
|
AssistantSetupStyles,
|
||||||
|
css`
|
||||||
|
.features {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
grid-gap: 16px;
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
.feature {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
.feature .logos {
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
.feature .logos > * {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
margin: 0 4px;
|
||||||
|
}
|
||||||
|
.round-icon {
|
||||||
|
border-radius: 50%;
|
||||||
|
color: #6e41ab;
|
||||||
|
background-color: #e8dcf7;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
.access .round-icon {
|
||||||
|
color: #00aef8;
|
||||||
|
background-color: #cceffe;
|
||||||
|
}
|
||||||
|
.feature h2 {
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 24px;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
.feature p {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
`,
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
|
@@ -32,6 +32,10 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement {
|
|||||||
|
|
||||||
@state() private _showSecond = false;
|
@state() private _showSecond = false;
|
||||||
|
|
||||||
|
@state() private _showThird = false;
|
||||||
|
|
||||||
|
@state() private _showFourth = false;
|
||||||
|
|
||||||
protected override willUpdate(changedProperties: PropertyValues): void {
|
protected override willUpdate(changedProperties: PropertyValues): void {
|
||||||
super.willUpdate(changedProperties);
|
super.willUpdate(changedProperties);
|
||||||
|
|
||||||
@@ -44,63 +48,83 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement {
|
|||||||
super.firstUpdated(changedProperties);
|
super.firstUpdated(changedProperties);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this._showFirst = true;
|
this._showFirst = true;
|
||||||
}, 1);
|
}, 200);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this._showSecond = true;
|
this._showSecond = true;
|
||||||
}, 1500);
|
}, 600);
|
||||||
|
setTimeout(() => {
|
||||||
|
this._showThird = true;
|
||||||
|
}, 3000);
|
||||||
|
setTimeout(() => {
|
||||||
|
this._showFourth = true;
|
||||||
|
}, 8000);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override render() {
|
protected override render() {
|
||||||
return html`<div class="padding content">
|
return html`<div class="content">
|
||||||
<div class="messages-container">
|
<h1>What hardware do you want to use?</h1>
|
||||||
|
<p class="secondary">
|
||||||
|
How quickly your assistant responds depends on the power of the
|
||||||
|
hardware.
|
||||||
|
</p>
|
||||||
|
<div class="container">
|
||||||
|
<div class="messages-container cloud">
|
||||||
<div class="message user ${this._showFirst ? "show" : ""}">
|
<div class="message user ${this._showFirst ? "show" : ""}">
|
||||||
${!this._showFirst ? "…" : "Turn on the lights in the bedroom"}
|
${!this._showFirst ? "…" : "Turn on the lights in the bedroom"}
|
||||||
</div>
|
</div>
|
||||||
|
${this._showFirst
|
||||||
|
? html`<div class="timing user">0.2 seconds</div>`
|
||||||
|
: nothing}
|
||||||
${this._showFirst
|
${this._showFirst
|
||||||
? html` <div class="message hass ${this._showSecond ? "show" : ""}">
|
? html` <div class="message hass ${this._showSecond ? "show" : ""}">
|
||||||
${!this._showSecond ? "…" : "Turned on the lights"}
|
${!this._showSecond ? "…" : "Turned on the lights"}
|
||||||
</div>`
|
</div>`
|
||||||
: nothing}
|
: nothing}
|
||||||
|
${this._showSecond
|
||||||
|
? html`<div class="timing hass">0.4 seconds</div>`
|
||||||
|
: nothing}
|
||||||
</div>
|
</div>
|
||||||
<h1>Select system</h1>
|
<h2>Home Assistant Cloud</h2>
|
||||||
<p class="secondary">
|
<p>Ideal if you don't have a powerful system at home.</p>
|
||||||
How quickly your voice assistant responds depends on the power of your
|
<ha-button @click=${this._setupCloud}>Learn more</ha-button>
|
||||||
system.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<ha-md-list>
|
<div class="container">
|
||||||
<ha-md-list-item interactive type="button" @click=${this._setupCloud}>
|
<div class="messages-container rpi">
|
||||||
Home Assistant Cloud
|
<div class="message user ${this._showThird ? "show" : ""}">
|
||||||
<span slot="supporting-text"
|
${!this._showThird ? "…" : "Turn on the lights in the bedroom"}
|
||||||
>Ideal if you don't have a powerful system at home</span
|
</div>
|
||||||
>
|
${this._showThird
|
||||||
<ha-icon-next slot="end"></ha-icon-next>
|
? html`<div class="timing user">3 seconds</div>`
|
||||||
</ha-md-list-item>
|
: nothing}
|
||||||
<ha-md-list-item interactive type="button" @click=${this._thisSystem}>
|
${this._showThird
|
||||||
On this system
|
? html`<div class="message hass ${this._showFourth ? "show" : ""}">
|
||||||
<span slot="supporting-text"
|
${!this._showFourth ? "…" : "Turned on the lights"}
|
||||||
>Local setup with the Whisper and Piper add-ons</span
|
</div>`
|
||||||
>
|
: nothing}
|
||||||
<ha-icon-next slot="end"></ha-icon-next>
|
${this._showFourth
|
||||||
</ha-md-list-item>
|
? html`<div class="timing hass">5 seconds</div>`
|
||||||
<ha-md-list-item
|
: nothing}
|
||||||
interactive
|
</div>
|
||||||
type="link"
|
<h2>Do-it-yourself</h2>
|
||||||
|
<p>
|
||||||
|
Install add-ons or containers to run it on your own system. Powerful
|
||||||
|
hardware is needed for fast responses.
|
||||||
|
</p>
|
||||||
|
<a
|
||||||
href=${documentationUrl(
|
href=${documentationUrl(
|
||||||
this.hass,
|
this.hass,
|
||||||
"/voice_control/voice_remote_local_assistant/"
|
"/voice_control/voice_remote_local_assistant/"
|
||||||
)}
|
)}
|
||||||
rel="noreferrer noopenner"
|
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@click=${this._skip}
|
rel="noreferrer noopenner"
|
||||||
>
|
>
|
||||||
Use external system
|
<ha-button @click=${this._skip}>
|
||||||
<span slot="supporting-text"
|
<ha-svg-icon .path=${mdiOpenInNew} slot="icon"></ha-svg-icon>
|
||||||
>Learn more about how to host it on another system</span
|
Learn more</ha-button
|
||||||
>
|
>
|
||||||
<ha-svg-icon slot="end" .path=${mdiOpenInNew}></ha-svg-icon>
|
</a>
|
||||||
</ha-md-list-item>
|
</div>
|
||||||
</ha-md-list>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async _checkCloud() {
|
private async _checkCloud() {
|
||||||
@@ -217,10 +241,6 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement {
|
|||||||
this._nextStep(STEP.CLOUD);
|
this._nextStep(STEP.CLOUD);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async _thisSystem() {
|
|
||||||
this._nextStep(STEP.ADDONS);
|
|
||||||
}
|
|
||||||
|
|
||||||
private _skip() {
|
private _skip() {
|
||||||
this._nextStep(STEP.SUCCESS);
|
this._nextStep(STEP.SUCCESS);
|
||||||
}
|
}
|
||||||
@@ -232,21 +252,22 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement {
|
|||||||
static styles = [
|
static styles = [
|
||||||
AssistantSetupStyles,
|
AssistantSetupStyles,
|
||||||
css`
|
css`
|
||||||
:host {
|
.container {
|
||||||
padding: 0;
|
border-radius: 16px;
|
||||||
|
border: 1px solid var(--divider-color);
|
||||||
|
overflow: hidden;
|
||||||
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
.padding {
|
.container:last-child {
|
||||||
padding: 24px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
ha-md-list {
|
|
||||||
width: 100%;
|
|
||||||
text-align: initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
.messages-container {
|
.messages-container {
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 152px;
|
height: 195px;
|
||||||
|
background: var(--input-fill-color);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.message {
|
.message {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -259,21 +280,29 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
transition: width 1s;
|
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
.rpi .message {
|
||||||
|
transition: width 1s;
|
||||||
|
}
|
||||||
|
.cloud .message {
|
||||||
|
transition: width 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
.message.user {
|
.message.user {
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
margin-inline-start: 24px;
|
margin-inline-start: 24px;
|
||||||
margin-inline-end: initial;
|
margin-inline-end: initial;
|
||||||
float: var(--float-end);
|
align-self: self-end;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
border-bottom-right-radius: 0px;
|
border-bottom-right-radius: 0px;
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
color: var(--text-primary-color);
|
color: var(--text-primary-color);
|
||||||
direction: var(--direction);
|
direction: var(--direction);
|
||||||
}
|
}
|
||||||
|
.timing.user {
|
||||||
|
align-self: self-end;
|
||||||
|
}
|
||||||
|
|
||||||
.message.user.show {
|
.message.user.show {
|
||||||
width: 295px;
|
width: 295px;
|
||||||
@@ -283,12 +312,15 @@ export class HaVoiceAssistantSetupStepPipeline extends LitElement {
|
|||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
margin-inline-end: 24px;
|
margin-inline-end: 24px;
|
||||||
margin-inline-start: initial;
|
margin-inline-start: initial;
|
||||||
float: var(--float-start);
|
align-self: self-start;
|
||||||
border-bottom-left-radius: 0px;
|
border-bottom-left-radius: 0px;
|
||||||
background-color: var(--secondary-background-color);
|
background-color: var(--secondary-background-color);
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
direction: var(--direction);
|
direction: var(--direction);
|
||||||
}
|
}
|
||||||
|
.timing.hass {
|
||||||
|
align-self: self-start;
|
||||||
|
}
|
||||||
|
|
||||||
.message.hass.show {
|
.message.hass.show {
|
||||||
width: 184px;
|
width: 184px;
|
||||||
|
@@ -8,7 +8,6 @@ import "../../components/ha-tts-voice-picker";
|
|||||||
import {
|
import {
|
||||||
AssistPipeline,
|
AssistPipeline,
|
||||||
listAssistPipelines,
|
listAssistPipelines,
|
||||||
setAssistPipelinePreferred,
|
|
||||||
updateAssistPipeline,
|
updateAssistPipeline,
|
||||||
} from "../../data/assist_pipeline";
|
} from "../../data/assist_pipeline";
|
||||||
import {
|
import {
|
||||||
@@ -17,13 +16,13 @@ import {
|
|||||||
setWakeWords,
|
setWakeWords,
|
||||||
} from "../../data/assist_satellite";
|
} from "../../data/assist_satellite";
|
||||||
import { fetchCloudStatus } from "../../data/cloud";
|
import { fetchCloudStatus } from "../../data/cloud";
|
||||||
|
import { InputSelectEntity } from "../../data/input_select";
|
||||||
|
import { setSelectOption } from "../../data/select";
|
||||||
import { showVoiceAssistantPipelineDetailDialog } from "../../panels/config/voice-assistants/show-dialog-voice-assistant-pipeline-detail";
|
import { showVoiceAssistantPipelineDetailDialog } from "../../panels/config/voice-assistants/show-dialog-voice-assistant-pipeline-detail";
|
||||||
import "../../panels/lovelace/entity-rows/hui-select-entity-row";
|
import "../../panels/lovelace/entity-rows/hui-select-entity-row";
|
||||||
import { HomeAssistant } from "../../types";
|
import { HomeAssistant } from "../../types";
|
||||||
import { AssistantSetupStyles } from "./styles";
|
import { AssistantSetupStyles } from "./styles";
|
||||||
import { STEP } from "./voice-assistant-setup-dialog";
|
import { STEP } from "./voice-assistant-setup-dialog";
|
||||||
import { setSelectOption } from "../../data/select";
|
|
||||||
import { InputSelectEntity } from "../../data/input_select";
|
|
||||||
|
|
||||||
@customElement("ha-voice-assistant-setup-step-success")
|
@customElement("ha-voice-assistant-setup-step-success")
|
||||||
export class HaVoiceAssistantSetupStepSuccess extends LitElement {
|
export class HaVoiceAssistantSetupStepSuccess extends LitElement {
|
||||||
@@ -67,11 +66,11 @@ export class HaVoiceAssistantSetupStepSuccess extends LitElement {
|
|||||||
: undefined;
|
: undefined;
|
||||||
|
|
||||||
return html`<div class="content">
|
return html`<div class="content">
|
||||||
<img src="/static/icons/casita/loving.png" />
|
<img src="/static/images/voice-assistant/heart.gif" />
|
||||||
<h1>Ready to assist!</h1>
|
<h1>Ready to Assist!</h1>
|
||||||
<p class="secondary">
|
<p class="secondary">
|
||||||
Your device is all ready to go! If you want to tweak some more
|
Make any final customizations here. You can always change these in the
|
||||||
settings, you can change that below.
|
Voice Assistants section of the settings page.
|
||||||
</p>
|
</p>
|
||||||
<div class="rows">
|
<div class="rows">
|
||||||
${this.assistConfiguration &&
|
${this.assistConfiguration &&
|
||||||
@@ -233,7 +232,7 @@ export class HaVoiceAssistantSetupStepSuccess extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async _openPipeline() {
|
private async _openPipeline() {
|
||||||
const [pipeline, preferred_pipeline] = await this._getPipeline();
|
const [pipeline] = await this._getPipeline();
|
||||||
|
|
||||||
if (!pipeline) {
|
if (!pipeline) {
|
||||||
return;
|
return;
|
||||||
@@ -245,13 +244,9 @@ export class HaVoiceAssistantSetupStepSuccess extends LitElement {
|
|||||||
cloudActiveSubscription:
|
cloudActiveSubscription:
|
||||||
cloudStatus.logged_in && cloudStatus.active_subscription,
|
cloudStatus.logged_in && cloudStatus.active_subscription,
|
||||||
pipeline,
|
pipeline,
|
||||||
preferred: pipeline.id === preferred_pipeline,
|
|
||||||
updatePipeline: async (values) => {
|
updatePipeline: async (values) => {
|
||||||
await updateAssistPipeline(this.hass!, pipeline!.id, values);
|
await updateAssistPipeline(this.hass!, pipeline!.id, values);
|
||||||
},
|
},
|
||||||
setPipelinePreferred: async () => {
|
|
||||||
await setAssistPipelinePreferred(this.hass!, pipeline!.id);
|
|
||||||
},
|
|
||||||
hideWakeWord: true,
|
hideWakeWord: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@@ -2,7 +2,13 @@ import { css, html, LitElement, nothing, PropertyValues } from "lit";
|
|||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
import "../../components/ha-circular-progress";
|
import "../../components/ha-circular-progress";
|
||||||
import { OFF, ON, UNAVAILABLE, UNKNOWN } from "../../data/entity";
|
import { ON, UNAVAILABLE } from "../../data/entity";
|
||||||
|
import {
|
||||||
|
updateCanInstall,
|
||||||
|
UpdateEntity,
|
||||||
|
updateIsInstalling,
|
||||||
|
updateUsesProgress,
|
||||||
|
} from "../../data/update";
|
||||||
import { HomeAssistant } from "../../types";
|
import { HomeAssistant } from "../../types";
|
||||||
import { AssistantSetupStyles } from "./styles";
|
import { AssistantSetupStyles } from "./styles";
|
||||||
|
|
||||||
@@ -51,17 +57,19 @@ export class HaVoiceAssistantSetupStepUpdate extends LitElement {
|
|||||||
return nothing;
|
return nothing;
|
||||||
}
|
}
|
||||||
|
|
||||||
const stateObj = this.hass.states[this.updateEntityId];
|
const stateObj = this.hass.states[this.updateEntityId] as
|
||||||
|
| UpdateEntity
|
||||||
|
| undefined;
|
||||||
|
|
||||||
const progressIsNumeric =
|
const progressIsNumeric = stateObj && updateUsesProgress(stateObj);
|
||||||
typeof stateObj?.attributes.in_progress === "number";
|
|
||||||
|
|
||||||
return html`<div class="content">
|
return html`<div class="content">
|
||||||
<img src="/static/icons/casita/loading.png" />
|
<img src="/static/images/voice-assistant/update.gif" />
|
||||||
<h1>
|
<h1>
|
||||||
${stateObj.state === OFF || stateObj.state === UNKNOWN
|
${stateObj &&
|
||||||
? "Checking for updates"
|
(stateObj.state === "unavailable" || updateIsInstalling(stateObj))
|
||||||
: "Updating your voice assistant"}
|
? "Updating your voice assistant"
|
||||||
|
: "Checking for updates"}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="secondary">
|
<p class="secondary">
|
||||||
We are making sure you have the latest and greatest version of your
|
We are making sure you have the latest and greatest version of your
|
||||||
@@ -69,15 +77,15 @@ export class HaVoiceAssistantSetupStepUpdate extends LitElement {
|
|||||||
</p>
|
</p>
|
||||||
<ha-circular-progress
|
<ha-circular-progress
|
||||||
.value=${progressIsNumeric
|
.value=${progressIsNumeric
|
||||||
? stateObj.attributes.in_progress / 100
|
? (stateObj.attributes.update_percentage as number) / 100
|
||||||
: undefined}
|
: undefined}
|
||||||
.indeterminate=${!progressIsNumeric}
|
.indeterminate=${!progressIsNumeric}
|
||||||
></ha-circular-progress>
|
></ha-circular-progress>
|
||||||
<p>
|
<p>
|
||||||
${stateObj.state === "unavailable"
|
${stateObj?.state === UNAVAILABLE
|
||||||
? "Restarting voice assistant"
|
? "Restarting voice assistant"
|
||||||
: progressIsNumeric
|
: progressIsNumeric
|
||||||
? `Installing ${stateObj.attributes.in_progress}%`
|
? `Installing ${stateObj.attributes.update_percentage}%`
|
||||||
: ""}
|
: ""}
|
||||||
</p>
|
</p>
|
||||||
</div>`;
|
</div>`;
|
||||||
@@ -88,8 +96,14 @@ export class HaVoiceAssistantSetupStepUpdate extends LitElement {
|
|||||||
if (!this.updateEntityId) {
|
if (!this.updateEntityId) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const updateEntity = this.hass.states[this.updateEntityId];
|
const updateEntity = this.hass.states[this.updateEntityId] as
|
||||||
if (updateEntity && this.hass.states[updateEntity.entity_id].state === ON) {
|
| UpdateEntity
|
||||||
|
| undefined;
|
||||||
|
if (
|
||||||
|
updateEntity &&
|
||||||
|
this.hass.states[updateEntity.entity_id].state === ON &&
|
||||||
|
updateCanInstall(updateEntity)
|
||||||
|
) {
|
||||||
this._updated = true;
|
this._updated = true;
|
||||||
await this.hass.callService(
|
await this.hass.callService(
|
||||||
"update",
|
"update",
|
||||||
|
@@ -65,14 +65,14 @@ export class HaVoiceAssistantSetupStepWakeWord extends LitElement {
|
|||||||
return html`<div class="content">
|
return html`<div class="content">
|
||||||
${!this._detected
|
${!this._detected
|
||||||
? html`
|
? html`
|
||||||
<img src="/static/icons/casita/sleeping.png" />
|
<img src="/static/images/voice-assistant/sleep.gif" />
|
||||||
<h1>
|
<h1>
|
||||||
Say “${this._activeWakeWord(this.assistConfiguration)}” to wake the
|
Say “${this._activeWakeWord(this.assistConfiguration)}” to wake the
|
||||||
device up
|
device up
|
||||||
</h1>
|
</h1>
|
||||||
<p class="secondary">Setup will continue once the device is awake.</p>
|
<p class="secondary">Setup will continue once the device is awake.</p>
|
||||||
</div>`
|
</div>`
|
||||||
: html`<img src="/static/icons/casita/normal.png" />
|
: html`<img src="/static/images/voice-assistant/ok-nabu.gif" />
|
||||||
<h1>
|
<h1>
|
||||||
Say “${this._activeWakeWord(this.assistConfiguration)}” again
|
Say “${this._activeWakeWord(this.assistConfiguration)}” again
|
||||||
</h1>
|
</h1>
|
||||||
@@ -80,7 +80,7 @@ export class HaVoiceAssistantSetupStepWakeWord extends LitElement {
|
|||||||
To make sure the wake word works for you.
|
To make sure the wake word works for you.
|
||||||
</p>`}
|
</p>`}
|
||||||
</div>
|
</div>
|
||||||
<div class="footer full-width">
|
<div class="footer centered">
|
||||||
<ha-button @click=${this._changeWakeWord}>Change wake word</ha-button>
|
<ha-button @click=${this._changeWakeWord}>Change wake word</ha-button>
|
||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
@@ -125,7 +125,15 @@ class HassSubpage extends LitElement {
|
|||||||
.main-title {
|
.main-title {
|
||||||
margin: var(--margin-title);
|
margin: var(--margin-title);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
min-width: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@@ -371,7 +371,7 @@ export class HaTabsSubpageDataTable extends LitElement {
|
|||||||
>
|
>
|
||||||
<div slot="headline">
|
<div slot="headline">
|
||||||
${localize(
|
${localize(
|
||||||
"ui.components.subpage-data-table.close_select_mode"
|
"ui.components.subpage-data-table.exit_selection_mode"
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</ha-md-menu-item>
|
</ha-md-menu-item>
|
||||||
|
@@ -1,13 +1,15 @@
|
|||||||
import { html, LitElement, nothing } from "lit";
|
|
||||||
import { property, state, query } from "lit/decorators";
|
|
||||||
import { mdiClose } from "@mdi/js";
|
import { mdiClose } from "@mdi/js";
|
||||||
|
import { html, LitElement, nothing } from "lit";
|
||||||
|
import { property, query, state } from "lit/decorators";
|
||||||
import { computeRTL } from "../common/util/compute_rtl";
|
import { computeRTL } from "../common/util/compute_rtl";
|
||||||
|
import "../components/ha-button";
|
||||||
import "../components/ha-toast";
|
import "../components/ha-toast";
|
||||||
import type { HaToast } from "../components/ha-toast";
|
import type { HaToast } from "../components/ha-toast";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import "../components/ha-button";
|
|
||||||
|
|
||||||
export interface ShowToastParams {
|
export interface ShowToastParams {
|
||||||
|
// Unique ID for the toast. If a new toast is shown with the same ID as the previous toast, it will be replaced to avoid flickering.
|
||||||
|
id?: string;
|
||||||
message: string;
|
message: string;
|
||||||
action?: ToastActionParams;
|
action?: ToastActionParams;
|
||||||
duration?: number;
|
duration?: number;
|
||||||
@@ -27,12 +29,12 @@ class NotificationManager extends LitElement {
|
|||||||
@query("ha-toast") private _toast!: HaToast | undefined;
|
@query("ha-toast") private _toast!: HaToast | undefined;
|
||||||
|
|
||||||
public async showDialog(parameters: ShowToastParams) {
|
public async showDialog(parameters: ShowToastParams) {
|
||||||
if (this._parameters && this._parameters.message !== parameters.message) {
|
if (!parameters.id || this._parameters?.id !== parameters.id) {
|
||||||
this._parameters = undefined;
|
this._toast?.close();
|
||||||
await this.updateComplete;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!parameters || parameters.duration === 0) {
|
if (!parameters || parameters.duration === 0) {
|
||||||
|
this._parameters = undefined;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -44,10 +46,9 @@ class NotificationManager extends LitElement {
|
|||||||
) {
|
) {
|
||||||
this._parameters.duration = 4000;
|
this._parameters.duration = 4000;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public shouldUpdate(changedProperties) {
|
await this.updateComplete;
|
||||||
return !this._toast || changedProperties.has("_parameters");
|
this._toast?.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
private _toastClosed() {
|
private _toastClosed() {
|
||||||
@@ -61,7 +62,6 @@ class NotificationManager extends LitElement {
|
|||||||
return html`
|
return html`
|
||||||
<ha-toast
|
<ha-toast
|
||||||
leading
|
leading
|
||||||
open
|
|
||||||
dir=${computeRTL(this.hass) ? "rtl" : "ltr"}
|
dir=${computeRTL(this.hass) ? "rtl" : "ltr"}
|
||||||
.labelText=${this._parameters.message}
|
.labelText=${this._parameters.message}
|
||||||
.timeoutMs=${this._parameters.duration!}
|
.timeoutMs=${this._parameters.duration!}
|
||||||
@@ -77,12 +77,14 @@ class NotificationManager extends LitElement {
|
|||||||
`
|
`
|
||||||
: nothing}
|
: nothing}
|
||||||
${this._parameters?.dismissable
|
${this._parameters?.dismissable
|
||||||
? html`<ha-icon-button
|
? html`
|
||||||
.label=${this.hass.localize("ui.common.close")}
|
<ha-icon-button
|
||||||
.path=${mdiClose}
|
.label=${this.hass.localize("ui.common.close")}
|
||||||
dialogAction="close"
|
.path=${mdiClose}
|
||||||
slot="dismiss"
|
dialogAction="close"
|
||||||
></ha-icon-button>`
|
slot="dismiss"
|
||||||
|
></ha-icon-button>
|
||||||
|
`
|
||||||
: nothing}
|
: nothing}
|
||||||
</ha-toast>
|
</ha-toast>
|
||||||
`;
|
`;
|
||||||
|
@@ -43,8 +43,13 @@ import type { HaYamlEditor } from "../../../../components/ha-yaml-editor";
|
|||||||
import { ACTION_ICONS, YAML_ONLY_ACTION_TYPES } from "../../../../data/action";
|
import { ACTION_ICONS, YAML_ONLY_ACTION_TYPES } from "../../../../data/action";
|
||||||
import { AutomationClipboard } from "../../../../data/automation";
|
import { AutomationClipboard } from "../../../../data/automation";
|
||||||
import { validateConfig } from "../../../../data/config";
|
import { validateConfig } from "../../../../data/config";
|
||||||
import { fullEntitiesContext, labelsContext } from "../../../../data/context";
|
import {
|
||||||
|
floorsContext,
|
||||||
|
fullEntitiesContext,
|
||||||
|
labelsContext,
|
||||||
|
} from "../../../../data/context";
|
||||||
import { EntityRegistryEntry } from "../../../../data/entity_registry";
|
import { EntityRegistryEntry } from "../../../../data/entity_registry";
|
||||||
|
import { FloorRegistryEntry } from "../../../../data/floor_registry";
|
||||||
import { LabelRegistryEntry } from "../../../../data/label_registry";
|
import { LabelRegistryEntry } from "../../../../data/label_registry";
|
||||||
import {
|
import {
|
||||||
Action,
|
Action,
|
||||||
@@ -154,6 +159,10 @@ export default class HaAutomationActionRow extends LitElement {
|
|||||||
@consume({ context: labelsContext, subscribe: true })
|
@consume({ context: labelsContext, subscribe: true })
|
||||||
_labelReg!: LabelRegistryEntry[];
|
_labelReg!: LabelRegistryEntry[];
|
||||||
|
|
||||||
|
@state()
|
||||||
|
@consume({ context: floorsContext, subscribe: true })
|
||||||
|
_floorReg!: { [id: string]: FloorRegistryEntry };
|
||||||
|
|
||||||
@state() private _warnings?: string[];
|
@state() private _warnings?: string[];
|
||||||
|
|
||||||
@state() private _uiModeAvailable = true;
|
@state() private _uiModeAvailable = true;
|
||||||
@@ -222,6 +231,7 @@ export default class HaAutomationActionRow extends LitElement {
|
|||||||
this.hass,
|
this.hass,
|
||||||
this._entityReg,
|
this._entityReg,
|
||||||
this._labelReg,
|
this._labelReg,
|
||||||
|
this._floorReg,
|
||||||
this.action
|
this.action
|
||||||
)
|
)
|
||||||
)}
|
)}
|
||||||
@@ -593,6 +603,7 @@ export default class HaAutomationActionRow extends LitElement {
|
|||||||
this.hass,
|
this.hass,
|
||||||
this._entityReg,
|
this._entityReg,
|
||||||
this._labelReg,
|
this._labelReg,
|
||||||
|
this._floorReg,
|
||||||
this.action,
|
this.action,
|
||||||
undefined,
|
undefined,
|
||||||
true
|
true
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { consume } from "@lit-labs/context";
|
import { consume } from "@lit-labs/context";
|
||||||
import { css, html, LitElement } from "lit";
|
import { css, html, LitElement, PropertyValues } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
import memoizeOne from "memoize-one";
|
import memoizeOne from "memoize-one";
|
||||||
import { fireEvent } from "../../../../../common/dom/fire_event";
|
import { fireEvent } from "../../../../../common/dom/fire_event";
|
||||||
@@ -56,6 +56,28 @@ export class HaDeviceAction extends LitElement {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
public shouldUpdate(changedProperties: PropertyValues) {
|
||||||
|
if (!changedProperties.has("action")) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
if (
|
||||||
|
this.action.device_id &&
|
||||||
|
!(this.action.device_id in this.hass.devices)
|
||||||
|
) {
|
||||||
|
fireEvent(
|
||||||
|
this,
|
||||||
|
"ui-mode-not-available",
|
||||||
|
Error(
|
||||||
|
this.hass.localize(
|
||||||
|
"ui.panel.config.automation.editor.edit_unknown_device"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
const deviceId = this._deviceId || this.action.device_id;
|
const deviceId = this._deviceId || this.action.device_id;
|
||||||
|
|
||||||
|