mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-19 14:37:22 +00:00
Compare commits
1 Commits
wa-dialog-
...
number-ent
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d215064c6e |
8
.github/workflows/cast_deployment.yaml
vendored
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -56,12 +56,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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|||||||
22
.github/workflows/ci.yaml
vendored
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||||
with:
|
with:
|
||||||
name: supervisor-bundle-stats
|
name: supervisor-bundle-stats
|
||||||
path: build/stats/*.json
|
path: build/stats/*.json
|
||||||
|
|||||||
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
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.
|
||||||
@@ -36,14 +36,14 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
|
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
|
|
||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
# If this step fails, then you should remove it and run the build manually (see below)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
|
uses: github/codeql-action/autobuild@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
@@ -57,4 +57,4 @@ jobs:
|
|||||||
# make release
|
# make release
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
|
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
|
||||||
|
|||||||
8
.github/workflows/demo_deployment.yaml
vendored
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
with:
|
with:
|
||||||
ref: dev
|
ref: dev
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|||||||
4
.github/workflows/design_deployment.yaml
vendored
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|||||||
4
.github/workflows/design_preview.yaml
vendored
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|||||||
2
.github/workflows/lock.yml
vendored
2
.github/workflows/lock.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
lock:
|
lock:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
|
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
process-only: "issues, prs"
|
process-only: "issues, prs"
|
||||||
|
|||||||
10
.github/workflows/nightly.yaml
vendored
10
.github/workflows/nightly.yaml
vendored
@@ -20,15 +20,15 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
|
|
||||||
- name: Set up Python ${{ env.PYTHON_VERSION }}
|
- name: Set up Python ${{ env.PYTHON_VERSION }}
|
||||||
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
|
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||||
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||||
with:
|
with:
|
||||||
name: translations
|
name: translations
|
||||||
path: translations.tar.gz
|
path: translations.tar.gz
|
||||||
|
|||||||
2
.github/workflows/relative-ci.yaml
vendored
2
.github/workflows/relative-ci.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Send bundle stats and build information to RelativeCI
|
- name: Send bundle stats and build information to RelativeCI
|
||||||
uses: relative-ci/agent-action@c45aaa919ef85620af54242a241ac17a8fa35983 # v3.2.1
|
uses: relative-ci/agent-action@feb19ddc698445db27401f1490f6ac182da0816f # v3.2.0
|
||||||
with:
|
with:
|
||||||
key: ${{ secrets[format('RELATIVE_CI_KEY_{0}_{1}', matrix.bundle, matrix.build)] }}
|
key: ${{ secrets[format('RELATIVE_CI_KEY_{0}_{1}', matrix.bundle, matrix.build)] }}
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|||||||
22
.github/workflows/release.yaml
vendored
22
.github/workflows/release.yaml
vendored
@@ -23,10 +23,10 @@ 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
|
|
||||||
- name: Set up Python ${{ env.PYTHON_VERSION }}
|
- name: Set up Python ${{ env.PYTHON_VERSION }}
|
||||||
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
uses: home-assistant/actions/helpers/verify-version@master
|
uses: home-assistant/actions/helpers/verify-version@master
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
script/release
|
script/release
|
||||||
|
|
||||||
- name: Upload release assets
|
- name: Upload release assets
|
||||||
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
|
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
dist/*.whl
|
dist/*.whl
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
# home-assistant/wheels doesn't support SHA pinning
|
# home-assistant/wheels doesn't support SHA pinning
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: home-assistant/wheels@2025.12.0
|
uses: home-assistant/wheels@2025.10.0
|
||||||
with:
|
with:
|
||||||
abi: cp313
|
abi: cp313
|
||||||
tag: musllinux_1_2
|
tag: musllinux_1_2
|
||||||
@@ -91,9 +91,9 @@ 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
- name: Tar folder
|
- name: Tar folder
|
||||||
run: tar -czf landing-page/home_assistant_frontend_landingpage-${{ github.event.release.tag_name }}.tar.gz -C landing-page/dist .
|
run: tar -czf landing-page/home_assistant_frontend_landingpage-${{ github.event.release.tag_name }}.tar.gz -C landing-page/dist .
|
||||||
- name: Upload release asset
|
- name: Upload release asset
|
||||||
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
|
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
|
||||||
with:
|
with:
|
||||||
files: landing-page/home_assistant_frontend_landingpage-${{ github.event.release.tag_name }}.tar.gz
|
files: landing-page/home_assistant_frontend_landingpage-${{ github.event.release.tag_name }}.tar.gz
|
||||||
|
|
||||||
@@ -120,9 +120,9 @@ 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
||||||
with:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: yarn
|
cache: yarn
|
||||||
@@ -137,6 +137,6 @@ jobs:
|
|||||||
- name: Tar folder
|
- name: Tar folder
|
||||||
run: tar -czf hassio/home_assistant_frontend_supervisor-${{ github.event.release.tag_name }}.tar.gz -C hassio/build .
|
run: tar -czf hassio/home_assistant_frontend_supervisor-${{ github.event.release.tag_name }}.tar.gz -C hassio/build .
|
||||||
- name: Upload release asset
|
- name: Upload release asset
|
||||||
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
|
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
|
||||||
with:
|
with:
|
||||||
files: hassio/home_assistant_frontend_supervisor-${{ github.event.release.tag_name }}.tar.gz
|
files: hassio/home_assistant_frontend_supervisor-${{ github.event.release.tag_name }}.tar.gz
|
||||||
|
|||||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 90 days stale policy
|
- name: 90 days stale policy
|
||||||
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
|
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 90
|
days-before-stale: 90
|
||||||
|
|||||||
2
.github/workflows/translations.yaml
vendored
2
.github/workflows/translations.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
|
|
||||||
- name: Upload Translations
|
- name: Upload Translations
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -56,5 +56,4 @@ test/coverage/
|
|||||||
|
|
||||||
# AI tooling
|
# AI tooling
|
||||||
.claude
|
.claude
|
||||||
.cursor
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -6,4 +6,4 @@ enableGlobalCache: false
|
|||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.12.0.cjs
|
yarnPath: .yarn/releases/yarn-4.11.0.cjs
|
||||||
|
|||||||
@@ -156,9 +156,7 @@ const createTestTranslation = () =>
|
|||||||
*/
|
*/
|
||||||
const createMasterTranslation = () =>
|
const createMasterTranslation = () =>
|
||||||
gulp
|
gulp
|
||||||
.src([EN_SRC, ...(mergeBackend ? [`${inBackendDir}/en.json`] : [])], {
|
.src([EN_SRC, ...(mergeBackend ? [`${inBackendDir}/en.json`] : [])])
|
||||||
allowEmpty: true,
|
|
||||||
})
|
|
||||||
.pipe(new CustomJSON(lokaliseTransform))
|
.pipe(new CustomJSON(lokaliseTransform))
|
||||||
.pipe(new MergeJSON("en"))
|
.pipe(new MergeJSON("en"))
|
||||||
.pipe(gulp.dest(workDir));
|
.pipe(gulp.dest(workDir));
|
||||||
|
|||||||
@@ -305,8 +305,9 @@ export class HcMain extends HassElement {
|
|||||||
await llColl.refresh();
|
await llColl.refresh();
|
||||||
this._unsubLovelace = llColl.subscribe(async (rawConfig) => {
|
this._unsubLovelace = llColl.subscribe(async (rawConfig) => {
|
||||||
if (isStrategyDashboard(rawConfig)) {
|
if (isStrategyDashboard(rawConfig)) {
|
||||||
const { generateLovelaceDashboardStrategy } =
|
const { generateLovelaceDashboardStrategy } = await import(
|
||||||
await import("../../../../src/panels/lovelace/strategies/get-strategy");
|
"../../../../src/panels/lovelace/strategies/get-strategy"
|
||||||
|
);
|
||||||
const config = await generateLovelaceDashboardStrategy(
|
const config = await generateLovelaceDashboardStrategy(
|
||||||
rawConfig,
|
rawConfig,
|
||||||
this.hass!
|
this.hass!
|
||||||
@@ -346,8 +347,9 @@ export class HcMain extends HassElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async _generateDefaultLovelaceConfig() {
|
private async _generateDefaultLovelaceConfig() {
|
||||||
const { generateLovelaceDashboardStrategy } =
|
const { generateLovelaceDashboardStrategy } = await import(
|
||||||
await import("../../../../src/panels/lovelace/strategies/get-strategy");
|
"../../../../src/panels/lovelace/strategies/get-strategy"
|
||||||
|
);
|
||||||
this._handleNewLovelaceConfig(
|
this._handleNewLovelaceConfig(
|
||||||
await generateLovelaceDashboardStrategy(DEFAULT_CONFIG, this.hass!)
|
await generateLovelaceDashboardStrategy(DEFAULT_CONFIG, this.hass!)
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import type { DeviceRegistryEntry } from "../../../src/data/device/device_registry";
|
import type { DeviceRegistryEntry } from "../../../src/data/device_registry";
|
||||||
import type { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
|
import type { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
|
||||||
|
|
||||||
export const mockDeviceRegistry = (
|
export const mockDeviceRegistry = (
|
||||||
|
|||||||
@@ -44,24 +44,18 @@ export const mockEnergy = (hass: MockHomeAssistant) => {
|
|||||||
number_energy_price: null,
|
number_energy_price: null,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
power: [
|
|
||||||
{ stat_rate: "sensor.power_grid" },
|
|
||||||
{ stat_rate: "sensor.power_grid_return" },
|
|
||||||
],
|
|
||||||
cost_adjustment_day: 0,
|
cost_adjustment_day: 0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "solar",
|
type: "solar",
|
||||||
stat_energy_from: "sensor.solar_production",
|
stat_energy_from: "sensor.solar_production",
|
||||||
stat_rate: "sensor.power_solar",
|
|
||||||
config_entry_solar_forecast: ["solar_forecast"],
|
config_entry_solar_forecast: ["solar_forecast"],
|
||||||
},
|
},
|
||||||
{
|
/* {
|
||||||
type: "battery",
|
type: "battery",
|
||||||
stat_energy_from: "sensor.battery_output",
|
stat_energy_from: "sensor.battery_output",
|
||||||
stat_energy_to: "sensor.battery_input",
|
stat_energy_to: "sensor.battery_input",
|
||||||
stat_rate: "sensor.power_battery",
|
}, */
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "gas",
|
type: "gas",
|
||||||
stat_energy_from: "sensor.energy_gas",
|
stat_energy_from: "sensor.energy_gas",
|
||||||
@@ -69,48 +63,28 @@ export const mockEnergy = (hass: MockHomeAssistant) => {
|
|||||||
entity_energy_price: null,
|
entity_energy_price: null,
|
||||||
number_energy_price: null,
|
number_energy_price: null,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "water",
|
|
||||||
stat_energy_from: "sensor.energy_water",
|
|
||||||
stat_cost: "sensor.energy_water_cost",
|
|
||||||
entity_energy_price: null,
|
|
||||||
number_energy_price: null,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
device_consumption: [
|
device_consumption: [
|
||||||
{
|
{
|
||||||
stat_consumption: "sensor.energy_car",
|
stat_consumption: "sensor.energy_car",
|
||||||
stat_rate: "sensor.power_car",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stat_consumption: "sensor.energy_ac",
|
stat_consumption: "sensor.energy_ac",
|
||||||
stat_rate: "sensor.power_ac",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stat_consumption: "sensor.energy_washing_machine",
|
stat_consumption: "sensor.energy_washing_machine",
|
||||||
stat_rate: "sensor.power_washing_machine",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stat_consumption: "sensor.energy_dryer",
|
stat_consumption: "sensor.energy_dryer",
|
||||||
stat_rate: "sensor.power_dryer",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stat_consumption: "sensor.energy_heat_pump",
|
stat_consumption: "sensor.energy_heat_pump",
|
||||||
stat_rate: "sensor.power_heat_pump",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
stat_consumption: "sensor.energy_boiler",
|
stat_consumption: "sensor.energy_boiler",
|
||||||
stat_rate: "sensor.power_boiler",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
device_consumption_water: [
|
|
||||||
{
|
|
||||||
stat_consumption: "sensor.water_kitchen",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
stat_consumption: "sensor.water_garden",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
device_consumption_water: [],
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
hass.mockWS(
|
hass.mockWS(
|
||||||
|
|||||||
@@ -154,38 +154,6 @@ export const energyEntities = () =>
|
|||||||
unit_of_measurement: "EUR",
|
unit_of_measurement: "EUR",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"sensor.power_grid": {
|
|
||||||
entity_id: "sensor.power_grid",
|
|
||||||
state: "500",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.power_grid_return": {
|
|
||||||
entity_id: "sensor.power_grid_return",
|
|
||||||
state: "-100",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.power_solar": {
|
|
||||||
entity_id: "sensor.power_solar",
|
|
||||||
state: "200",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.power_battery": {
|
|
||||||
entity_id: "sensor.power_battery",
|
|
||||||
state: "100",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.energy_gas_cost": {
|
"sensor.energy_gas_cost": {
|
||||||
entity_id: "sensor.energy_gas_cost",
|
entity_id: "sensor.energy_gas_cost",
|
||||||
state: "2",
|
state: "2",
|
||||||
@@ -203,15 +171,6 @@ export const energyEntities = () =>
|
|||||||
unit_of_measurement: "m³",
|
unit_of_measurement: "m³",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"sensor.energy_water": {
|
|
||||||
entity_id: "sensor.energy_water",
|
|
||||||
state: "4000",
|
|
||||||
attributes: {
|
|
||||||
last_reset: "1970-01-01T00:00:00:00+00",
|
|
||||||
friendly_name: "Water",
|
|
||||||
unit_of_measurement: "L",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.energy_car": {
|
"sensor.energy_car": {
|
||||||
entity_id: "sensor.energy_car",
|
entity_id: "sensor.energy_car",
|
||||||
state: "4",
|
state: "4",
|
||||||
@@ -266,58 +225,4 @@ export const energyEntities = () =>
|
|||||||
unit_of_measurement: "kWh",
|
unit_of_measurement: "kWh",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"sensor.power_car": {
|
|
||||||
entity_id: "sensor.power_car",
|
|
||||||
state: "40",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
friendly_name: "Electric car",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.power_ac": {
|
|
||||||
entity_id: "sensor.power_ac",
|
|
||||||
state: "30",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
friendly_name: "Air conditioning",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.power_washing_machine": {
|
|
||||||
entity_id: "sensor.power_washing_machine",
|
|
||||||
state: "60",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
friendly_name: "Washing machine",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.power_dryer": {
|
|
||||||
entity_id: "sensor.power_dryer",
|
|
||||||
state: "55",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
friendly_name: "Dryer",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.power_heat_pump": {
|
|
||||||
entity_id: "sensor.power_heat_pump",
|
|
||||||
state: "60",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
friendly_name: "Heat pump",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"sensor.power_boiler": {
|
|
||||||
entity_id: "sensor.power_boiler",
|
|
||||||
state: "70",
|
|
||||||
attributes: {
|
|
||||||
state_class: "measurement",
|
|
||||||
friendly_name: "Boiler",
|
|
||||||
unit_of_measurement: "W",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import type { EntityRegistryEntry } from "../../../src/data/entity/entity_registry";
|
import type { EntityRegistryEntry } from "../../../src/data/entity_registry";
|
||||||
import type { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
|
import type { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
|
||||||
|
|
||||||
export const mockEntityRegistry = (
|
export const mockEntityRegistry = (
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import type { LabelRegistryEntry } from "../../../src/data/label/label_registry";
|
import type { LabelRegistryEntry } from "../../../src/data/label_registry";
|
||||||
import type { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
|
import type { MockHomeAssistant } from "../../../src/fake_data/provide_hass";
|
||||||
|
|
||||||
export const mockLabelRegistry = (
|
export const mockLabelRegistry = (
|
||||||
|
|||||||
@@ -17,15 +17,17 @@ const generateMeanStatistics = (
|
|||||||
end: Date,
|
end: Date,
|
||||||
// eslint-disable-next-line default-param-last
|
// eslint-disable-next-line default-param-last
|
||||||
period: "5minute" | "hour" | "day" | "month" = "hour",
|
period: "5minute" | "hour" | "day" | "month" = "hour",
|
||||||
|
initValue: number,
|
||||||
maxDiff: number
|
maxDiff: number
|
||||||
): StatisticValue[] => {
|
): StatisticValue[] => {
|
||||||
const statistics: StatisticValue[] = [];
|
const statistics: StatisticValue[] = [];
|
||||||
let currentDate = new Date(start);
|
let currentDate = new Date(start);
|
||||||
currentDate.setMinutes(0, 0, 0);
|
currentDate.setMinutes(0, 0, 0);
|
||||||
|
let lastVal = initValue;
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
while (end > currentDate && currentDate < now) {
|
while (end > currentDate && currentDate < now) {
|
||||||
const delta = Math.random() * maxDiff;
|
const delta = Math.random() * maxDiff;
|
||||||
const mean = delta;
|
const mean = lastVal + delta;
|
||||||
statistics.push({
|
statistics.push({
|
||||||
start: currentDate.getTime(),
|
start: currentDate.getTime(),
|
||||||
end: currentDate.getTime(),
|
end: currentDate.getTime(),
|
||||||
@@ -36,6 +38,7 @@ const generateMeanStatistics = (
|
|||||||
state: mean,
|
state: mean,
|
||||||
sum: null,
|
sum: null,
|
||||||
});
|
});
|
||||||
|
lastVal = mean;
|
||||||
currentDate =
|
currentDate =
|
||||||
period === "day"
|
period === "day"
|
||||||
? addDays(currentDate, 1)
|
? addDays(currentDate, 1)
|
||||||
@@ -333,6 +336,7 @@ export const mockRecorder = (mockHass: MockHomeAssistant) => {
|
|||||||
start,
|
start,
|
||||||
end,
|
end,
|
||||||
period,
|
period,
|
||||||
|
state,
|
||||||
state * (state > 80 ? 0.05 : 0.1)
|
state * (state > 80 ? 0.05 : 0.1)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
`
|
`
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ import { HaEventTrigger } from "../../../../src/panels/config/automation/trigger
|
|||||||
import { HaGeolocationTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-geo_location";
|
import { HaGeolocationTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-geo_location";
|
||||||
import { HaHassTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-homeassistant";
|
import { HaHassTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-homeassistant";
|
||||||
import { HaTriggerList } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-list";
|
import { HaTriggerList } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-list";
|
||||||
|
import { HaMQTTTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-mqtt";
|
||||||
import { HaNumericStateTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-numeric_state";
|
import { HaNumericStateTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-numeric_state";
|
||||||
import { HaPersistentNotificationTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-persistent_notification";
|
import { HaPersistentNotificationTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-persistent_notification";
|
||||||
import { HaStateTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-state";
|
import { HaStateTrigger } from "../../../../src/panels/config/automation/trigger/types/ha-automation-trigger-state";
|
||||||
@@ -37,6 +38,11 @@ const SCHEMAS: { name: string; triggers: Trigger[] }[] = [
|
|||||||
triggers: [{ ...HaStateTrigger.defaultConfig }],
|
triggers: [{ ...HaStateTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name: "MQTT",
|
||||||
|
triggers: [{ ...HaMQTTTrigger.defaultConfig }],
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "GeoLocation",
|
name: "GeoLocation",
|
||||||
triggers: [{ ...HaGeolocationTrigger.defaultConfig }],
|
triggers: [{ ...HaGeolocationTrigger.defaultConfig }],
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Adaptive dialog (ha-adaptive-dialog)
|
|
||||||
---
|
|
||||||
@@ -1,732 +0,0 @@
|
|||||||
import { css, html, LitElement } from "lit";
|
|
||||||
import { customElement, state } from "lit/decorators";
|
|
||||||
import { mdiCog, mdiHelp } from "@mdi/js";
|
|
||||||
import "../../../../src/components/ha-button";
|
|
||||||
import "../../../../src/components/ha-card";
|
|
||||||
import "../../../../src/components/ha-dialog-footer";
|
|
||||||
import "../../../../src/components/ha-adaptive-dialog";
|
|
||||||
import "../../../../src/components/ha-form/ha-form";
|
|
||||||
import "../../../../src/components/ha-icon-button";
|
|
||||||
import type { HaFormSchema } from "../../../../src/components/ha-form/types";
|
|
||||||
import { provideHass } from "../../../../src/fake_data/provide_hass";
|
|
||||||
import type { HomeAssistant } from "../../../../src/types";
|
|
||||||
|
|
||||||
const SCHEMA: HaFormSchema[] = [
|
|
||||||
{ type: "string", name: "Name", default: "", autofocus: true },
|
|
||||||
{ type: "string", name: "Email", default: "" },
|
|
||||||
];
|
|
||||||
|
|
||||||
type DialogType =
|
|
||||||
| false
|
|
||||||
| "basic"
|
|
||||||
| "basic-subtitle-below"
|
|
||||||
| "basic-subtitle-above"
|
|
||||||
| "form"
|
|
||||||
| "form-block-mode"
|
|
||||||
| "actions"
|
|
||||||
| "large"
|
|
||||||
| "small";
|
|
||||||
|
|
||||||
@customElement("demo-components-ha-adaptive-dialog")
|
|
||||||
export class DemoHaAdaptiveDialog extends LitElement {
|
|
||||||
@state() private _openDialog: DialogType = false;
|
|
||||||
|
|
||||||
@state() private _hass?: HomeAssistant;
|
|
||||||
|
|
||||||
protected firstUpdated() {
|
|
||||||
const hass = provideHass(this);
|
|
||||||
this._hass = hass;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected render() {
|
|
||||||
return html`
|
|
||||||
<div class="content">
|
|
||||||
<h1>Adaptive dialog <code><ha-adaptive-dialog></code></h1>
|
|
||||||
|
|
||||||
<p class="subtitle">
|
|
||||||
Responsive dialog component that automatically switches between a full
|
|
||||||
dialog and bottom sheet based on screen size.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Demos</h2>
|
|
||||||
|
|
||||||
<div class="buttons">
|
|
||||||
<ha-button @click=${this._handleOpenDialog("basic")}
|
|
||||||
>Basic adaptive dialog</ha-button
|
|
||||||
>
|
|
||||||
<ha-button @click=${this._handleOpenDialog("basic-subtitle-below")}
|
|
||||||
>Adaptive dialog with subtitle below</ha-button
|
|
||||||
>
|
|
||||||
<ha-button @click=${this._handleOpenDialog("basic-subtitle-above")}
|
|
||||||
>Adaptive dialog with subtitle above</ha-button
|
|
||||||
>
|
|
||||||
<ha-button @click=${this._handleOpenDialog("small")}
|
|
||||||
>Small width adaptive dialog</ha-button
|
|
||||||
>
|
|
||||||
<ha-button @click=${this._handleOpenDialog("large")}
|
|
||||||
>Large width adaptive dialog</ha-button
|
|
||||||
>
|
|
||||||
<ha-button @click=${this._handleOpenDialog("form")}
|
|
||||||
>Adaptive dialog with form</ha-button
|
|
||||||
>
|
|
||||||
<ha-button @click=${this._handleOpenDialog("form-block-mode")}
|
|
||||||
>Adaptive dialog with form (block mode change)</ha-button
|
|
||||||
>
|
|
||||||
<ha-button @click=${this._handleOpenDialog("actions")}
|
|
||||||
>Adaptive dialog with actions</ha-button
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ha-card>
|
|
||||||
<div class="card-content">
|
|
||||||
<p>
|
|
||||||
<strong>Tip:</strong> Resize your browser window to see the
|
|
||||||
responsive behavior. The dialog automatically switches to a bottom
|
|
||||||
sheet on narrow screens (<870px width) or short screens
|
|
||||||
(<500px height).
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</ha-card>
|
|
||||||
|
|
||||||
<ha-adaptive-dialog
|
|
||||||
.hass=${this._hass}
|
|
||||||
.open=${this._openDialog === "basic"}
|
|
||||||
header-title="Basic adaptive dialog"
|
|
||||||
@closed=${this._handleClosed}
|
|
||||||
>
|
|
||||||
<div>Adaptive dialog content</div>
|
|
||||||
</ha-adaptive-dialog>
|
|
||||||
|
|
||||||
<ha-adaptive-dialog
|
|
||||||
.hass=${this._hass}
|
|
||||||
.open=${this._openDialog === "basic-subtitle-below"}
|
|
||||||
header-title="Adaptive dialog with subtitle"
|
|
||||||
header-subtitle="This is an adaptive dialog with a subtitle below"
|
|
||||||
@closed=${this._handleClosed}
|
|
||||||
>
|
|
||||||
<div>Adaptive dialog content</div>
|
|
||||||
</ha-adaptive-dialog>
|
|
||||||
|
|
||||||
<ha-adaptive-dialog
|
|
||||||
.hass=${this._hass}
|
|
||||||
.open=${this._openDialog === "basic-subtitle-above"}
|
|
||||||
header-title="Adaptive dialog with subtitle above"
|
|
||||||
header-subtitle="This is an adaptive dialog with a subtitle above"
|
|
||||||
header-subtitle-position="above"
|
|
||||||
@closed=${this._handleClosed}
|
|
||||||
>
|
|
||||||
<div>Adaptive dialog content</div>
|
|
||||||
</ha-adaptive-dialog>
|
|
||||||
|
|
||||||
<ha-adaptive-dialog
|
|
||||||
.hass=${this._hass}
|
|
||||||
.open=${this._openDialog === "small"}
|
|
||||||
width="small"
|
|
||||||
header-title="Small adaptive dialog"
|
|
||||||
@closed=${this._handleClosed}
|
|
||||||
>
|
|
||||||
<div>This dialog uses the small width preset (320px).</div>
|
|
||||||
</ha-adaptive-dialog>
|
|
||||||
|
|
||||||
<ha-adaptive-dialog
|
|
||||||
.hass=${this._hass}
|
|
||||||
.open=${this._openDialog === "large"}
|
|
||||||
width="large"
|
|
||||||
header-title="Large adaptive dialog"
|
|
||||||
@closed=${this._handleClosed}
|
|
||||||
>
|
|
||||||
<div>This dialog uses the large width preset (1024px).</div>
|
|
||||||
</ha-adaptive-dialog>
|
|
||||||
|
|
||||||
<ha-adaptive-dialog
|
|
||||||
.hass=${this._hass}
|
|
||||||
.open=${this._openDialog === "form"}
|
|
||||||
header-title="Adaptive dialog with form"
|
|
||||||
header-subtitle="This is an adaptive dialog with a form"
|
|
||||||
@closed=${this._handleClosed}
|
|
||||||
>
|
|
||||||
<ha-form autofocus .schema=${SCHEMA}></ha-form>
|
|
||||||
<ha-dialog-footer slot="footer">
|
|
||||||
<ha-button
|
|
||||||
@click=${this._handleClosed}
|
|
||||||
slot="secondaryAction"
|
|
||||||
variant="plain"
|
|
||||||
>Cancel</ha-button
|
|
||||||
>
|
|
||||||
<ha-button
|
|
||||||
@click=${this._handleClosed}
|
|
||||||
slot="primaryAction"
|
|
||||||
variant="accent"
|
|
||||||
>Submit</ha-button
|
|
||||||
>
|
|
||||||
</ha-dialog-footer>
|
|
||||||
</ha-adaptive-dialog>
|
|
||||||
|
|
||||||
<ha-adaptive-dialog
|
|
||||||
.hass=${this._hass}
|
|
||||||
.open=${this._openDialog === "form-block-mode"}
|
|
||||||
header-title="Adaptive dialog with form (block mode change)"
|
|
||||||
header-subtitle="This form will not reset when the viewport size changes"
|
|
||||||
block-mode-change
|
|
||||||
@closed=${this._handleClosed}
|
|
||||||
>
|
|
||||||
<ha-form autofocus .schema=${SCHEMA}></ha-form>
|
|
||||||
<ha-dialog-footer slot="footer">
|
|
||||||
<ha-button
|
|
||||||
@click=${this._handleClosed}
|
|
||||||
slot="secondaryAction"
|
|
||||||
variant="plain"
|
|
||||||
>Cancel</ha-button
|
|
||||||
>
|
|
||||||
<ha-button
|
|
||||||
@click=${this._handleClosed}
|
|
||||||
slot="primaryAction"
|
|
||||||
variant="accent"
|
|
||||||
>Submit</ha-button
|
|
||||||
>
|
|
||||||
</ha-dialog-footer>
|
|
||||||
</ha-adaptive-dialog>
|
|
||||||
|
|
||||||
<ha-adaptive-dialog
|
|
||||||
.hass=${this._hass}
|
|
||||||
.open=${this._openDialog === "actions"}
|
|
||||||
header-title="Adaptive dialog with actions"
|
|
||||||
header-subtitle="This is an adaptive dialog with header actions"
|
|
||||||
@closed=${this._handleClosed}
|
|
||||||
>
|
|
||||||
<div slot="headerActionItems">
|
|
||||||
<ha-icon-button label="Settings" path=${mdiCog}></ha-icon-button>
|
|
||||||
<ha-icon-button label="Help" path=${mdiHelp}></ha-icon-button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>Adaptive dialog content</div>
|
|
||||||
</ha-adaptive-dialog>
|
|
||||||
|
|
||||||
<h2>Design</h2>
|
|
||||||
|
|
||||||
<h3>Responsive behavior</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The <code>ha-adaptive-dialog</code> component automatically switches
|
|
||||||
between two modes based on screen size:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<strong>Dialog mode:</strong> Used on larger screens (width >
|
|
||||||
870px and height > 500px). Renders as a centered dialog using
|
|
||||||
<code>ha-wa-dialog</code>.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<strong>Bottom sheet mode:</strong> Used on mobile devices and
|
|
||||||
smaller screens (width ≤ 870px or height ≤ 500px). Renders as a
|
|
||||||
drawer from the bottom using <code>ha-bottom-sheet</code>.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The mode is determined automatically and updates when the window is
|
|
||||||
resized. To prevent mode changes after the initial mount (useful for
|
|
||||||
preventing form resets), use the <code>block-mode-change</code>
|
|
||||||
attribute.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>Width</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
In dialog mode, there are multiple width presets available. These are
|
|
||||||
ignored in bottom sheet mode.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Name</th>
|
|
||||||
<th>Value</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><code>small</code></td>
|
|
||||||
<td><code>min(320px, var(--full-width))</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>medium</code></td>
|
|
||||||
<td><code>min(580px, var(--full-width))</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>large</code></td>
|
|
||||||
<td><code>min(1024px, var(--full-width))</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>full</code></td>
|
|
||||||
<td><code>var(--full-width)</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<p>Adaptive dialogs have a default width of <code>medium</code>.</p>
|
|
||||||
|
|
||||||
<h3>Header</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The header contains a navigation icon, title, subtitle, and action
|
|
||||||
items.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Slot</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><code>headerNavigationIcon</code></td>
|
|
||||||
<td>
|
|
||||||
Leading header action (e.g., close/back button). In bottom sheet
|
|
||||||
mode, defaults to a close button if not provided.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>headerTitle</code></td>
|
|
||||||
<td>The header title content.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>headerSubtitle</code></td>
|
|
||||||
<td>The header subtitle content.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>headerActionItems</code></td>
|
|
||||||
<td>Trailing header actions (e.g., icon buttons, menus).</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h4>Header title</h4>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The header title can be set using the <code>header-title</code>
|
|
||||||
attribute or by providing custom content in the
|
|
||||||
<code>headerTitle</code> slot.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>Header subtitle</h4>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The header subtitle can be set using the
|
|
||||||
<code>header-subtitle</code> attribute or by providing custom content
|
|
||||||
in the <code>headerSubtitle</code> slot. The subtitle position
|
|
||||||
relative to the title can be controlled with the
|
|
||||||
<code>header-subtitle-position</code> attribute.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>Header navigation icon</h4>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
In bottom sheet mode, a close button is automatically provided if no
|
|
||||||
custom navigation icon is specified. In dialog mode, the dialog can be
|
|
||||||
closed via the standard dialog close button.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>Header action items</h4>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The header action items usually contain icon buttons and/or menu
|
|
||||||
buttons.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>Body</h3>
|
|
||||||
|
|
||||||
<p>The body is the content of the adaptive dialog.</p>
|
|
||||||
|
|
||||||
<h3>Footer</h3>
|
|
||||||
|
|
||||||
<p>The footer is the footer of the adaptive dialog.</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
It is recommended to use the <code>ha-dialog-footer</code> component
|
|
||||||
for the footer and to style the buttons inside the footer as follows:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Slot</th>
|
|
||||||
<th>Description</th>
|
|
||||||
<th>Variant to use</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><code>secondaryAction</code></td>
|
|
||||||
<td>The secondary action button(s).</td>
|
|
||||||
<td><code>plain</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>primaryAction</code></td>
|
|
||||||
<td>The primary action button(s).</td>
|
|
||||||
<td><code>accent</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h2>Implementation</h2>
|
|
||||||
|
|
||||||
<h3>When to use</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Use <code>ha-adaptive-dialog</code> when you need a dialog that should
|
|
||||||
adapt to different screen sizes automatically. This is particularly
|
|
||||||
useful for:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Forms and data entry that need to work well on mobile devices</li>
|
|
||||||
<li>
|
|
||||||
Content that benefits from full-screen presentation on small devices
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Interfaces that need consistent behavior across desktop and mobile
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
If you don't need responsive behavior, use
|
|
||||||
<code>ha-wa-dialog</code> directly for desktop-only dialogs or
|
|
||||||
<code>ha-bottom-sheet</code> for mobile-only sheets.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Use the <code>block-mode-change</code> attribute when you want to
|
|
||||||
prevent the dialog from switching modes after it's opened. This is
|
|
||||||
especially useful for forms, as it prevents form data from being lost
|
|
||||||
when users resize their browser window.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3>Example usage</h3>
|
|
||||||
|
|
||||||
<pre><code><ha-adaptive-dialog
|
|
||||||
.hass=\${this.hass}
|
|
||||||
open
|
|
||||||
width="medium"
|
|
||||||
header-title="Dialog title"
|
|
||||||
header-subtitle="Dialog subtitle"
|
|
||||||
>
|
|
||||||
<div slot="headerActionItems">
|
|
||||||
<ha-icon-button label="Settings" path="mdiCog"></ha-icon-button>
|
|
||||||
<ha-icon-button label="Help" path="mdiHelp"></ha-icon-button>
|
|
||||||
</div>
|
|
||||||
<div>Dialog content</div>
|
|
||||||
<ha-dialog-footer slot="footer">
|
|
||||||
<ha-button slot="secondaryAction" variant="plain"
|
|
||||||
>Cancel</ha-button
|
|
||||||
>
|
|
||||||
<ha-button slot="primaryAction" variant="accent">Submit</ha-button>
|
|
||||||
</ha-dialog-footer>
|
|
||||||
</ha-adaptive-dialog></code></pre>
|
|
||||||
|
|
||||||
<p>Example with <code>block-mode-change</code> for forms:</p>
|
|
||||||
|
|
||||||
<pre><code><ha-adaptive-dialog
|
|
||||||
.hass=\${this.hass}
|
|
||||||
open
|
|
||||||
header-title="Edit configuration"
|
|
||||||
block-mode-change
|
|
||||||
>
|
|
||||||
<ha-form .schema=\${schema} .data=\${data}></ha-form>
|
|
||||||
<ha-dialog-footer slot="footer">
|
|
||||||
<ha-button slot="secondaryAction" variant="plain"
|
|
||||||
>Cancel</ha-button
|
|
||||||
>
|
|
||||||
<ha-button slot="primaryAction" variant="accent">Save</ha-button>
|
|
||||||
</ha-dialog-footer>
|
|
||||||
</ha-adaptive-dialog></code></pre>
|
|
||||||
|
|
||||||
<h3>API</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
This component combines <code>ha-wa-dialog</code> and
|
|
||||||
<code>ha-bottom-sheet</code> with automatic mode switching based on
|
|
||||||
screen size.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>Attributes</h4>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Attribute</th>
|
|
||||||
<th>Description</th>
|
|
||||||
<th>Default</th>
|
|
||||||
<th>Options</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><code>open</code></td>
|
|
||||||
<td>Controls the adaptive dialog open state.</td>
|
|
||||||
<td><code>false</code></td>
|
|
||||||
<td><code>false</code>, <code>true</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>width</code></td>
|
|
||||||
<td>
|
|
||||||
Preferred dialog width preset (dialog mode only, ignored in
|
|
||||||
bottom sheet mode).
|
|
||||||
</td>
|
|
||||||
<td><code>medium</code></td>
|
|
||||||
<td>
|
|
||||||
<code>small</code>, <code>medium</code>, <code>large</code>,
|
|
||||||
<code>full</code>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>header-title</code></td>
|
|
||||||
<td>Header title text when no custom title slot is provided.</td>
|
|
||||||
<td></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>header-subtitle</code></td>
|
|
||||||
<td>
|
|
||||||
Header subtitle text when no custom subtitle slot is provided.
|
|
||||||
</td>
|
|
||||||
<td></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>header-subtitle-position</code></td>
|
|
||||||
<td>Position of the subtitle relative to the title.</td>
|
|
||||||
<td><code>below</code></td>
|
|
||||||
<td><code>above</code>, <code>below</code></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>aria-labelledby</code></td>
|
|
||||||
<td>
|
|
||||||
The ID of the element that labels the dialog (for
|
|
||||||
accessibility).
|
|
||||||
</td>
|
|
||||||
<td></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>aria-describedby</code></td>
|
|
||||||
<td>
|
|
||||||
The ID of the element that describes the dialog (for
|
|
||||||
accessibility).
|
|
||||||
</td>
|
|
||||||
<td></td>
|
|
||||||
<td></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>block-mode-change</code></td>
|
|
||||||
<td>
|
|
||||||
When set, the mode is determined at mount time based on the
|
|
||||||
current screen size, but subsequent mode changes are blocked.
|
|
||||||
Useful for preventing forms from resetting when the viewport
|
|
||||||
size changes.
|
|
||||||
</td>
|
|
||||||
<td><code>false</code></td>
|
|
||||||
<td><code>false</code>, <code>true</code></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h4>CSS custom properties</h4>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>CSS Property</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><code>--ha-dialog-surface-background</code></td>
|
|
||||||
<td>Dialog/sheet background color.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>--ha-dialog-border-radius</code></td>
|
|
||||||
<td>Border radius of the dialog surface (dialog mode only).</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>--ha-dialog-show-duration</code></td>
|
|
||||||
<td>Show animation duration (dialog mode only).</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>--ha-dialog-hide-duration</code></td>
|
|
||||||
<td>Hide animation duration (dialog mode only).</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h4>Events</h4>
|
|
||||||
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Event</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><code>opened</code></td>
|
|
||||||
<td>
|
|
||||||
Fired when the adaptive dialog is shown (dialog mode only).
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>closed</code></td>
|
|
||||||
<td>
|
|
||||||
Fired after the adaptive dialog is hidden (dialog mode only).
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>after-show</code></td>
|
|
||||||
<td>Fired after show animation completes (dialog mode only).</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h3>Focus management</h3>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
To automatically focus an element when the adaptive dialog opens, add
|
|
||||||
the
|
|
||||||
<code>autofocus</code> attribute to it. Components with
|
|
||||||
<code>delegatesFocus: true</code> (like <code>ha-form</code>) will
|
|
||||||
forward focus to their first focusable child.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>Example:</p>
|
|
||||||
|
|
||||||
<pre><code><ha-adaptive-dialog .hass=\${this.hass} open>
|
|
||||||
<ha-form autofocus .schema=\${schema}></ha-form>
|
|
||||||
</ha-adaptive-dialog></code></pre>
|
|
||||||
</div>
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
|
|
||||||
private _handleOpenDialog = (dialog: DialogType) => () => {
|
|
||||||
this._openDialog = dialog;
|
|
||||||
};
|
|
||||||
|
|
||||||
private _handleClosed = () => {
|
|
||||||
this._openDialog = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
static styles = [
|
|
||||||
css`
|
|
||||||
:host {
|
|
||||||
display: block;
|
|
||||||
padding: var(--ha-space-4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
|
||||||
max-width: 1000px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: var(--ha-space-2);
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin-top: var(--ha-space-6);
|
|
||||||
margin-bottom: var(--ha-space-3);
|
|
||||||
}
|
|
||||||
|
|
||||||
h3,
|
|
||||||
h4 {
|
|
||||||
margin-top: var(--ha-space-4);
|
|
||||||
margin-bottom: var(--ha-space-2);
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: var(--ha-space-2) 0;
|
|
||||||
line-height: 1.6;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
margin: var(--ha-space-2) 0;
|
|
||||||
padding-left: var(--ha-space-5);
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
margin: var(--ha-space-1) 0;
|
|
||||||
line-height: 1.6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subtitle {
|
|
||||||
color: var(--secondary-text-color);
|
|
||||||
font-size: 1.1em;
|
|
||||||
margin-bottom: var(--ha-space-4);
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
width: 100%;
|
|
||||||
border-collapse: collapse;
|
|
||||||
margin: var(--ha-space-3) 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
th,
|
|
||||||
td {
|
|
||||||
text-align: left;
|
|
||||||
padding: var(--ha-space-2);
|
|
||||||
border-bottom: 1px solid var(--divider-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
background-color: var(--secondary-background-color);
|
|
||||||
padding: 2px 6px;
|
|
||||||
border-radius: 4px;
|
|
||||||
font-family: monospace;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre {
|
|
||||||
background-color: var(--secondary-background-color);
|
|
||||||
padding: var(--ha-space-3);
|
|
||||||
border-radius: 8px;
|
|
||||||
overflow-x: auto;
|
|
||||||
margin: var(--ha-space-3) 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre code {
|
|
||||||
background-color: transparent;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: var(--ha-space-2);
|
|
||||||
margin: var(--ha-space-4) 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-content {
|
|
||||||
padding: var(--ha-space-3);
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: var(--primary-color);
|
|
||||||
}
|
|
||||||
`,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
declare global {
|
|
||||||
interface HTMLElementTagNameMap {
|
|
||||||
"demo-components-ha-adaptive-dialog": DemoHaAdaptiveDialog;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -11,11 +11,11 @@ import { computeInitialHaFormData } from "../../../../src/components/ha-form/com
|
|||||||
import "../../../../src/components/ha-form/ha-form";
|
import "../../../../src/components/ha-form/ha-form";
|
||||||
import type { HaFormSchema } from "../../../../src/components/ha-form/types";
|
import type { HaFormSchema } from "../../../../src/components/ha-form/types";
|
||||||
import type { AreaRegistryEntry } from "../../../../src/data/area_registry";
|
import type { AreaRegistryEntry } from "../../../../src/data/area_registry";
|
||||||
import type { DeviceRegistryEntry } from "../../../../src/data/device/device_registry";
|
|
||||||
import { getEntity } from "../../../../src/fake_data/entity";
|
import { getEntity } from "../../../../src/fake_data/entity";
|
||||||
import { provideHass } from "../../../../src/fake_data/provide_hass";
|
import { provideHass } from "../../../../src/fake_data/provide_hass";
|
||||||
import type { HomeAssistant } from "../../../../src/types";
|
import type { HomeAssistant } from "../../../../src/types";
|
||||||
import "../../components/demo-black-white-row";
|
import "../../components/demo-black-white-row";
|
||||||
|
import type { DeviceRegistryEntry } from "../../../../src/data/device_registry";
|
||||||
|
|
||||||
const ENTITIES = [
|
const ENTITIES = [
|
||||||
getEntity("alarm_control_panel", "alarm", "disarmed", {
|
getEntity("alarm_control_panel", "alarm", "disarmed", {
|
||||||
|
|||||||
@@ -13,9 +13,9 @@ import "../../../../src/components/ha-selector/ha-selector";
|
|||||||
import "../../../../src/components/ha-settings-row";
|
import "../../../../src/components/ha-settings-row";
|
||||||
import type { AreaRegistryEntry } from "../../../../src/data/area_registry";
|
import type { AreaRegistryEntry } from "../../../../src/data/area_registry";
|
||||||
import type { BlueprintInput } from "../../../../src/data/blueprint";
|
import type { BlueprintInput } from "../../../../src/data/blueprint";
|
||||||
import type { DeviceRegistryEntry } from "../../../../src/data/device/device_registry";
|
import type { DeviceRegistryEntry } from "../../../../src/data/device_registry";
|
||||||
import type { FloorRegistryEntry } from "../../../../src/data/floor_registry";
|
import type { FloorRegistryEntry } from "../../../../src/data/floor_registry";
|
||||||
import type { LabelRegistryEntry } from "../../../../src/data/label/label_registry";
|
import type { LabelRegistryEntry } from "../../../../src/data/label_registry";
|
||||||
import { showDialog } from "../../../../src/dialogs/make-dialog-manager";
|
import { showDialog } from "../../../../src/dialogs/make-dialog-manager";
|
||||||
import { getEntity } from "../../../../src/fake_data/entity";
|
import { getEntity } from "../../../../src/fake_data/entity";
|
||||||
import { provideHass } from "../../../../src/fake_data/provide_hass";
|
import { provideHass } from "../../../../src/fake_data/provide_hass";
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ export class DemoHaWaDialog extends LitElement {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>large</code></td>
|
<td><code>large</code></td>
|
||||||
<td><code>min(1024px, var(--full-width))</code></td>
|
<td><code>min(720px, var(--full-width))</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>full</code></td>
|
<td><code>full</code></td>
|
||||||
@@ -381,6 +381,10 @@ export class DemoHaWaDialog extends LitElement {
|
|||||||
<td><code>--dialog-z-index</code></td>
|
<td><code>--dialog-z-index</code></td>
|
||||||
<td>Z-index for the dialog.</td>
|
<td>Z-index for the dialog.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>--dialog-surface-position</code></td>
|
||||||
|
<td>CSS position of the dialog surface.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>--dialog-surface-margin-top</code></td>
|
<td><code>--dialog-surface-margin-top</code></td>
|
||||||
<td>Top margin for the dialog surface.</td>
|
<td>Top margin for the dialog surface.</td>
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ import { customElement, property, state } from "lit/decorators";
|
|||||||
import { classMap } from "lit/directives/class-map";
|
import { classMap } from "lit/directives/class-map";
|
||||||
import type { IntegrationManifest } from "../../../../src/data/integration";
|
import type { IntegrationManifest } from "../../../../src/data/integration";
|
||||||
|
|
||||||
import type { DeviceRegistryEntry } from "../../../../src/data/device/device_registry";
|
import type { DeviceRegistryEntry } from "../../../../src/data/device_registry";
|
||||||
import type { EntityRegistryEntry } from "../../../../src/data/entity/entity_registry";
|
import type { EntityRegistryEntry } from "../../../../src/data/entity_registry";
|
||||||
import { provideHass } from "../../../../src/fake_data/provide_hass";
|
import { provideHass } from "../../../../src/fake_data/provide_hass";
|
||||||
import "../../../../src/panels/config/integrations/ha-config-flow-card";
|
import "../../../../src/panels/config/integrations/ha-config-flow-card";
|
||||||
import type {
|
import type {
|
||||||
|
|||||||
@@ -88,8 +88,8 @@ class HassioRegistriesDialog extends LitElement {
|
|||||||
<ha-button
|
<ha-button
|
||||||
?disabled=${Boolean(
|
?disabled=${Boolean(
|
||||||
!this._input.registry ||
|
!this._input.registry ||
|
||||||
!this._input.username ||
|
!this._input.username ||
|
||||||
!this._input.password
|
!this._input.password
|
||||||
)}
|
)}
|
||||||
@click=${this._addNewRegistry}
|
@click=${this._addNewRegistry}
|
||||||
appearance="filled"
|
appearance="filled"
|
||||||
|
|||||||
68
package.json
68
package.json
@@ -28,13 +28,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.28.4",
|
"@babel/runtime": "7.28.4",
|
||||||
"@braintree/sanitize-url": "7.1.1",
|
"@braintree/sanitize-url": "7.1.1",
|
||||||
"@codemirror/autocomplete": "6.20.0",
|
"@codemirror/autocomplete": "6.19.1",
|
||||||
"@codemirror/commands": "6.10.0",
|
"@codemirror/commands": "6.10.0",
|
||||||
"@codemirror/language": "6.11.3",
|
"@codemirror/language": "6.11.3",
|
||||||
"@codemirror/legacy-modes": "6.5.2",
|
"@codemirror/legacy-modes": "6.5.2",
|
||||||
"@codemirror/search": "6.5.11",
|
"@codemirror/search": "6.5.11",
|
||||||
"@codemirror/state": "6.5.2",
|
"@codemirror/state": "6.5.2",
|
||||||
"@codemirror/view": "6.39.4",
|
"@codemirror/view": "6.38.6",
|
||||||
"@date-fns/tz": "1.4.1",
|
"@date-fns/tz": "1.4.1",
|
||||||
"@egjs/hammerjs": "2.0.17",
|
"@egjs/hammerjs": "2.0.17",
|
||||||
"@formatjs/intl-datetimeformat": "6.18.2",
|
"@formatjs/intl-datetimeformat": "6.18.2",
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
"@fullcalendar/list": "6.1.19",
|
"@fullcalendar/list": "6.1.19",
|
||||||
"@fullcalendar/luxon3": "6.1.19",
|
"@fullcalendar/luxon3": "6.1.19",
|
||||||
"@fullcalendar/timegrid": "6.1.19",
|
"@fullcalendar/timegrid": "6.1.19",
|
||||||
"@home-assistant/webawesome": "3.0.0-ha.2",
|
"@home-assistant/webawesome": "3.0.0",
|
||||||
"@lezer/highlight": "1.2.3",
|
"@lezer/highlight": "1.2.3",
|
||||||
"@lit-labs/motion": "1.0.9",
|
"@lit-labs/motion": "1.0.9",
|
||||||
"@lit-labs/observers": "2.0.6",
|
"@lit-labs/observers": "2.0.6",
|
||||||
@@ -89,17 +89,17 @@
|
|||||||
"@thomasloven/round-slider": "0.6.0",
|
"@thomasloven/round-slider": "0.6.0",
|
||||||
"@tsparticles/engine": "3.9.1",
|
"@tsparticles/engine": "3.9.1",
|
||||||
"@tsparticles/preset-links": "3.2.0",
|
"@tsparticles/preset-links": "3.2.0",
|
||||||
"@vaadin/combo-box": "24.9.6",
|
"@vaadin/combo-box": "24.9.5",
|
||||||
"@vaadin/vaadin-themable-mixin": "24.9.6",
|
"@vaadin/vaadin-themable-mixin": "24.9.5",
|
||||||
"@vibrant/color": "4.0.0",
|
"@vibrant/color": "4.0.0",
|
||||||
"@vue/web-component-wrapper": "1.3.0",
|
"@vue/web-component-wrapper": "1.3.0",
|
||||||
"@webcomponents/scoped-custom-element-registry": "0.0.10",
|
"@webcomponents/scoped-custom-element-registry": "0.0.10",
|
||||||
"@webcomponents/webcomponentsjs": "2.8.0",
|
"@webcomponents/webcomponentsjs": "2.8.0",
|
||||||
"app-datepicker": "5.1.1",
|
"app-datepicker": "5.1.1",
|
||||||
"barcode-detector": "3.0.8",
|
"barcode-detector": "3.0.6",
|
||||||
"color-name": "2.1.0",
|
"color-name": "2.0.2",
|
||||||
"comlink": "4.4.2",
|
"comlink": "4.4.2",
|
||||||
"core-js": "3.47.0",
|
"core-js": "3.46.0",
|
||||||
"cropperjs": "1.6.2",
|
"cropperjs": "1.6.2",
|
||||||
"culori": "4.0.2",
|
"culori": "4.0.2",
|
||||||
"date-fns": "4.1.0",
|
"date-fns": "4.1.0",
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
"fuse.js": "7.1.0",
|
"fuse.js": "7.1.0",
|
||||||
"google-timezones-json": "1.2.0",
|
"google-timezones-json": "1.2.0",
|
||||||
"gulp-zopfli-green": "6.0.2",
|
"gulp-zopfli-green": "6.0.2",
|
||||||
"hls.js": "1.6.15",
|
"hls.js": "1.6.14",
|
||||||
"home-assistant-js-websocket": "9.6.0",
|
"home-assistant-js-websocket": "9.6.0",
|
||||||
"idb-keyval": "6.2.2",
|
"idb-keyval": "6.2.2",
|
||||||
"intl-messageformat": "10.7.18",
|
"intl-messageformat": "10.7.18",
|
||||||
@@ -122,7 +122,7 @@
|
|||||||
"lit": "3.3.1",
|
"lit": "3.3.1",
|
||||||
"lit-html": "3.3.1",
|
"lit-html": "3.3.1",
|
||||||
"luxon": "3.7.2",
|
"luxon": "3.7.2",
|
||||||
"marked": "17.0.1",
|
"marked": "17.0.0",
|
||||||
"memoize-one": "6.0.0",
|
"memoize-one": "6.0.0",
|
||||||
"node-vibrant": "4.0.3",
|
"node-vibrant": "4.0.3",
|
||||||
"object-hash": "3.0.0",
|
"object-hash": "3.0.0",
|
||||||
@@ -135,16 +135,16 @@
|
|||||||
"stacktrace-js": "2.0.2",
|
"stacktrace-js": "2.0.2",
|
||||||
"superstruct": "2.0.2",
|
"superstruct": "2.0.2",
|
||||||
"tinykeys": "3.0.0",
|
"tinykeys": "3.0.0",
|
||||||
"ua-parser-js": "2.0.7",
|
"ua-parser-js": "2.0.6",
|
||||||
"vue": "2.7.16",
|
"vue": "2.7.16",
|
||||||
"vue2-daterange-picker": "0.6.8",
|
"vue2-daterange-picker": "0.6.8",
|
||||||
"weekstart": "2.0.0",
|
"weekstart": "2.0.0",
|
||||||
"workbox-cacheable-response": "7.4.0",
|
"workbox-cacheable-response": "7.3.0",
|
||||||
"workbox-core": "7.4.0",
|
"workbox-core": "7.3.0",
|
||||||
"workbox-expiration": "7.4.0",
|
"workbox-expiration": "7.3.0",
|
||||||
"workbox-precaching": "7.4.0",
|
"workbox-precaching": "7.3.0",
|
||||||
"workbox-routing": "7.4.0",
|
"workbox-routing": "7.3.0",
|
||||||
"workbox-strategies": "7.4.0",
|
"workbox-strategies": "7.3.0",
|
||||||
"xss": "1.0.15"
|
"xss": "1.0.15"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -152,13 +152,13 @@
|
|||||||
"@babel/helper-define-polyfill-provider": "0.6.5",
|
"@babel/helper-define-polyfill-provider": "0.6.5",
|
||||||
"@babel/plugin-transform-runtime": "7.28.5",
|
"@babel/plugin-transform-runtime": "7.28.5",
|
||||||
"@babel/preset-env": "7.28.5",
|
"@babel/preset-env": "7.28.5",
|
||||||
"@bundle-stats/plugin-webpack-filter": "4.21.7",
|
"@bundle-stats/plugin-webpack-filter": "4.21.6",
|
||||||
"@lokalise/node-api": "15.4.0",
|
"@lokalise/node-api": "15.3.1",
|
||||||
"@octokit/auth-oauth-device": "8.0.3",
|
"@octokit/auth-oauth-device": "8.0.3",
|
||||||
"@octokit/plugin-retry": "8.0.3",
|
"@octokit/plugin-retry": "8.0.3",
|
||||||
"@octokit/rest": "22.0.1",
|
"@octokit/rest": "22.0.1",
|
||||||
"@rsdoctor/rspack-plugin": "1.3.15",
|
"@rsdoctor/rspack-plugin": "1.3.11",
|
||||||
"@rspack/core": "1.6.7",
|
"@rspack/core": "1.6.4",
|
||||||
"@rspack/dev-server": "1.1.4",
|
"@rspack/dev-server": "1.1.4",
|
||||||
"@types/babel__plugin-transform-runtime": "7.9.5",
|
"@types/babel__plugin-transform-runtime": "7.9.5",
|
||||||
"@types/chromecast-caf-receiver": "6.0.22",
|
"@types/chromecast-caf-receiver": "6.0.22",
|
||||||
@@ -178,12 +178,12 @@
|
|||||||
"@types/tar": "6.1.13",
|
"@types/tar": "6.1.13",
|
||||||
"@types/ua-parser-js": "0.7.39",
|
"@types/ua-parser-js": "0.7.39",
|
||||||
"@types/webspeechapi": "0.0.29",
|
"@types/webspeechapi": "0.0.29",
|
||||||
"@vitest/coverage-v8": "4.0.15",
|
"@vitest/coverage-v8": "4.0.8",
|
||||||
"babel-loader": "10.0.0",
|
"babel-loader": "10.0.0",
|
||||||
"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",
|
||||||
"del": "8.0.1",
|
"del": "8.0.1",
|
||||||
"eslint": "9.39.2",
|
"eslint": "9.39.1",
|
||||||
"eslint-config-airbnb-base": "15.0.0",
|
"eslint-config-airbnb-base": "15.0.0",
|
||||||
"eslint-config-prettier": "10.1.8",
|
"eslint-config-prettier": "10.1.8",
|
||||||
"eslint-import-resolver-webpack": "0.13.10",
|
"eslint-import-resolver-webpack": "0.13.10",
|
||||||
@@ -194,32 +194,32 @@
|
|||||||
"eslint-plugin-wc": "3.0.2",
|
"eslint-plugin-wc": "3.0.2",
|
||||||
"fancy-log": "2.0.0",
|
"fancy-log": "2.0.0",
|
||||||
"fs-extra": "11.3.2",
|
"fs-extra": "11.3.2",
|
||||||
"glob": "13.0.0",
|
"glob": "12.0.0",
|
||||||
"gulp": "5.0.1",
|
"gulp": "5.0.1",
|
||||||
"gulp-brotli": "3.0.0",
|
"gulp-brotli": "3.0.0",
|
||||||
"gulp-json-transform": "0.5.0",
|
"gulp-json-transform": "0.5.0",
|
||||||
"gulp-rename": "2.1.0",
|
"gulp-rename": "2.1.0",
|
||||||
"html-minifier-terser": "7.2.0",
|
"html-minifier-terser": "7.2.0",
|
||||||
"husky": "9.1.7",
|
"husky": "9.1.7",
|
||||||
"jsdom": "27.3.0",
|
"jsdom": "27.1.0",
|
||||||
"jszip": "3.10.1",
|
"jszip": "3.10.1",
|
||||||
"lint-staged": "16.2.7",
|
"lint-staged": "16.2.6",
|
||||||
"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",
|
||||||
"map-stream": "0.0.7",
|
"map-stream": "0.0.7",
|
||||||
"pinst": "3.0.0",
|
"pinst": "3.0.0",
|
||||||
"prettier": "3.7.4",
|
"prettier": "3.6.2",
|
||||||
"rspack-manifest-plugin": "5.2.0",
|
"rspack-manifest-plugin": "5.1.0",
|
||||||
"serve": "14.2.5",
|
"serve": "14.2.5",
|
||||||
"sinon": "21.0.0",
|
"sinon": "21.0.0",
|
||||||
"tar": "7.5.2",
|
"tar": "7.5.2",
|
||||||
"terser-webpack-plugin": "5.3.16",
|
"terser-webpack-plugin": "5.3.14",
|
||||||
"ts-lit-plugin": "2.0.2",
|
"ts-lit-plugin": "2.0.2",
|
||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.49.0",
|
"typescript-eslint": "8.46.3",
|
||||||
"vite-tsconfig-paths": "6.0.1",
|
"vite-tsconfig-paths": "5.1.4",
|
||||||
"vitest": "4.0.15",
|
"vitest": "4.0.8",
|
||||||
"webpack-stats-plugin": "1.1.3",
|
"webpack-stats-plugin": "1.1.3",
|
||||||
"webpackbar": "7.0.0",
|
"webpackbar": "7.0.0",
|
||||||
"workbox-build": "patch:workbox-build@npm%3A7.1.1#~/.yarn/patches/workbox-build-npm-7.1.1-a854f3faae.patch"
|
"workbox-build": "patch:workbox-build@npm%3A7.1.1#~/.yarn/patches/workbox-build-npm-7.1.1-a854f3faae.patch"
|
||||||
@@ -236,8 +236,8 @@
|
|||||||
"@material/mwc-list@^0.27.0": "patch:@material/mwc-list@npm%3A0.27.0#~/.yarn/patches/@material-mwc-list-npm-0.27.0-5344fc9de4.patch",
|
"@material/mwc-list@^0.27.0": "patch:@material/mwc-list@npm%3A0.27.0#~/.yarn/patches/@material-mwc-list-npm-0.27.0-5344fc9de4.patch",
|
||||||
"glob@^10.2.2": "^10.5.0"
|
"glob@^10.2.2": "^10.5.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.12.0",
|
"packageManager": "yarn@4.11.0",
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "24.12.0"
|
"node": "22.21.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "home-assistant-frontend"
|
name = "home-assistant-frontend"
|
||||||
version = "20251203.0"
|
version = "20251029.0"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
license-files = ["LICENSE*"]
|
license-files = ["LICENSE*"]
|
||||||
description = "The Home Assistant frontend"
|
description = "The Home Assistant frontend"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import type { AuthData } from "home-assistant-js-websocket";
|
import type { AuthData } from "home-assistant-js-websocket";
|
||||||
import { extractSearchParam } from "../url/search-params";
|
import { extractSearchParam } from "../url/search-params";
|
||||||
import { hassUrl } from "../../data/auth";
|
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface Window {
|
interface Window {
|
||||||
@@ -31,11 +30,7 @@ export function askWrite() {
|
|||||||
export function saveTokens(tokens: AuthData | null) {
|
export function saveTokens(tokens: AuthData | null) {
|
||||||
tokenCache.tokens = tokens;
|
tokenCache.tokens = tokens;
|
||||||
|
|
||||||
if (
|
if (!tokenCache.writeEnabled && extractSearchParam("storeToken") === "true") {
|
||||||
!tokenCache.writeEnabled &&
|
|
||||||
(extractSearchParam("storeToken") === "true" ||
|
|
||||||
hassUrl !== `${location.protocol}//${location.host}`)
|
|
||||||
) {
|
|
||||||
tokenCache.writeEnabled = true;
|
tokenCache.writeEnabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,64 @@
|
|||||||
import memoizeOne from "memoize-one";
|
import memoizeOne from "memoize-one";
|
||||||
import { theme2hex } from "./convert-color";
|
import { theme2hex } from "./convert-color";
|
||||||
|
|
||||||
// Total number of colors defined in CSS variables (--color-1 through --color-54)
|
export const COLORS = [
|
||||||
export const COLORS_COUNT = 54;
|
"#4269d0",
|
||||||
|
"#f4bd4a",
|
||||||
|
"#ff725c",
|
||||||
|
"#6cc5b0",
|
||||||
|
"#a463f2",
|
||||||
|
"#ff8ab7",
|
||||||
|
"#9c6b4e",
|
||||||
|
"#97bbf5",
|
||||||
|
"#01ab63",
|
||||||
|
"#094bad",
|
||||||
|
"#c99000",
|
||||||
|
"#d84f3e",
|
||||||
|
"#49a28f",
|
||||||
|
"#048732",
|
||||||
|
"#d96895",
|
||||||
|
"#8043ce",
|
||||||
|
"#7599d1",
|
||||||
|
"#7a4c31",
|
||||||
|
"#6989f4",
|
||||||
|
"#ffd444",
|
||||||
|
"#ff957c",
|
||||||
|
"#8fe9d3",
|
||||||
|
"#62cc71",
|
||||||
|
"#ffadda",
|
||||||
|
"#c884ff",
|
||||||
|
"#badeff",
|
||||||
|
"#bf8b6d",
|
||||||
|
"#927acc",
|
||||||
|
"#97ee3f",
|
||||||
|
"#bf3947",
|
||||||
|
"#9f5b00",
|
||||||
|
"#f48758",
|
||||||
|
"#8caed6",
|
||||||
|
"#f2b94f",
|
||||||
|
"#eff26e",
|
||||||
|
"#e43872",
|
||||||
|
"#d9b100",
|
||||||
|
"#9d7a00",
|
||||||
|
"#698cff",
|
||||||
|
"#00d27e",
|
||||||
|
"#d06800",
|
||||||
|
"#009f82",
|
||||||
|
"#c49200",
|
||||||
|
"#cbe8ff",
|
||||||
|
"#fecddf",
|
||||||
|
"#c27eb6",
|
||||||
|
"#8cd2ce",
|
||||||
|
"#c4b8d9",
|
||||||
|
"#f883b0",
|
||||||
|
"#a49100",
|
||||||
|
"#f48800",
|
||||||
|
"#27d0df",
|
||||||
|
"#a04a9b",
|
||||||
|
];
|
||||||
|
|
||||||
export function getColorByIndex(
|
export function getColorByIndex(index: number) {
|
||||||
index: number,
|
return COLORS[index % COLORS.length];
|
||||||
style: CSSStyleDeclaration
|
|
||||||
): string {
|
|
||||||
// Wrap around using modulo to support unlimited indices
|
|
||||||
const colorIndex = (index % COLORS_COUNT) + 1;
|
|
||||||
return style.getPropertyValue(`--color-${colorIndex}`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getGraphColorByIndex(
|
export function getGraphColorByIndex(
|
||||||
@@ -20,19 +68,15 @@ export function getGraphColorByIndex(
|
|||||||
// The CSS vars for the colors use range 1..n, so we need to adjust the index from the internal 0..n color index range.
|
// The CSS vars for the colors use range 1..n, so we need to adjust the index from the internal 0..n color index range.
|
||||||
const themeColor =
|
const themeColor =
|
||||||
style.getPropertyValue(`--graph-color-${index + 1}`) ||
|
style.getPropertyValue(`--graph-color-${index + 1}`) ||
|
||||||
getColorByIndex(index, style);
|
getColorByIndex(index);
|
||||||
return theme2hex(themeColor);
|
return theme2hex(themeColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
export const getAllGraphColors = memoizeOne(
|
export const getAllGraphColors = memoizeOne(
|
||||||
(style: CSSStyleDeclaration) =>
|
(style: CSSStyleDeclaration) =>
|
||||||
Array.from({ length: COLORS_COUNT }, (_, index) =>
|
COLORS.map((_color, index) => getGraphColorByIndex(index, style)),
|
||||||
getGraphColorByIndex(index, style)
|
|
||||||
),
|
|
||||||
(newArgs: [CSSStyleDeclaration], lastArgs: [CSSStyleDeclaration]) =>
|
(newArgs: [CSSStyleDeclaration], lastArgs: [CSSStyleDeclaration]) =>
|
||||||
// this is not ideal, but we need to memoize the colors
|
// this is not ideal, but we need to memoize the colors
|
||||||
newArgs[0].getPropertyValue("--graph-color-1") ===
|
newArgs[0].getPropertyValue("--graph-color-1") ===
|
||||||
lastArgs[0].getPropertyValue("--graph-color-1") &&
|
lastArgs[0].getPropertyValue("--graph-color-1")
|
||||||
newArgs[0].getPropertyValue("--color-1") ===
|
|
||||||
lastArgs[0].getPropertyValue("--color-1")
|
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ import {
|
|||||||
DOMAIN_ATTRIBUTES_FORMATERS,
|
DOMAIN_ATTRIBUTES_FORMATERS,
|
||||||
DOMAIN_ATTRIBUTES_UNITS,
|
DOMAIN_ATTRIBUTES_UNITS,
|
||||||
TEMPERATURE_ATTRIBUTES,
|
TEMPERATURE_ATTRIBUTES,
|
||||||
} from "../../data/entity/entity_attributes";
|
} from "../../data/entity_attributes";
|
||||||
import type { EntityRegistryDisplayEntry } from "../../data/entity/entity_registry";
|
import type { EntityRegistryDisplayEntry } from "../../data/entity_registry";
|
||||||
import type { FrontendLocaleData } from "../../data/translation";
|
import type { FrontendLocaleData } from "../../data/translation";
|
||||||
import type { WeatherEntity } from "../../data/weather";
|
import type { WeatherEntity } from "../../data/weather";
|
||||||
import { getWeatherUnit } from "../../data/weather";
|
import { getWeatherUnit } from "../../data/weather";
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
import memoizeOne from "memoize-one";
|
import memoizeOne from "memoize-one";
|
||||||
import type { DeviceRegistryEntry } from "../../data/device/device_registry";
|
import type { DeviceRegistryEntry } from "../../data/device_registry";
|
||||||
import type {
|
import type {
|
||||||
EntityRegistryDisplayEntry,
|
EntityRegistryDisplayEntry,
|
||||||
EntityRegistryEntry,
|
EntityRegistryEntry,
|
||||||
} from "../../data/entity/entity_registry";
|
} from "../../data/entity_registry";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import { getDuplicates } from "../string/get_duplicates";
|
|
||||||
import { computeStateName } from "./compute_state_name";
|
import { computeStateName } from "./compute_state_name";
|
||||||
|
import { getDuplicates } from "../string/get_duplicates";
|
||||||
|
|
||||||
export const computeDeviceName = (
|
export const computeDeviceName = (
|
||||||
device: DeviceRegistryEntry
|
device: DeviceRegistryEntry
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import type { HassEntity } from "home-assistant-js-websocket";
|
|||||||
import type {
|
import type {
|
||||||
EntityRegistryDisplayEntry,
|
EntityRegistryDisplayEntry,
|
||||||
EntityRegistryEntry,
|
EntityRegistryEntry,
|
||||||
} from "../../data/entity/entity_registry";
|
} from "../../data/entity_registry";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import { computeDeviceName } from "./compute_device_name";
|
import { computeDeviceName } from "./compute_device_name";
|
||||||
import { computeStateName } from "./compute_state_name";
|
import { computeStateName } from "./compute_state_name";
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
import type { HassConfig, HassEntity } from "home-assistant-js-websocket";
|
import type { HassConfig, HassEntity } from "home-assistant-js-websocket";
|
||||||
import { UNAVAILABLE, UNKNOWN } from "../../data/entity/entity";
|
import { UNAVAILABLE, UNKNOWN } from "../../data/entity";
|
||||||
import type { EntityRegistryDisplayEntry } from "../../data/entity/entity_registry";
|
import type { EntityRegistryDisplayEntry } from "../../data/entity_registry";
|
||||||
import type { FrontendLocaleData } from "../../data/translation";
|
import type { FrontendLocaleData } from "../../data/translation";
|
||||||
import { TimeZone } from "../../data/translation";
|
import { TimeZone } from "../../data/translation";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
|
import { DURATION_UNITS, formatDuration } from "../datetime/format_duration";
|
||||||
import { formatDate } from "../datetime/format_date";
|
import { formatDate } from "../datetime/format_date";
|
||||||
import { formatDateTime } from "../datetime/format_date_time";
|
import { formatDateTime } from "../datetime/format_date_time";
|
||||||
import { DURATION_UNITS, formatDuration } from "../datetime/format_duration";
|
|
||||||
import { formatTime } from "../datetime/format_time";
|
import { formatTime } from "../datetime/format_time";
|
||||||
import {
|
import {
|
||||||
formatNumber,
|
formatNumber,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import type { AreaRegistryEntry } from "../../../data/area_registry";
|
import type { AreaRegistryEntry } from "../../../data/area_registry";
|
||||||
import type { DeviceRegistryEntry } from "../../../data/device/device_registry";
|
import type { DeviceRegistryEntry } from "../../../data/device_registry";
|
||||||
import type { FloorRegistryEntry } from "../../../data/floor_registry";
|
import type { FloorRegistryEntry } from "../../../data/floor_registry";
|
||||||
import type { HomeAssistant } from "../../../types";
|
import type { HomeAssistant } from "../../../types";
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import type { HassEntity } from "home-assistant-js-websocket";
|
import type { HassEntity } from "home-assistant-js-websocket";
|
||||||
import type { AreaRegistryEntry } from "../../../data/area_registry";
|
import type { AreaRegistryEntry } from "../../../data/area_registry";
|
||||||
import type { DeviceRegistryEntry } from "../../../data/device/device_registry";
|
import type { DeviceRegistryEntry } from "../../../data/device_registry";
|
||||||
import type {
|
import type {
|
||||||
EntityRegistryDisplayEntry,
|
EntityRegistryDisplayEntry,
|
||||||
EntityRegistryEntry,
|
EntityRegistryEntry,
|
||||||
ExtEntityRegistryEntry,
|
ExtEntityRegistryEntry,
|
||||||
} from "../../../data/entity/entity_registry";
|
} from "../../../data/entity_registry";
|
||||||
import type { FloorRegistryEntry } from "../../../data/floor_registry";
|
import type { FloorRegistryEntry } from "../../../data/floor_registry";
|
||||||
import type { HomeAssistant } from "../../../types";
|
import type { HomeAssistant } from "../../../types";
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
import type { ConfigEntry } from "../../data/config_entries";
|
import type { HomeAssistant } from "../../types";
|
||||||
import { deleteConfigEntry } from "../../data/config_entries";
|
|
||||||
import type { EntityRegistryEntry } from "../../data/entity/entity_registry";
|
|
||||||
import { removeEntityRegistryEntry } from "../../data/entity/entity_registry";
|
|
||||||
import { HELPERS_CRUD } from "../../data/helpers_crud";
|
|
||||||
import type { IntegrationManifest } from "../../data/integration";
|
import type { IntegrationManifest } from "../../data/integration";
|
||||||
|
import { computeDomain } from "./compute_domain";
|
||||||
|
import { HELPERS_CRUD } from "../../data/helpers_crud";
|
||||||
import type { Helper } from "../../panels/config/helpers/const";
|
import type { Helper } from "../../panels/config/helpers/const";
|
||||||
import { isHelperDomain } from "../../panels/config/helpers/const";
|
import { isHelperDomain } from "../../panels/config/helpers/const";
|
||||||
import type { HomeAssistant } from "../../types";
|
|
||||||
import { isComponentLoaded } from "../config/is_component_loaded";
|
import { isComponentLoaded } from "../config/is_component_loaded";
|
||||||
import { computeDomain } from "./compute_domain";
|
import type { EntityRegistryEntry } from "../../data/entity_registry";
|
||||||
|
import { removeEntityRegistryEntry } from "../../data/entity_registry";
|
||||||
|
import type { ConfigEntry } from "../../data/config_entries";
|
||||||
|
import { deleteConfigEntry } from "../../data/config_entries";
|
||||||
|
|
||||||
export const isDeletableEntity = (
|
export const isDeletableEntity = (
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import type { HassEntity } from "home-assistant-js-websocket";
|
import type { HassEntity } from "home-assistant-js-websocket";
|
||||||
import { UNAVAILABLE_STATES } from "../../data/entity/entity";
|
|
||||||
import type { HomeAssistant } from "../../types";
|
|
||||||
import { stringCompare } from "../string/compare";
|
|
||||||
import { computeDomain } from "./compute_domain";
|
|
||||||
import { computeStateDomain } from "./compute_state_domain";
|
import { computeStateDomain } from "./compute_state_domain";
|
||||||
|
import { UNAVAILABLE_STATES } from "../../data/entity";
|
||||||
|
import type { HomeAssistant } from "../../types";
|
||||||
|
import { computeDomain } from "./compute_domain";
|
||||||
|
import { stringCompare } from "../string/compare";
|
||||||
|
|
||||||
export const FIXED_DOMAIN_STATES = {
|
export const FIXED_DOMAIN_STATES = {
|
||||||
alarm_control_panel: [
|
alarm_control_panel: [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import type { HassEntity } from "home-assistant-js-websocket";
|
import type { HassEntity } from "home-assistant-js-websocket";
|
||||||
import { isUnavailableState, UNAVAILABLE } from "../../data/entity/entity";
|
|
||||||
import type { HomeAssistant } from "../../types";
|
|
||||||
import { computeStateDomain } from "./compute_state_domain";
|
import { computeStateDomain } from "./compute_state_domain";
|
||||||
|
import { isUnavailableState, UNAVAILABLE } from "../../data/entity";
|
||||||
|
import type { HomeAssistant } from "../../types";
|
||||||
|
|
||||||
export const computeGroupEntitiesState = (states: HassEntity[]): string => {
|
export const computeGroupEntitiesState = (states: HassEntity[]): string => {
|
||||||
if (!states.length) {
|
if (!states.length) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import type { HassEntity } from "home-assistant-js-websocket";
|
import type { HassEntity } from "home-assistant-js-websocket";
|
||||||
import { isUnavailableState, OFF, UNAVAILABLE } from "../../data/entity/entity";
|
import { isUnavailableState, OFF, UNAVAILABLE } from "../../data/entity";
|
||||||
import { computeDomain } from "./compute_domain";
|
import { computeDomain } from "./compute_domain";
|
||||||
|
|
||||||
export function stateActive(stateObj: HassEntity, state?: string): boolean {
|
export function stateActive(stateObj: HassEntity, state?: string): boolean {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import type { HassEntity } from "home-assistant-js-websocket";
|
import type { HassEntity } from "home-assistant-js-websocket";
|
||||||
import { UNAVAILABLE } from "../../data/entity/entity";
|
import { UNAVAILABLE } from "../../data/entity";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import { DOMAINS_WITH_CARD } from "../const";
|
import { DOMAINS_WITH_CARD } from "../const";
|
||||||
import { canToggleState } from "./can_toggle_state";
|
import { canToggleState } from "./can_toggle_state";
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/** Return a color representing a state. */
|
/** Return a color representing a state. */
|
||||||
import type { HassEntity } from "home-assistant-js-websocket";
|
import type { HassEntity } from "home-assistant-js-websocket";
|
||||||
import { UNAVAILABLE } from "../../data/entity/entity";
|
import { UNAVAILABLE } from "../../data/entity";
|
||||||
import type { GroupEntity } from "../../data/group";
|
import type { GroupEntity } from "../../data/group";
|
||||||
import { computeGroupDomain } from "../../data/group";
|
import { computeGroupDomain } from "../../data/group";
|
||||||
import { computeCssVariable } from "../../resources/css-variables";
|
import { computeCssVariable } from "../../resources/css-variables";
|
||||||
|
|||||||
@@ -17,36 +17,25 @@ export interface NavigateOptions {
|
|||||||
// max time to wait for dialogs to close before navigating
|
// max time to wait for dialogs to close before navigating
|
||||||
const DIALOG_WAIT_TIMEOUT = 500;
|
const DIALOG_WAIT_TIMEOUT = 500;
|
||||||
|
|
||||||
/**
|
export const navigate = async (
|
||||||
* Ensures all dialogs are closed before navigation.
|
path: string,
|
||||||
* Returns true if navigation can proceed, false if a dialog refused to close.
|
options?: NavigateOptions,
|
||||||
*/
|
timestamp = Date.now()
|
||||||
const ensureDialogsClosed = async (timestamp: number): Promise<boolean> => {
|
) => {
|
||||||
const { history } = mainWindow;
|
const { history } = mainWindow;
|
||||||
|
if (history.state?.dialog && Date.now() - timestamp < DIALOG_WAIT_TIMEOUT) {
|
||||||
if (!history.state?.dialog || Date.now() - timestamp >= DIALOG_WAIT_TIMEOUT) {
|
const closed = await closeAllDialogs();
|
||||||
return true;
|
if (!closed) {
|
||||||
}
|
// eslint-disable-next-line no-console
|
||||||
|
console.warn("Navigation blocked, because dialog refused to close");
|
||||||
const closed = await closeAllDialogs();
|
return false;
|
||||||
if (!closed) {
|
}
|
||||||
// eslint-disable-next-line no-console
|
return new Promise<boolean>((resolve) => {
|
||||||
console.warn("Navigation blocked, because dialog refused to close");
|
// need to wait for history state to be updated in case a dialog was closed
|
||||||
return false;
|
setTimeout(() => {
|
||||||
}
|
navigate(path, options, timestamp).then(resolve);
|
||||||
|
});
|
||||||
// wait for history state to be updated after dialog closed
|
});
|
||||||
await new Promise<void>((resolve) => {
|
|
||||||
setTimeout(resolve);
|
|
||||||
});
|
|
||||||
|
|
||||||
return ensureDialogsClosed(timestamp);
|
|
||||||
};
|
|
||||||
|
|
||||||
export const navigate = async (path: string, options?: NavigateOptions) => {
|
|
||||||
const canProceed = await ensureDialogsClosed(Date.now());
|
|
||||||
if (!canProceed) {
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
const replace = options?.replace || false;
|
const replace = options?.replace || false;
|
||||||
|
|
||||||
@@ -79,14 +68,10 @@ export const navigate = async (path: string, options?: NavigateOptions) => {
|
|||||||
* Navigate back in history, with fallback to a default path if no history exists.
|
* Navigate back in history, with fallback to a default path if no history exists.
|
||||||
* This prevents a user from getting stuck when they navigate directly to a page with no history.
|
* This prevents a user from getting stuck when they navigate directly to a page with no history.
|
||||||
*/
|
*/
|
||||||
export const goBack = async (fallbackPath?: string): Promise<void> => {
|
export const goBack = (fallbackPath?: string) => {
|
||||||
const canProceed = await ensureDialogsClosed(Date.now());
|
const { history } = mainWindow;
|
||||||
if (!canProceed) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check if we have history to go back to
|
// Check if we have history to go back to
|
||||||
const { history } = mainWindow;
|
|
||||||
if (history.length > 1) {
|
if (history.length > 1) {
|
||||||
history.back();
|
history.back();
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import type {
|
|||||||
HassEntity,
|
HassEntity,
|
||||||
HassEntityAttributeBase,
|
HassEntityAttributeBase,
|
||||||
} from "home-assistant-js-websocket";
|
} from "home-assistant-js-websocket";
|
||||||
import type { EntityRegistryDisplayEntry } from "../../data/entity/entity_registry";
|
import type { EntityRegistryDisplayEntry } from "../../data/entity_registry";
|
||||||
import type { FrontendLocaleData } from "../../data/translation";
|
import type { FrontendLocaleData } from "../../data/translation";
|
||||||
import { NumberFormat } from "../../data/translation";
|
import { NumberFormat } from "../../data/translation";
|
||||||
import { round } from "./round";
|
import { round } from "./round";
|
||||||
|
|||||||
@@ -45,8 +45,9 @@ export const computeFormatFunctions = async (
|
|||||||
formatEntityAttributeName: FormatEntityAttributeNameFunc;
|
formatEntityAttributeName: FormatEntityAttributeNameFunc;
|
||||||
formatEntityName: FormatEntityNameFunc;
|
formatEntityName: FormatEntityNameFunc;
|
||||||
}> => {
|
}> => {
|
||||||
const { computeStateDisplay } =
|
const { computeStateDisplay } = await import(
|
||||||
await import("../entity/compute_state_display");
|
"../entity/compute_state_display"
|
||||||
|
);
|
||||||
const { computeAttributeValueDisplay, computeAttributeNameDisplay } =
|
const { computeAttributeValueDisplay, computeAttributeNameDisplay } =
|
||||||
await import("../entity/compute_attribute_display");
|
await import("../entity/compute_attribute_display");
|
||||||
|
|
||||||
|
|||||||
@@ -1,45 +1,30 @@
|
|||||||
/**
|
/**
|
||||||
* Executes a synchronous callback within a View Transition if supported, otherwise runs it directly.
|
* Executes a callback within a View Transition if supported, otherwise runs it directly.
|
||||||
*
|
*
|
||||||
* @param callback - Synchronous function to execute. The callback will be passed a boolean indicating whether the view transition is available.
|
* @param callback - Function to execute. Can be synchronous or return a Promise. The callback will be passed a boolean indicating whether the view transition is available.
|
||||||
* @returns Promise that resolves when the transition completes (or immediately if not supported)
|
* @returns Promise that resolves when the transition completes (or immediately if not supported)
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
* ```typescript
|
* ```typescript
|
||||||
|
* // Synchronous callback
|
||||||
* withViewTransition(() => {
|
* withViewTransition(() => {
|
||||||
* this.large = !this.large;
|
* this.large = !this.large;
|
||||||
* });
|
* });
|
||||||
|
*
|
||||||
|
* // Async callback
|
||||||
|
* await withViewTransition(async () => {
|
||||||
|
* await this.updateData();
|
||||||
|
* });
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
export const withViewTransition = (
|
export const withViewTransition = (
|
||||||
callback: (viewTransitionAvailable: boolean) => void
|
callback: (viewTransitionAvailable: boolean) => void | Promise<void>
|
||||||
): Promise<void> => {
|
): Promise<void> => {
|
||||||
if (!document.startViewTransition) {
|
if (document.startViewTransition) {
|
||||||
callback(false);
|
return document.startViewTransition(() => callback(true)).finished;
|
||||||
return Promise.resolve();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let callbackInvoked = false;
|
// Fallback: Execute callback directly without transition
|
||||||
|
const result = callback(false);
|
||||||
try {
|
return result instanceof Promise ? result : Promise.resolve();
|
||||||
// View Transitions require DOM updates to happen synchronously within
|
|
||||||
// the callback. Execute the callback immediately (synchronously).
|
|
||||||
const transition = document.startViewTransition(() => {
|
|
||||||
callbackInvoked = true;
|
|
||||||
callback(true);
|
|
||||||
});
|
|
||||||
return transition.finished;
|
|
||||||
} catch (err) {
|
|
||||||
// eslint-disable-next-line no-console
|
|
||||||
console.warn(
|
|
||||||
"View transition failed, falling back to direct execution.",
|
|
||||||
err
|
|
||||||
);
|
|
||||||
// Make sure the callback is invoked exactly once.
|
|
||||||
if (!callbackInvoked) {
|
|
||||||
callback(false);
|
|
||||||
return Promise.resolve();
|
|
||||||
}
|
|
||||||
return Promise.reject(err);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -593,7 +593,6 @@ export class HaChartBase extends LitElement {
|
|||||||
}
|
}
|
||||||
const options = {
|
const options = {
|
||||||
animation: !this._reducedMotion,
|
animation: !this._reducedMotion,
|
||||||
animationDuration: 500,
|
|
||||||
darkMode: this._themes.darkMode ?? false,
|
darkMode: this._themes.darkMode ?? false,
|
||||||
aria: { show: true },
|
aria: { show: true },
|
||||||
dataZoom: this._getDataZoomConfig(),
|
dataZoom: this._getDataZoomConfig(),
|
||||||
|
|||||||
@@ -167,7 +167,6 @@ export class HaSankeyChart extends LitElement {
|
|||||||
curveness: 0.5,
|
curveness: 0.5,
|
||||||
},
|
},
|
||||||
layoutIterations: 0,
|
layoutIterations: 0,
|
||||||
animationDuration: 500,
|
|
||||||
label: {
|
label: {
|
||||||
formatter: (params) =>
|
formatter: (params) =>
|
||||||
data.nodes.find((node) => node.id === (params.data as Node).id)
|
data.nodes.find((node) => node.id === (params.data as Node).id)
|
||||||
@@ -280,7 +279,6 @@ export class HaSankeyChart extends LitElement {
|
|||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: 100%;
|
|
||||||
background: var(--ha-card-background, var(--card-background-color));
|
background: var(--ha-card-background, var(--card-background-color));
|
||||||
}
|
}
|
||||||
ha-chart-base {
|
ha-chart-base {
|
||||||
|
|||||||
@@ -1,207 +0,0 @@
|
|||||||
import type { EChartsType } from "echarts/core";
|
|
||||||
import type { SunburstSeriesOption } from "echarts/types/dist/echarts";
|
|
||||||
import type { CallbackDataParams } from "echarts/types/src/util/types";
|
|
||||||
import { css, html, LitElement, nothing } from "lit";
|
|
||||||
import { customElement, property } from "lit/decorators";
|
|
||||||
import memoizeOne from "memoize-one";
|
|
||||||
import { getGraphColorByIndex } from "../../common/color/colors";
|
|
||||||
import { filterXSS } from "../../common/util/xss";
|
|
||||||
import type { ECOption } from "../../resources/echarts/echarts";
|
|
||||||
import type { HomeAssistant } from "../../types";
|
|
||||||
import "./ha-chart-base";
|
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/naming-convention, @typescript-eslint/consistent-type-imports
|
|
||||||
let SunburstChart: typeof import("echarts/lib/chart/sunburst/install");
|
|
||||||
|
|
||||||
export interface SunburstNode {
|
|
||||||
id: string;
|
|
||||||
name?: string;
|
|
||||||
value: number;
|
|
||||||
itemStyle?: {
|
|
||||||
color?: string;
|
|
||||||
};
|
|
||||||
children?: SunburstNode[];
|
|
||||||
}
|
|
||||||
|
|
||||||
@customElement("ha-sunburst-chart")
|
|
||||||
export class HaSunburstChart extends LitElement {
|
|
||||||
public hass!: HomeAssistant;
|
|
||||||
|
|
||||||
@property({ attribute: false }) public data?: SunburstNode;
|
|
||||||
|
|
||||||
@property({ type: String, attribute: false }) public valueFormatter?: (
|
|
||||||
value: number
|
|
||||||
) => string;
|
|
||||||
|
|
||||||
public chart?: EChartsType;
|
|
||||||
|
|
||||||
constructor() {
|
|
||||||
super();
|
|
||||||
if (!SunburstChart) {
|
|
||||||
import("echarts/lib/chart/sunburst/install").then((module) => {
|
|
||||||
SunburstChart = module;
|
|
||||||
this.requestUpdate();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
render() {
|
|
||||||
if (!SunburstChart || !this.data) {
|
|
||||||
return nothing;
|
|
||||||
}
|
|
||||||
|
|
||||||
const options = {
|
|
||||||
tooltip: {
|
|
||||||
trigger: "item",
|
|
||||||
formatter: this._renderTooltip,
|
|
||||||
appendTo: document.body,
|
|
||||||
},
|
|
||||||
} as ECOption;
|
|
||||||
|
|
||||||
return html`<ha-chart-base
|
|
||||||
.data=${this._createData(this.data)}
|
|
||||||
.options=${options}
|
|
||||||
height="100%"
|
|
||||||
.extraComponents=${[SunburstChart]}
|
|
||||||
></ha-chart-base>`;
|
|
||||||
}
|
|
||||||
|
|
||||||
private _renderTooltip = (params: CallbackDataParams) => {
|
|
||||||
const data = params.data as { name: string; value: number };
|
|
||||||
const value = this.valueFormatter
|
|
||||||
? this.valueFormatter(data.value)
|
|
||||||
: data.value;
|
|
||||||
return `${params.marker} ${filterXSS(data.name)}<br>${value}`;
|
|
||||||
};
|
|
||||||
|
|
||||||
private _createData = memoizeOne(
|
|
||||||
(data: SunburstNode): SunburstSeriesOption => {
|
|
||||||
const computedStyles = getComputedStyle(this);
|
|
||||||
|
|
||||||
// Transform to echarts format (uses 'name' instead of 'id')
|
|
||||||
const transformNode = (
|
|
||||||
node: SunburstNode,
|
|
||||||
index: number,
|
|
||||||
depth: number,
|
|
||||||
parentColor?: string
|
|
||||||
) => {
|
|
||||||
const result = {
|
|
||||||
...node,
|
|
||||||
name: node.name || node.id,
|
|
||||||
};
|
|
||||||
|
|
||||||
if (depth > 0 && !node.itemStyle?.color) {
|
|
||||||
// Don't assign color to root node
|
|
||||||
result.itemStyle = {
|
|
||||||
color: parentColor ?? getGraphColorByIndex(index, computedStyles),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
if (node.children && node.children.length > 0) {
|
|
||||||
result.children = node.children.map((child, i) =>
|
|
||||||
transformNode(child, i, depth + 1, result.itemStyle?.color)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
return result;
|
|
||||||
};
|
|
||||||
|
|
||||||
const transformedData = transformNode(data, 0, 0);
|
|
||||||
|
|
||||||
return {
|
|
||||||
type: "sunburst",
|
|
||||||
data: transformedData.children || [transformedData],
|
|
||||||
radius: [0, "90%"],
|
|
||||||
sort: undefined, // Keep original order
|
|
||||||
label: {
|
|
||||||
show: false,
|
|
||||||
align: "center",
|
|
||||||
rotate: "radial",
|
|
||||||
minAngle: 15,
|
|
||||||
hideOverlap: true,
|
|
||||||
},
|
|
||||||
emphasis: {
|
|
||||||
focus: "ancestor",
|
|
||||||
label: {
|
|
||||||
show: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
itemStyle: {
|
|
||||||
borderRadius: 2,
|
|
||||||
},
|
|
||||||
levels: this._generateLevels(this._getMaxDepth(data)),
|
|
||||||
} as SunburstSeriesOption;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
private _getMaxDepth(node: SunburstNode, currentDepth = 0): number {
|
|
||||||
if (!node.children || node.children.length === 0) {
|
|
||||||
return currentDepth;
|
|
||||||
}
|
|
||||||
return Math.max(
|
|
||||||
...node.children.map((child) =>
|
|
||||||
this._getMaxDepth(child, currentDepth + 1)
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private _generateLevels(depth: number): SunburstSeriesOption["levels"] {
|
|
||||||
const levels: SunburstSeriesOption["levels"] = [];
|
|
||||||
|
|
||||||
// Root level (center) - transparent, small fixed size
|
|
||||||
const rootRadius = 15;
|
|
||||||
const outerRadius = 95;
|
|
||||||
const availableRadius = outerRadius - rootRadius;
|
|
||||||
|
|
||||||
levels.push({
|
|
||||||
r0: "0%",
|
|
||||||
r: `${rootRadius}%`,
|
|
||||||
itemStyle: {
|
|
||||||
color: "transparent",
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
||||||
if (depth === 0) {
|
|
||||||
return levels;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Distribute remaining radius among data levels using weighted distribution
|
|
||||||
// First level gets most space, each subsequent level gets progressively smaller
|
|
||||||
const weights = Array.from({ length: depth }, (_, i) => depth - i);
|
|
||||||
const totalWeight = weights.reduce((sum, w) => sum + w, 0);
|
|
||||||
|
|
||||||
let currentRadius = rootRadius;
|
|
||||||
for (let i = 0; i < depth; i++) {
|
|
||||||
const levelRadius = (weights[i] / totalWeight) * availableRadius;
|
|
||||||
const r0 = currentRadius;
|
|
||||||
const r = currentRadius + levelRadius;
|
|
||||||
currentRadius = r;
|
|
||||||
|
|
||||||
levels.push({
|
|
||||||
r0: `${r0}%`,
|
|
||||||
r: `${r}%`,
|
|
||||||
// Show labels only on first level
|
|
||||||
...(i === 0 ? { label: { show: true } } : {}),
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return levels;
|
|
||||||
}
|
|
||||||
|
|
||||||
static styles = css`
|
|
||||||
:host {
|
|
||||||
display: block;
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
ha-chart-base {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
|
|
||||||
declare global {
|
|
||||||
interface HTMLElementTagNameMap {
|
|
||||||
"ha-sunburst-chart": HaSunburstChart;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
import type { PropertyValues } from "lit";
|
import type { PropertyValues } from "lit";
|
||||||
import { html, LitElement } from "lit";
|
import { html, LitElement } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { property, state } from "lit/decorators";
|
||||||
import type { VisualMapComponentOption } from "echarts/components";
|
import type { VisualMapComponentOption } from "echarts/components";
|
||||||
import type { LineSeriesOption } from "echarts/charts";
|
import type { LineSeriesOption } from "echarts/charts";
|
||||||
import type { YAXisOption } from "echarts/types/dist/shared";
|
import type { YAXisOption } from "echarts/types/dist/shared";
|
||||||
@@ -27,7 +27,6 @@ const safeParseFloat = (value) => {
|
|||||||
return isFinite(parsed) ? parsed : null;
|
return isFinite(parsed) ? parsed : null;
|
||||||
};
|
};
|
||||||
|
|
||||||
@customElement("state-history-chart-line")
|
|
||||||
export class StateHistoryChartLine extends LitElement {
|
export class StateHistoryChartLine extends LitElement {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
|
||||||
@@ -796,6 +795,7 @@ export class StateHistoryChartLine extends LitElement {
|
|||||||
return Math.abs(value) < 1 ? value : roundingFn(value);
|
return Math.abs(value) < 1 ? value : roundingFn(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
customElements.define("state-history-chart-line", StateHistoryChartLine);
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
|
|||||||
@@ -373,7 +373,6 @@ export class StateHistoryChartTimeline extends LitElement {
|
|||||||
itemName: 3,
|
itemName: 3,
|
||||||
},
|
},
|
||||||
renderItem: this._renderItem,
|
renderItem: this._renderItem,
|
||||||
progressive: 0,
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -184,11 +184,17 @@ export class StatisticsChart extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private _datasetHidden(ev: CustomEvent) {
|
private _datasetHidden(ev: CustomEvent) {
|
||||||
|
if (!this._legendData) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
this._hiddenStats.add(ev.detail.id);
|
this._hiddenStats.add(ev.detail.id);
|
||||||
this.requestUpdate("_hiddenStats");
|
this.requestUpdate("_hiddenStats");
|
||||||
}
|
}
|
||||||
|
|
||||||
private _datasetUnhidden(ev: CustomEvent) {
|
private _datasetUnhidden(ev: CustomEvent) {
|
||||||
|
if (!this._legendData) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
this._hiddenStats.delete(ev.detail.id);
|
this._hiddenStats.delete(ev.detail.id);
|
||||||
this.requestUpdate("_hiddenStats");
|
this.requestUpdate("_hiddenStats");
|
||||||
}
|
}
|
||||||
@@ -515,9 +521,7 @@ export class StatisticsChart extends LitElement {
|
|||||||
`ui.components.statistics_charts.statistic_types.${type}`
|
`ui.components.statistics_charts.statistic_types.${type}`
|
||||||
),
|
),
|
||||||
symbol: "none",
|
symbol: "none",
|
||||||
// minmax sampling operates independently per series, breaking stacking alignment
|
sampling: "minmax",
|
||||||
// https://github.com/apache/echarts/issues/11879
|
|
||||||
sampling: band && drawBands ? "lttb" : "minmax",
|
|
||||||
animationDurationUpdate: 0,
|
animationDurationUpdate: 0,
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
width: 1.5,
|
width: 1.5,
|
||||||
@@ -535,17 +539,10 @@ export class StatisticsChart extends LitElement {
|
|||||||
if (band && this.chartType === "line") {
|
if (band && this.chartType === "line") {
|
||||||
series.stack = `band-${statistic_id}`;
|
series.stack = `band-${statistic_id}`;
|
||||||
series.stackStrategy = "all";
|
series.stackStrategy = "all";
|
||||||
if (this._hiddenStats.has(`${statistic_id}-${bandBottom}`)) {
|
if (drawBands && type === bandTop) {
|
||||||
// changing the stackOrder forces echarts to render the stacked series that are not hidden #28472
|
(series as LineSeriesOption).areaStyle = {
|
||||||
series.stackOrder = "seriesDesc";
|
color: color + "3F",
|
||||||
(series as LineSeriesOption).areaStyle = undefined;
|
};
|
||||||
} else {
|
|
||||||
series.stackOrder = "seriesAsc";
|
|
||||||
if (drawBands && type === bandTop) {
|
|
||||||
(series as LineSeriesOption).areaStyle = {
|
|
||||||
color: color + "3F",
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!this.hideLegend) {
|
if (!this.hideLegend) {
|
||||||
@@ -589,8 +586,7 @@ export class StatisticsChart extends LitElement {
|
|||||||
} else if (
|
} else if (
|
||||||
type === bandTop &&
|
type === bandTop &&
|
||||||
this.chartType === "line" &&
|
this.chartType === "line" &&
|
||||||
drawBands &&
|
drawBands
|
||||||
!this._hiddenStats.has(`${statistic_id}-${bandBottom}`)
|
|
||||||
) {
|
) {
|
||||||
const top = stat[bandTop] || 0;
|
const top = stat[bandTop] || 0;
|
||||||
val.push(Math.abs(top - (stat[bandBottom] || 0)));
|
val.push(Math.abs(top - (stat[bandBottom] || 0)));
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ import { getGraphColorByIndex } from "../../common/color/colors";
|
|||||||
import { hex2rgb, lab2hex, rgb2lab } from "../../common/color/convert-color";
|
import { hex2rgb, lab2hex, rgb2lab } from "../../common/color/convert-color";
|
||||||
import { labBrighten } from "../../common/color/lab";
|
import { labBrighten } from "../../common/color/lab";
|
||||||
import { computeDomain } from "../../common/entity/compute_domain";
|
import { computeDomain } from "../../common/entity/compute_domain";
|
||||||
|
import { stateColorProperties } from "../../common/entity/state_color";
|
||||||
|
import { UNAVAILABLE, UNKNOWN } from "../../data/entity";
|
||||||
|
import { computeCssValue } from "../../resources/css-variables";
|
||||||
import { computeStateDomain } from "../../common/entity/compute_state_domain";
|
import { computeStateDomain } from "../../common/entity/compute_state_domain";
|
||||||
import { FIXED_DOMAIN_STATES } from "../../common/entity/get_states";
|
import { FIXED_DOMAIN_STATES } from "../../common/entity/get_states";
|
||||||
import { stateColorProperties } from "../../common/entity/state_color";
|
|
||||||
import { UNAVAILABLE, UNKNOWN } from "../../data/entity/entity";
|
|
||||||
import { computeCssValue } from "../../resources/css-variables";
|
|
||||||
|
|
||||||
const DOMAIN_STATE_SHADES: Record<string, Record<string, number>> = {
|
const DOMAIN_STATE_SHADES: Record<string, Record<string, number>> = {
|
||||||
media_player: {
|
media_player: {
|
||||||
|
|||||||
@@ -2,17 +2,15 @@ import type { TemplateResult } from "lit";
|
|||||||
import { css, html, LitElement, nothing } from "lit";
|
import { css, html, LitElement, nothing } from "lit";
|
||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import { repeat } from "lit/directives/repeat";
|
import { repeat } from "lit/directives/repeat";
|
||||||
|
import type { LabelRegistryEntry } from "../../data/label_registry";
|
||||||
import { computeCssColor } from "../../common/color/compute-color";
|
import { computeCssColor } from "../../common/color/compute-color";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
import { stopPropagation } from "../../common/dom/stop_propagation";
|
|
||||||
import { stringCompare } from "../../common/string/compare";
|
|
||||||
import type { LabelRegistryEntry } from "../../data/label/label_registry";
|
|
||||||
import "../chips/ha-chip-set";
|
|
||||||
import "../ha-dropdown";
|
|
||||||
import "../ha-dropdown-item";
|
|
||||||
import type { HaDropdownItem } from "../ha-dropdown-item";
|
|
||||||
import "../ha-icon";
|
|
||||||
import "../ha-label";
|
import "../ha-label";
|
||||||
|
import { stringCompare } from "../../common/string/compare";
|
||||||
|
import "../chips/ha-chip-set";
|
||||||
|
import "../ha-button-menu";
|
||||||
|
import "../ha-icon";
|
||||||
|
import "../ha-list-item";
|
||||||
|
|
||||||
@customElement("ha-data-table-labels")
|
@customElement("ha-data-table-labels")
|
||||||
class HaDataTableLabels extends LitElement {
|
class HaDataTableLabels extends LitElement {
|
||||||
@@ -28,11 +26,12 @@ class HaDataTableLabels extends LitElement {
|
|||||||
(label) => this._renderLabel(label, true)
|
(label) => this._renderLabel(label, true)
|
||||||
)}
|
)}
|
||||||
${labels.length > 2
|
${labels.length > 2
|
||||||
? html`<ha-dropdown
|
? html`<ha-button-menu
|
||||||
|
absolute
|
||||||
role="button"
|
role="button"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
@click=${stopPropagation}
|
@click=${this._handleIconOverflowMenuOpened}
|
||||||
@wa-select=${this._handleDropdownSelect}
|
@closed=${this._handleIconOverflowMenuClosed}
|
||||||
>
|
>
|
||||||
<ha-label slot="trigger" class="plus" dense>
|
<ha-label slot="trigger" class="plus" dense>
|
||||||
+${labels.length - 2}
|
+${labels.length - 2}
|
||||||
@@ -41,12 +40,12 @@ class HaDataTableLabels extends LitElement {
|
|||||||
labels.slice(2),
|
labels.slice(2),
|
||||||
(label) => label.label_id,
|
(label) => label.label_id,
|
||||||
(label) => html`
|
(label) => html`
|
||||||
<ha-dropdown-item .value=${label.label_id} .item=${label}>
|
<ha-list-item @click=${this._labelClicked} .item=${label}>
|
||||||
${this._renderLabel(label, false)}
|
${this._renderLabel(label, false)}
|
||||||
</ha-dropdown-item>
|
</ha-list-item>
|
||||||
`
|
`
|
||||||
)}
|
)}
|
||||||
</ha-dropdown>`
|
</ha-button-menu>`
|
||||||
: nothing}
|
: nothing}
|
||||||
</ha-chip-set>
|
</ha-chip-set>
|
||||||
`;
|
`;
|
||||||
@@ -82,12 +81,21 @@ class HaDataTableLabels extends LitElement {
|
|||||||
fireEvent(this, "label-clicked", { label });
|
fireEvent(this, "label-clicked", { label });
|
||||||
}
|
}
|
||||||
|
|
||||||
private _handleDropdownSelect(
|
protected _handleIconOverflowMenuOpened(e) {
|
||||||
ev: CustomEvent<{ item: HaDropdownItem & { item?: LabelRegistryEntry } }>
|
e.stopPropagation();
|
||||||
) {
|
// If this component is used inside a data table, the z-index of the row
|
||||||
const label = ev.detail?.item?.item;
|
// needs to be increased. Otherwise the ha-button-menu would be displayed
|
||||||
if (label) {
|
// underneath the next row in the table.
|
||||||
fireEvent(this, "label-clicked", { label });
|
const row = this.closest(".mdc-data-table__row") as HTMLDivElement | null;
|
||||||
|
if (row) {
|
||||||
|
row.style.zIndex = "1";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
protected _handleIconOverflowMenuClosed() {
|
||||||
|
const row = this.closest(".mdc-data-table__row") as HTMLDivElement | null;
|
||||||
|
if (row) {
|
||||||
|
row.style.zIndex = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,6 +114,9 @@ class HaDataTableLabels extends LitElement {
|
|||||||
--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;
|
||||||
}
|
}
|
||||||
|
ha-button-menu {
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
.plus {
|
.plus {
|
||||||
--ha-label-background-color: transparent;
|
--ha-label-background-color: transparent;
|
||||||
border: 1px solid var(--divider-color);
|
border: 1px solid var(--divider-color);
|
||||||
|
|||||||
@@ -16,10 +16,8 @@ import memoizeOne from "memoize-one";
|
|||||||
import { restoreScroll } from "../../common/decorators/restore-scroll";
|
import { restoreScroll } from "../../common/decorators/restore-scroll";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
import { stringCompare } from "../../common/string/compare";
|
import { stringCompare } from "../../common/string/compare";
|
||||||
import type { LocalizeFunc } from "../../common/translations/localize";
|
|
||||||
import { debounce } from "../../common/util/debounce";
|
import { debounce } from "../../common/util/debounce";
|
||||||
import { groupBy } from "../../common/util/group-by";
|
import { groupBy } from "../../common/util/group-by";
|
||||||
import { nextRender } from "../../common/util/render-status";
|
|
||||||
import { haStyleScrollbar } from "../../resources/styles";
|
import { haStyleScrollbar } from "../../resources/styles";
|
||||||
import { loadVirtualizer } from "../../resources/virtualizer";
|
import { loadVirtualizer } from "../../resources/virtualizer";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
@@ -28,6 +26,8 @@ import type { HaCheckbox } from "../ha-checkbox";
|
|||||||
import "../ha-svg-icon";
|
import "../ha-svg-icon";
|
||||||
import "../search-input";
|
import "../search-input";
|
||||||
import { filterData, sortData } from "./sort-filter";
|
import { filterData, sortData } from "./sort-filter";
|
||||||
|
import type { LocalizeFunc } from "../../common/translations/localize";
|
||||||
|
import { nextRender } from "../../common/util/render-status";
|
||||||
|
|
||||||
export interface RowClickedEvent {
|
export interface RowClickedEvent {
|
||||||
id: string;
|
id: string;
|
||||||
@@ -838,10 +838,10 @@ export class HaDataTable extends LitElement {
|
|||||||
} else if (this.sortDirection === "asc") {
|
} else if (this.sortDirection === "asc") {
|
||||||
this.sortDirection = "desc";
|
this.sortDirection = "desc";
|
||||||
} else {
|
} else {
|
||||||
this.sortDirection = "asc";
|
this.sortDirection = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.sortColumn = columnId;
|
this.sortColumn = this.sortDirection === null ? undefined : columnId;
|
||||||
|
|
||||||
fireEvent(this, "sorting-changed", {
|
fireEvent(this, "sorting-changed", {
|
||||||
column: columnId,
|
column: columnId,
|
||||||
@@ -1402,9 +1402,6 @@ export class HaDataTable extends LitElement {
|
|||||||
}
|
}
|
||||||
.secondary {
|
.secondary {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
.scroller {
|
.scroller {
|
||||||
height: calc(100% - 57px);
|
height: calc(100% - 57px);
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import { expose } from "comlink";
|
import { expose } from "comlink";
|
||||||
import Fuse, { type FuseOptionKey } from "fuse.js";
|
import Fuse from "fuse.js";
|
||||||
import memoizeOne from "memoize-one";
|
import memoizeOne from "memoize-one";
|
||||||
import { ipCompare, stringCompare } from "../../common/string/compare";
|
import { ipCompare, stringCompare } from "../../common/string/compare";
|
||||||
import { stripDiacritics } from "../../common/string/strip-diacritics";
|
import { stripDiacritics } from "../../common/string/strip-diacritics";
|
||||||
import { multiTermSearch } from "../../resources/fuseMultiTerm";
|
import { HaFuse } from "../../resources/fuse";
|
||||||
import type {
|
import type {
|
||||||
ClonedDataTableColumnData,
|
ClonedDataTableColumnData,
|
||||||
DataTableRowData,
|
DataTableRowData,
|
||||||
@@ -11,10 +11,9 @@ import type {
|
|||||||
SortingDirection,
|
SortingDirection,
|
||||||
} from "./ha-data-table";
|
} from "./ha-data-table";
|
||||||
|
|
||||||
const getSearchKeys = memoizeOne(
|
const fuseIndex = memoizeOne(
|
||||||
(columns: SortableColumnContainer): FuseOptionKey<DataTableRowData>[] => {
|
(data: DataTableRowData[], columns: SortableColumnContainer) => {
|
||||||
const searchKeys = new Set<string>();
|
const searchKeys = new Set<string>();
|
||||||
|
|
||||||
Object.entries(columns).forEach(([key, column]) => {
|
Object.entries(columns).forEach(([key, column]) => {
|
||||||
if (column.filterable) {
|
if (column.filterable) {
|
||||||
searchKeys.add(
|
searchKeys.add(
|
||||||
@@ -24,15 +23,10 @@ const getSearchKeys = memoizeOne(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return Array.from(searchKeys);
|
return Fuse.createIndex([...searchKeys], data);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
const fuseIndex = memoizeOne(
|
|
||||||
(data: DataTableRowData[], keys: FuseOptionKey<DataTableRowData>[]) =>
|
|
||||||
Fuse.createIndex(keys, data)
|
|
||||||
);
|
|
||||||
|
|
||||||
const filterData = (
|
const filterData = (
|
||||||
data: DataTableRowData[],
|
data: DataTableRowData[],
|
||||||
columns: SortableColumnContainer,
|
columns: SortableColumnContainer,
|
||||||
@@ -44,13 +38,21 @@ const filterData = (
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
const keys = getSearchKeys(columns);
|
const index = fuseIndex(data, columns);
|
||||||
|
|
||||||
const index = fuseIndex(data, keys);
|
const fuse = new HaFuse(
|
||||||
|
data,
|
||||||
|
{ shouldSort: false, minMatchCharLength: 1 },
|
||||||
|
index
|
||||||
|
);
|
||||||
|
|
||||||
return multiTermSearch<DataTableRowData>(data, filter, keys, index, {
|
const searchResults = fuse.multiTermsSearch(filter);
|
||||||
threshold: 0.2, // reduce fuzzy matches in data tables
|
|
||||||
});
|
if (searchResults) {
|
||||||
|
return searchResults.map((result) => result.item);
|
||||||
|
}
|
||||||
|
|
||||||
|
return data;
|
||||||
};
|
};
|
||||||
|
|
||||||
const sortData = (
|
const sortData = (
|
||||||
|
|||||||
@@ -101,10 +101,6 @@ const Component = Vue.extend({
|
|||||||
type: String,
|
type: String,
|
||||||
default: "en",
|
default: "en",
|
||||||
},
|
},
|
||||||
opensVertical: {
|
|
||||||
type: String,
|
|
||||||
default: undefined,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
render(createElement) {
|
render(createElement) {
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
@@ -133,11 +129,6 @@ const Component = Vue.extend({
|
|||||||
},
|
},
|
||||||
expression: "dateRange",
|
expression: "dateRange",
|
||||||
},
|
},
|
||||||
on: {
|
|
||||||
toggle: (open: boolean) => {
|
|
||||||
fireEvent(this.$el as HTMLElement, "toggle", { open });
|
|
||||||
},
|
|
||||||
},
|
|
||||||
scopedSlots: {
|
scopedSlots: {
|
||||||
input() {
|
input() {
|
||||||
return createElement("slot", {
|
return createElement("slot", {
|
||||||
@@ -318,10 +309,6 @@ class DateRangePickerElement extends WrappedElement {
|
|||||||
min-width: unset !important;
|
min-width: unset !important;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
:host([opens-vertical="up"]) .daterangepicker {
|
|
||||||
bottom: 100%;
|
|
||||||
top: auto !important;
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
if (mainWindow.document.dir === "rtl") {
|
if (mainWindow.document.dir === "rtl") {
|
||||||
style.innerHTML += `
|
style.innerHTML += `
|
||||||
@@ -353,7 +340,4 @@ declare global {
|
|||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
"date-range-picker": DateRangePickerElement;
|
"date-range-picker": DateRangePickerElement;
|
||||||
}
|
}
|
||||||
interface HASSDomEvents {
|
|
||||||
toggle: { open: boolean };
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import { customElement } from "lit/decorators";
|
import { customElement } from "lit/decorators";
|
||||||
import type { DeviceAction } from "../../data/device/device_automation";
|
import type { DeviceAction } from "../../data/device_automation";
|
||||||
import {
|
import {
|
||||||
fetchDeviceActions,
|
fetchDeviceActions,
|
||||||
localizeDeviceAutomationAction,
|
localizeDeviceAutomationAction,
|
||||||
} from "../../data/device/device_automation";
|
} from "../../data/device_automation";
|
||||||
import { HaDeviceAutomationPicker } from "./ha-device-automation-picker";
|
import { HaDeviceAutomationPicker } from "./ha-device-automation-picker";
|
||||||
|
|
||||||
@customElement("ha-device-action-picker")
|
@customElement("ha-device-action-picker")
|
||||||
|
|||||||
@@ -2,17 +2,17 @@ import { consume } from "@lit/context";
|
|||||||
import { css, html, LitElement, nothing } from "lit";
|
import { css, html, LitElement, nothing } from "lit";
|
||||||
import { property, state } from "lit/decorators";
|
import { property, state } from "lit/decorators";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
import { stopPropagation } from "../../common/dom/stop_propagation";
|
|
||||||
import { fullEntitiesContext } from "../../data/context";
|
import { fullEntitiesContext } from "../../data/context";
|
||||||
import type { DeviceAutomation } from "../../data/device/device_automation";
|
import type { DeviceAutomation } from "../../data/device_automation";
|
||||||
import {
|
import {
|
||||||
deviceAutomationsEqual,
|
deviceAutomationsEqual,
|
||||||
sortDeviceAutomations,
|
sortDeviceAutomations,
|
||||||
} from "../../data/device/device_automation";
|
} from "../../data/device_automation";
|
||||||
import type { EntityRegistryEntry } from "../../data/entity/entity_registry";
|
import type { EntityRegistryEntry } from "../../data/entity_registry";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import "../ha-md-select";
|
|
||||||
import "../ha-md-select-option";
|
import "../ha-md-select-option";
|
||||||
|
import "../ha-md-select";
|
||||||
|
import { stopPropagation } from "../../common/dom/stop_propagation";
|
||||||
|
|
||||||
const NO_AUTOMATION_KEY = "NO_AUTOMATION";
|
const NO_AUTOMATION_KEY = "NO_AUTOMATION";
|
||||||
const UNKNOWN_AUTOMATION_KEY = "UNKNOWN_AUTOMATION";
|
const UNKNOWN_AUTOMATION_KEY = "UNKNOWN_AUTOMATION";
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import { customElement } from "lit/decorators";
|
import { customElement } from "lit/decorators";
|
||||||
import type { DeviceCondition } from "../../data/device/device_automation";
|
import type { DeviceCondition } from "../../data/device_automation";
|
||||||
import {
|
import {
|
||||||
fetchDeviceConditions,
|
fetchDeviceConditions,
|
||||||
localizeDeviceAutomationCondition,
|
localizeDeviceAutomationCondition,
|
||||||
} from "../../data/device/device_automation";
|
} from "../../data/device_automation";
|
||||||
import { HaDeviceAutomationPicker } from "./ha-device-automation-picker";
|
import { HaDeviceAutomationPicker } from "./ha-device-automation-picker";
|
||||||
|
|
||||||
@customElement("ha-device-condition-picker")
|
@customElement("ha-device-condition-picker")
|
||||||
|
|||||||
@@ -9,11 +9,10 @@ import { computeDeviceName } from "../../common/entity/compute_device_name";
|
|||||||
import { getDeviceContext } from "../../common/entity/context/get_device_context";
|
import { getDeviceContext } from "../../common/entity/context/get_device_context";
|
||||||
import { getConfigEntries, type ConfigEntry } from "../../data/config_entries";
|
import { getConfigEntries, type ConfigEntry } from "../../data/config_entries";
|
||||||
import {
|
import {
|
||||||
deviceComboBoxKeys,
|
|
||||||
getDevices,
|
getDevices,
|
||||||
type DevicePickerItem,
|
type DevicePickerItem,
|
||||||
} from "../../data/device/device_picker";
|
type DeviceRegistryEntry,
|
||||||
import type { DeviceRegistryEntry } from "../../data/device/device_registry";
|
} from "../../data/device_registry";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import { brandsUrl } from "../../util/brands-url";
|
import { brandsUrl } from "../../util/brands-url";
|
||||||
import "../ha-generic-picker";
|
import "../ha-generic-picker";
|
||||||
@@ -205,8 +204,6 @@ export class HaDevicePicker extends LitElement {
|
|||||||
<ha-generic-picker
|
<ha-generic-picker
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.autofocus=${this.autofocus}
|
.autofocus=${this.autofocus}
|
||||||
.disabled=${this.disabled}
|
|
||||||
.helper=${this.helper}
|
|
||||||
.label=${this.label}
|
.label=${this.label}
|
||||||
.searchLabel=${this.searchLabel}
|
.searchLabel=${this.searchLabel}
|
||||||
.notFoundLabel=${this._notFoundLabel}
|
.notFoundLabel=${this._notFoundLabel}
|
||||||
@@ -219,10 +216,6 @@ export class HaDevicePicker extends LitElement {
|
|||||||
.getItems=${this._getItems}
|
.getItems=${this._getItems}
|
||||||
.hideClearIcon=${this.hideClearIcon}
|
.hideClearIcon=${this.hideClearIcon}
|
||||||
.valueRenderer=${valueRenderer}
|
.valueRenderer=${valueRenderer}
|
||||||
.searchKeys=${deviceComboBoxKeys}
|
|
||||||
.unknownItemText=${this.hass.localize(
|
|
||||||
"ui.components.device-picker.unknown"
|
|
||||||
)}
|
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
>
|
>
|
||||||
</ha-generic-picker>
|
</ha-generic-picker>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import { customElement } from "lit/decorators";
|
import { customElement } from "lit/decorators";
|
||||||
import type { DeviceTrigger } from "../../data/device/device_automation";
|
import type { DeviceTrigger } from "../../data/device_automation";
|
||||||
import {
|
import {
|
||||||
fetchDeviceTriggers,
|
fetchDeviceTriggers,
|
||||||
localizeDeviceAutomationTrigger,
|
localizeDeviceAutomationTrigger,
|
||||||
} from "../../data/device/device_automation";
|
} from "../../data/device_automation";
|
||||||
import { HaDeviceAutomationPicker } from "./ha-device-automation-picker";
|
import { HaDeviceAutomationPicker } from "./ha-device-automation-picker";
|
||||||
|
|
||||||
@customElement("ha-device-trigger-picker")
|
@customElement("ha-device-trigger-picker")
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ class HaDevicesPicker extends LitElement {
|
|||||||
(entityId) => html`
|
(entityId) => html`
|
||||||
<div>
|
<div>
|
||||||
<ha-device-picker
|
<ha-device-picker
|
||||||
|
allow-custom-entity
|
||||||
.curValue=${entityId}
|
.curValue=${entityId}
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.deviceFilter=${this.deviceFilter}
|
.deviceFilter=${this.deviceFilter}
|
||||||
@@ -78,6 +79,7 @@ class HaDevicesPicker extends LitElement {
|
|||||||
)}
|
)}
|
||||||
<div>
|
<div>
|
||||||
<ha-device-picker
|
<ha-device-picker
|
||||||
|
allow-custom-entity
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.helper=${this.helper}
|
.helper=${this.helper}
|
||||||
.deviceFilter=${this.deviceFilter}
|
.deviceFilter=${this.deviceFilter}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { customElement, property } 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";
|
||||||
import { isValidEntityId } from "../../common/entity/valid_entity_id";
|
import { isValidEntityId } from "../../common/entity/valid_entity_id";
|
||||||
import type { HaEntityPickerEntityFilterFunc } from "../../data/entity/entity";
|
import type { HaEntityPickerEntityFilterFunc } from "../../data/entity";
|
||||||
import type { HomeAssistant, ValueChangedEvent } from "../../types";
|
import type { HomeAssistant, ValueChangedEvent } from "../../types";
|
||||||
import "../ha-sortable";
|
import "../ha-sortable";
|
||||||
import "./ha-entity-picker";
|
import "./ha-entity-picker";
|
||||||
@@ -99,6 +99,7 @@ class HaEntitiesPicker extends LitElement {
|
|||||||
(entityId) => html`
|
(entityId) => html`
|
||||||
<div class="entity">
|
<div class="entity">
|
||||||
<ha-entity-picker
|
<ha-entity-picker
|
||||||
|
allow-custom-entity
|
||||||
.curValue=${entityId}
|
.curValue=${entityId}
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.includeDomains=${this.includeDomains}
|
.includeDomains=${this.includeDomains}
|
||||||
@@ -128,6 +129,7 @@ class HaEntitiesPicker extends LitElement {
|
|||||||
</ha-sortable>
|
</ha-sortable>
|
||||||
<div>
|
<div>
|
||||||
<ha-entity-picker
|
<ha-entity-picker
|
||||||
|
allow-custom-entity
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.includeDomains=${this.includeDomains}
|
.includeDomains=${this.includeDomains}
|
||||||
.excludeDomains=${this.excludeDomains}
|
.excludeDomains=${this.excludeDomains}
|
||||||
|
|||||||
@@ -7,12 +7,11 @@ import { fireEvent } from "../../common/dom/fire_event";
|
|||||||
import { computeEntityNameList } from "../../common/entity/compute_entity_name_display";
|
import { computeEntityNameList } from "../../common/entity/compute_entity_name_display";
|
||||||
import { isValidEntityId } from "../../common/entity/valid_entity_id";
|
import { isValidEntityId } from "../../common/entity/valid_entity_id";
|
||||||
import { computeRTL } from "../../common/util/compute_rtl";
|
import { computeRTL } from "../../common/util/compute_rtl";
|
||||||
import type { HaEntityPickerEntityFilterFunc } from "../../data/entity/entity";
|
import type { HaEntityPickerEntityFilterFunc } from "../../data/entity";
|
||||||
import {
|
import {
|
||||||
entityComboBoxKeys,
|
|
||||||
getEntities,
|
getEntities,
|
||||||
type EntityComboBoxItem,
|
type EntityComboBoxItem,
|
||||||
} from "../../data/entity/entity_picker";
|
} from "../../data/entity_registry";
|
||||||
import { domainToName } from "../../data/integration";
|
import { domainToName } from "../../data/integration";
|
||||||
import {
|
import {
|
||||||
isHelperDomain,
|
isHelperDomain,
|
||||||
@@ -228,7 +227,7 @@ export class HaEntityPicker extends LitElement {
|
|||||||
if (!createDomains?.length) {
|
if (!createDomains?.length) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
this.hass.loadFragmentTranslation("config");
|
|
||||||
return createDomains.map((domain) => {
|
return createDomains.map((domain) => {
|
||||||
const primary = localize(
|
const primary = localize(
|
||||||
"ui.components.entity.entity-picker.create_helper",
|
"ui.components.entity.entity-picker.create_helper",
|
||||||
@@ -236,7 +235,7 @@ export class HaEntityPicker extends LitElement {
|
|||||||
domain: isHelperDomain(domain)
|
domain: isHelperDomain(domain)
|
||||||
? localize(
|
? localize(
|
||||||
`ui.panel.config.helpers.types.${domain as HelperDomain}`
|
`ui.panel.config.helpers.types.${domain as HelperDomain}`
|
||||||
) || domain
|
)
|
||||||
: domainToName(localize, domain),
|
: domainToName(localize, domain),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@@ -277,28 +276,22 @@ export class HaEntityPicker extends LitElement {
|
|||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
.autofocus=${this.autofocus}
|
.autofocus=${this.autofocus}
|
||||||
.allowCustomValue=${this.allowCustomEntity}
|
.allowCustomValue=${this.allowCustomEntity}
|
||||||
.required=${this.required}
|
|
||||||
.label=${this.label}
|
.label=${this.label}
|
||||||
.placeholder=${placeholder}
|
|
||||||
.helper=${this.helper}
|
.helper=${this.helper}
|
||||||
.value=${this.addButton ? undefined : this.value}
|
|
||||||
.searchLabel=${this.searchLabel}
|
.searchLabel=${this.searchLabel}
|
||||||
.notFoundLabel=${this._notFoundLabel}
|
.notFoundLabel=${this._notFoundLabel}
|
||||||
|
.placeholder=${placeholder}
|
||||||
|
.value=${this.addButton ? undefined : this.value}
|
||||||
.rowRenderer=${this._rowRenderer}
|
.rowRenderer=${this._rowRenderer}
|
||||||
.getItems=${this._getItems}
|
.getItems=${this._getItems}
|
||||||
.getAdditionalItems=${this._getAdditionalItems}
|
.getAdditionalItems=${this._getAdditionalItems}
|
||||||
.hideClearIcon=${this.hideClearIcon}
|
.hideClearIcon=${this.hideClearIcon}
|
||||||
.searchFn=${this._searchFn}
|
.searchFn=${this._searchFn}
|
||||||
.valueRenderer=${this._valueRenderer}
|
.valueRenderer=${this._valueRenderer}
|
||||||
.searchKeys=${entityComboBoxKeys}
|
@value-changed=${this._valueChanged}
|
||||||
use-top-label
|
|
||||||
.addButtonLabel=${this.addButton
|
.addButtonLabel=${this.addButton
|
||||||
? this.hass.localize("ui.components.entity.entity-picker.add")
|
? this.hass.localize("ui.components.entity.entity-picker.add")
|
||||||
: undefined}
|
: undefined}
|
||||||
.unknownItemText=${this.hass.localize(
|
|
||||||
"ui.components.entity.entity-picker.unknown"
|
|
||||||
)}
|
|
||||||
@value-changed=${this._valueChanged}
|
|
||||||
>
|
>
|
||||||
</ha-generic-picker>
|
</ha-generic-picker>
|
||||||
`;
|
`;
|
||||||
|
|||||||
@@ -6,11 +6,7 @@ import { customElement, property, state } from "lit/decorators";
|
|||||||
import { STATES_OFF } from "../../common/const";
|
import { STATES_OFF } from "../../common/const";
|
||||||
import { computeStateDomain } from "../../common/entity/compute_state_domain";
|
import { computeStateDomain } from "../../common/entity/compute_state_domain";
|
||||||
import { computeStateName } from "../../common/entity/compute_state_name";
|
import { computeStateName } from "../../common/entity/compute_state_name";
|
||||||
import {
|
import { UNAVAILABLE, UNKNOWN, isUnavailableState } from "../../data/entity";
|
||||||
UNAVAILABLE,
|
|
||||||
UNKNOWN,
|
|
||||||
isUnavailableState,
|
|
||||||
} from "../../data/entity/entity";
|
|
||||||
import { forwardHaptic } from "../../data/haptics";
|
import { forwardHaptic } from "../../data/haptics";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import "../ha-formfield";
|
import "../ha-formfield";
|
||||||
|
|||||||
@@ -14,12 +14,8 @@ import {
|
|||||||
getNumberFormatOptions,
|
getNumberFormatOptions,
|
||||||
isNumericState,
|
isNumericState,
|
||||||
} from "../../common/number/format_number";
|
} from "../../common/number/format_number";
|
||||||
import {
|
import { isUnavailableState, UNAVAILABLE, UNKNOWN } from "../../data/entity";
|
||||||
isUnavailableState,
|
import type { EntityRegistryDisplayEntry } from "../../data/entity_registry";
|
||||||
UNAVAILABLE,
|
|
||||||
UNKNOWN,
|
|
||||||
} from "../../data/entity/entity";
|
|
||||||
import type { EntityRegistryDisplayEntry } from "../../data/entity/entity_registry";
|
|
||||||
import { timerTimeRemaining } from "../../data/timer";
|
import { timerTimeRemaining } from "../../data/timer";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import "../ha-label-badge";
|
import "../ha-label-badge";
|
||||||
|
|||||||
@@ -38,21 +38,9 @@ type StatisticItemType = "entity" | "external" | "no_state";
|
|||||||
interface StatisticComboBoxItem extends PickerComboBoxItem {
|
interface StatisticComboBoxItem extends PickerComboBoxItem {
|
||||||
statistic_id?: string;
|
statistic_id?: string;
|
||||||
stateObj?: HassEntity;
|
stateObj?: HassEntity;
|
||||||
domainName?: string;
|
|
||||||
type?: StatisticItemType;
|
type?: StatisticItemType;
|
||||||
}
|
}
|
||||||
|
|
||||||
const SEARCH_KEYS = [
|
|
||||||
{ name: "label", weight: 10 },
|
|
||||||
{ name: "search_labels.entityName", weight: 10 },
|
|
||||||
{ name: "search_labels.friendlyName", weight: 9 },
|
|
||||||
{ name: "search_labels.deviceName", weight: 8 },
|
|
||||||
{ name: "search_labels.areaName", weight: 6 },
|
|
||||||
{ name: "search_labels.domainName", weight: 4 },
|
|
||||||
{ name: "statisticId", weight: 3 },
|
|
||||||
{ name: "id", weight: 2 },
|
|
||||||
];
|
|
||||||
|
|
||||||
@customElement("ha-statistic-picker")
|
@customElement("ha-statistic-picker")
|
||||||
export class HaStatisticPicker extends LitElement {
|
export class HaStatisticPicker extends LitElement {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
@@ -245,6 +233,7 @@ export class HaStatisticPicker extends LitElement {
|
|||||||
),
|
),
|
||||||
type,
|
type,
|
||||||
sorting_label: [sortingPrefix, label].join("_"),
|
sorting_label: [sortingPrefix, label].join("_"),
|
||||||
|
search_labels: [label, id],
|
||||||
icon_path: mdiShape,
|
icon_path: mdiShape,
|
||||||
});
|
});
|
||||||
} else if (type === "external") {
|
} else if (type === "external") {
|
||||||
@@ -257,7 +246,7 @@ export class HaStatisticPicker extends LitElement {
|
|||||||
secondary: domainName,
|
secondary: domainName,
|
||||||
type,
|
type,
|
||||||
sorting_label: [sortingPrefix, label].join("_"),
|
sorting_label: [sortingPrefix, label].join("_"),
|
||||||
search_labels: { label, domainName },
|
search_labels: [label, domainName, id],
|
||||||
icon_path: mdiChartLine,
|
icon_path: mdiChartLine,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -291,12 +280,13 @@ export class HaStatisticPicker extends LitElement {
|
|||||||
stateObj: stateObj,
|
stateObj: stateObj,
|
||||||
type: "entity",
|
type: "entity",
|
||||||
sorting_label: [sortingPrefix, deviceName, entityName].join("_"),
|
sorting_label: [sortingPrefix, deviceName, entityName].join("_"),
|
||||||
search_labels: {
|
search_labels: [
|
||||||
entityName: entityName || null,
|
entityName,
|
||||||
deviceName: deviceName || null,
|
deviceName,
|
||||||
areaName: areaName || null,
|
areaName,
|
||||||
friendlyName,
|
friendlyName,
|
||||||
},
|
id,
|
||||||
|
].filter(Boolean) as string[],
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -371,13 +361,13 @@ export class HaStatisticPicker extends LitElement {
|
|||||||
stateObj: stateObj,
|
stateObj: stateObj,
|
||||||
type: "entity",
|
type: "entity",
|
||||||
sorting_label: [sortingPrefix, deviceName, entityName].join("_"),
|
sorting_label: [sortingPrefix, deviceName, entityName].join("_"),
|
||||||
search_labels: {
|
search_labels: [
|
||||||
entityName: entityName || null,
|
entityName,
|
||||||
deviceName: deviceName || null,
|
deviceName,
|
||||||
areaName: areaName || null,
|
areaName,
|
||||||
friendlyName,
|
friendlyName,
|
||||||
statisticId,
|
statisticId,
|
||||||
},
|
].filter(Boolean) as string[],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -404,7 +394,7 @@ export class HaStatisticPicker extends LitElement {
|
|||||||
secondary: domainName,
|
secondary: domainName,
|
||||||
type: "external",
|
type: "external",
|
||||||
sorting_label: [sortingPrefix, label].join("_"),
|
sorting_label: [sortingPrefix, label].join("_"),
|
||||||
search_labels: { label, domainName, statisticId },
|
search_labels: [label, domainName, statisticId],
|
||||||
icon_path: mdiChartLine,
|
icon_path: mdiChartLine,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -419,7 +409,7 @@ export class HaStatisticPicker extends LitElement {
|
|||||||
secondary: this.hass.localize("ui.components.statistic-picker.no_state"),
|
secondary: this.hass.localize("ui.components.statistic-picker.no_state"),
|
||||||
type: "no_state",
|
type: "no_state",
|
||||||
sorting_label: [sortingPrefix, label].join("_"),
|
sorting_label: [sortingPrefix, label].join("_"),
|
||||||
search_labels: { label, statisticId },
|
search_labels: [label, statisticId],
|
||||||
icon_path: mdiShape,
|
icon_path: mdiShape,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -471,14 +461,13 @@ export class HaStatisticPicker extends LitElement {
|
|||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.autofocus=${this.autofocus}
|
.autofocus=${this.autofocus}
|
||||||
.allowCustomValue=${this.allowCustomEntity}
|
.allowCustomValue=${this.allowCustomEntity}
|
||||||
.disabled=${this.disabled}
|
|
||||||
.label=${this.label}
|
.label=${this.label}
|
||||||
.placeholder=${placeholder}
|
|
||||||
.value=${this.value}
|
|
||||||
.notFoundLabel=${this._notFoundLabel}
|
.notFoundLabel=${this._notFoundLabel}
|
||||||
.emptyLabel=${this.hass.localize(
|
.emptyLabel=${this.hass.localize(
|
||||||
"ui.components.statistic-picker.no_statistics"
|
"ui.components.statistic-picker.no_statistics"
|
||||||
)}
|
)}
|
||||||
|
.placeholder=${placeholder}
|
||||||
|
.value=${this.value}
|
||||||
.rowRenderer=${this._rowRenderer}
|
.rowRenderer=${this._rowRenderer}
|
||||||
.getItems=${this._getItems}
|
.getItems=${this._getItems}
|
||||||
.getAdditionalItems=${this._getAdditionalItems}
|
.getAdditionalItems=${this._getAdditionalItems}
|
||||||
@@ -486,10 +475,6 @@ export class HaStatisticPicker extends LitElement {
|
|||||||
.searchFn=${this._searchFn}
|
.searchFn=${this._searchFn}
|
||||||
.valueRenderer=${this._valueRenderer}
|
.valueRenderer=${this._valueRenderer}
|
||||||
.helper=${this.helper}
|
.helper=${this.helper}
|
||||||
.searchKeys=${SEARCH_KEYS}
|
|
||||||
.unknownItemText=${this.hass.localize(
|
|
||||||
"ui.components.statistic-picker.unknown"
|
|
||||||
)}
|
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
>
|
>
|
||||||
</ha-generic-picker>
|
</ha-generic-picker>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { mdiAlert } from "@mdi/js";
|
|||||||
import type { HassEntity } from "home-assistant-js-websocket";
|
import type { HassEntity } from "home-assistant-js-websocket";
|
||||||
import type { CSSResultGroup, PropertyValues } from "lit";
|
import type { CSSResultGroup, PropertyValues } from "lit";
|
||||||
import { LitElement, css, html, nothing } from "lit";
|
import { LitElement, css, html, nothing } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { property, state } from "lit/decorators";
|
||||||
import { ifDefined } from "lit/directives/if-defined";
|
import { ifDefined } from "lit/directives/if-defined";
|
||||||
import { styleMap } from "lit/directives/style-map";
|
import { styleMap } from "lit/directives/style-map";
|
||||||
import { computeDomain } from "../../common/entity/compute_domain";
|
import { computeDomain } from "../../common/entity/compute_domain";
|
||||||
@@ -17,7 +17,6 @@ import { CLIMATE_HVAC_ACTION_TO_MODE } from "../../data/climate";
|
|||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import "../ha-state-icon";
|
import "../ha-state-icon";
|
||||||
|
|
||||||
@customElement("state-badge")
|
|
||||||
export class StateBadge extends LitElement {
|
export class StateBadge extends LitElement {
|
||||||
public hass?: HomeAssistant;
|
public hass?: HomeAssistant;
|
||||||
|
|
||||||
@@ -266,3 +265,5 @@ declare global {
|
|||||||
"state-badge": StateBadge;
|
"state-badge": StateBadge;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
customElements.define("state-badge", StateBadge);
|
||||||
|
|||||||
@@ -1,188 +0,0 @@
|
|||||||
import { mdiClose } from "@mdi/js";
|
|
||||||
import { css, html, LitElement } from "lit";
|
|
||||||
import { customElement, property, state } from "lit/decorators";
|
|
||||||
import type { HomeAssistant } from "../types";
|
|
||||||
import { listenMediaQuery } from "../common/dom/media_query";
|
|
||||||
import "./ha-bottom-sheet";
|
|
||||||
import "./ha-dialog-header";
|
|
||||||
import "./ha-icon-button";
|
|
||||||
import "./ha-wa-dialog";
|
|
||||||
import type { DialogWidth } from "./ha-wa-dialog";
|
|
||||||
|
|
||||||
type DialogSheetMode = "dialog" | "bottom-sheet";
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Home Assistant adaptive dialog component
|
|
||||||
*
|
|
||||||
* @element ha-adaptive-dialog
|
|
||||||
* @extends {LitElement}
|
|
||||||
*
|
|
||||||
* @summary
|
|
||||||
* A responsive dialog component that automatically switches between a full dialog (ha-wa-dialog)
|
|
||||||
* and a bottom sheet (ha-bottom-sheet) based on screen size. Uses dialog mode on larger screens
|
|
||||||
* (>870px width and >500px height) and bottom sheet mode on smaller screens or mobile devices.
|
|
||||||
*
|
|
||||||
* @slot headerNavigationIcon - Leading header action (e.g. close/back button).
|
|
||||||
* @slot headerTitle - Custom title content (used when header-title is not set).
|
|
||||||
* @slot headerSubtitle - Custom subtitle content (used when header-subtitle is not set).
|
|
||||||
* @slot headerActionItems - Trailing header actions (e.g. buttons, menus).
|
|
||||||
* @slot - Dialog/sheet content body.
|
|
||||||
* @slot footer - Dialog/sheet footer content.
|
|
||||||
*
|
|
||||||
* @cssprop --ha-dialog-surface-background - Dialog/sheet background color.
|
|
||||||
* @cssprop --ha-dialog-border-radius - Border radius of the dialog surface (dialog mode only).
|
|
||||||
* @cssprop --ha-dialog-show-duration - Show animation duration (dialog mode only).
|
|
||||||
* @cssprop --ha-dialog-hide-duration - Hide animation duration (dialog mode only).
|
|
||||||
*
|
|
||||||
* @attr {boolean} open - Controls the dialog/sheet open state.
|
|
||||||
* @attr {("small"|"medium"|"large"|"full")} width - Preferred dialog width preset (dialog mode only). Defaults to "medium".
|
|
||||||
* @attr {string} header-title - Header title text. If not set, the headerTitle slot is used.
|
|
||||||
* @attr {string} header-subtitle - Header subtitle text. If not set, the headerSubtitle slot is used.
|
|
||||||
* @attr {("above"|"below")} header-subtitle-position - Position of the subtitle relative to the title. Defaults to "below".
|
|
||||||
* @attr {boolean} block-mode-change - When set, the mode is determined at mount time based on the current screen size, but subsequent mode changes are blocked. Useful for preventing forms from resetting when the viewport size changes.
|
|
||||||
*
|
|
||||||
* @event opened - Fired when the dialog/sheet is shown (dialog mode only).
|
|
||||||
* @event closed - Fired after the dialog/sheet is hidden.
|
|
||||||
* @event after-show - Fired after show animation completes (dialog mode only).
|
|
||||||
*
|
|
||||||
* @remarks
|
|
||||||
* **Responsive Behavior:**
|
|
||||||
* The component automatically switches between dialog and bottom sheet modes based on viewport size.
|
|
||||||
* Dialog mode is used for screens wider than 870px and taller than 500px.
|
|
||||||
* Bottom sheet mode is used for mobile devices and smaller screens.
|
|
||||||
*
|
|
||||||
* When `block-mode-change` is set, the mode is determined once at mount time based on the initial
|
|
||||||
* screen size. Subsequent viewport size changes will not trigger mode switches, which is useful
|
|
||||||
* for preventing form resets or other state loss when users resize their browser window.
|
|
||||||
*
|
|
||||||
* **Focus Management:**
|
|
||||||
* To automatically focus an element when opened, add the `autofocus` attribute to it.
|
|
||||||
* Components with `delegatesFocus: true` (like `ha-form`) will forward focus to their first focusable child.
|
|
||||||
* Example: `<ha-form autofocus .schema=${schema}></ha-form>`
|
|
||||||
*/
|
|
||||||
@customElement("ha-adaptive-dialog")
|
|
||||||
export class HaAdaptiveDialog extends LitElement {
|
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
|
||||||
|
|
||||||
@property({ attribute: "aria-labelledby" })
|
|
||||||
public ariaLabelledBy?: string;
|
|
||||||
|
|
||||||
@property({ attribute: "aria-describedby" })
|
|
||||||
public ariaDescribedBy?: string;
|
|
||||||
|
|
||||||
@property({ type: Boolean, reflect: true })
|
|
||||||
public open = false;
|
|
||||||
|
|
||||||
@property({ type: String, reflect: true, attribute: "width" })
|
|
||||||
public width: DialogWidth = "medium";
|
|
||||||
|
|
||||||
@property({ attribute: "header-title" })
|
|
||||||
public headerTitle?: string;
|
|
||||||
|
|
||||||
@property({ attribute: "header-subtitle" })
|
|
||||||
public headerSubtitle?: string;
|
|
||||||
|
|
||||||
@property({ type: String, attribute: "header-subtitle-position" })
|
|
||||||
public headerSubtitlePosition: "above" | "below" = "below";
|
|
||||||
|
|
||||||
@property({ type: Boolean, attribute: "block-mode-change" })
|
|
||||||
public blockModeChange = false;
|
|
||||||
|
|
||||||
@state() private _mode: DialogSheetMode = "dialog";
|
|
||||||
|
|
||||||
private _unsubMediaQuery?: () => void;
|
|
||||||
|
|
||||||
private _modeSet = false;
|
|
||||||
|
|
||||||
connectedCallback() {
|
|
||||||
super.connectedCallback();
|
|
||||||
this._unsubMediaQuery = listenMediaQuery(
|
|
||||||
"(max-width: 870px), (max-height: 500px)",
|
|
||||||
(matches) => {
|
|
||||||
if (!this._modeSet || !this.blockModeChange) {
|
|
||||||
this._mode = matches ? "bottom-sheet" : "dialog";
|
|
||||||
this._modeSet = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
disconnectedCallback() {
|
|
||||||
super.disconnectedCallback();
|
|
||||||
this._unsubMediaQuery?.();
|
|
||||||
this._unsubMediaQuery = undefined;
|
|
||||||
this._modeSet = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
render() {
|
|
||||||
if (this._mode === "bottom-sheet") {
|
|
||||||
return html`
|
|
||||||
<ha-bottom-sheet .open=${this.open} flexcontent>
|
|
||||||
<ha-dialog-header
|
|
||||||
slot="header"
|
|
||||||
.subtitlePosition=${this.headerSubtitlePosition}
|
|
||||||
>
|
|
||||||
<slot name="headerNavigationIcon" slot="navigationIcon">
|
|
||||||
<ha-icon-button
|
|
||||||
data-drawer="close"
|
|
||||||
.label=${this.hass?.localize("ui.common.close") ?? "Close"}
|
|
||||||
.path=${mdiClose}
|
|
||||||
></ha-icon-button>
|
|
||||||
</slot>
|
|
||||||
${this.headerTitle !== undefined
|
|
||||||
? html`<span slot="title" class="title" id="ha-wa-dialog-title">
|
|
||||||
${this.headerTitle}
|
|
||||||
</span>`
|
|
||||||
: html`<slot name="headerTitle" slot="title"></slot>`}
|
|
||||||
${this.headerSubtitle !== undefined
|
|
||||||
? html`<span slot="subtitle">${this.headerSubtitle}</span>`
|
|
||||||
: html`<slot name="headerSubtitle" slot="subtitle"></slot>`}
|
|
||||||
<slot name="headerActionItems" slot="actionItems"></slot>
|
|
||||||
</ha-dialog-header>
|
|
||||||
<slot></slot>
|
|
||||||
<slot name="footer" slot="footer"></slot>
|
|
||||||
</ha-bottom-sheet>
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
|
|
||||||
return html`
|
|
||||||
<ha-wa-dialog
|
|
||||||
.hass=${this.hass}
|
|
||||||
.open=${this.open}
|
|
||||||
.width=${this.width}
|
|
||||||
.ariaLabelledBy=${this.ariaLabelledBy}
|
|
||||||
.ariaDescribedBy=${this.ariaDescribedBy}
|
|
||||||
.headerTitle=${this.headerTitle}
|
|
||||||
.headerSubtitle=${this.headerSubtitle}
|
|
||||||
.headerSubtitlePosition=${this.headerSubtitlePosition}
|
|
||||||
flexcontent
|
|
||||||
>
|
|
||||||
<slot name="headerNavigationIcon" slot="headerNavigationIcon"></slot>
|
|
||||||
<slot name="headerTitle" slot="headerTitle"></slot>
|
|
||||||
<slot name="headerSubtitle" slot="headerSubtitle"></slot>
|
|
||||||
<slot name="headerActionItems" slot="headerActionItems"></slot>
|
|
||||||
<slot></slot>
|
|
||||||
<slot name="footer" slot="footer"></slot>
|
|
||||||
</ha-wa-dialog>
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
|
|
||||||
static get styles() {
|
|
||||||
return [
|
|
||||||
css`
|
|
||||||
ha-bottom-sheet {
|
|
||||||
--ha-bottom-sheet-surface-background: var(
|
|
||||||
--ha-dialog-surface-background,
|
|
||||||
var(--card-background-color, var(--ha-color-surface-default))
|
|
||||||
);
|
|
||||||
}
|
|
||||||
`,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
declare global {
|
|
||||||
interface HTMLElementTagNameMap {
|
|
||||||
"ha-adaptive-dialog": HaAdaptiveDialog;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,29 +1,29 @@
|
|||||||
import type { RenderItemFunction } from "@lit-labs/virtualizer/virtualize";
|
import type { ComboBoxLitRenderer } from "@vaadin/combo-box/lit";
|
||||||
import { html, LitElement, nothing } from "lit";
|
import { html, LitElement, nothing } from "lit";
|
||||||
import { customElement, property, query, state } from "lit/decorators";
|
import { customElement, property, query, state } from "lit/decorators";
|
||||||
import { isComponentLoaded } from "../common/config/is_component_loaded";
|
import { isComponentLoaded } from "../common/config/is_component_loaded";
|
||||||
import { fireEvent } from "../common/dom/fire_event";
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
|
import { stringCompare } from "../common/string/compare";
|
||||||
|
import type { HassioAddonInfo } from "../data/hassio/addon";
|
||||||
import { fetchHassioAddonsInfo } from "../data/hassio/addon";
|
import { fetchHassioAddonsInfo } from "../data/hassio/addon";
|
||||||
import type { HomeAssistant, ValueChangedEvent } from "../types";
|
import type { HomeAssistant, ValueChangedEvent } from "../types";
|
||||||
import "./ha-alert";
|
import "./ha-alert";
|
||||||
|
import "./ha-combo-box";
|
||||||
|
import type { HaComboBox } from "./ha-combo-box";
|
||||||
import "./ha-combo-box-item";
|
import "./ha-combo-box-item";
|
||||||
import "./ha-generic-picker";
|
|
||||||
import type { HaGenericPicker } from "./ha-generic-picker";
|
|
||||||
import type { PickerComboBoxItem } from "./ha-picker-combo-box";
|
|
||||||
|
|
||||||
const SEARCH_KEYS = [
|
const rowRenderer: ComboBoxLitRenderer<HassioAddonInfo> = (item) => html`
|
||||||
{ name: "primary", weight: 10 },
|
|
||||||
{ name: "secondary", weight: 8 },
|
|
||||||
{ name: "search_labels.description", weight: 6 },
|
|
||||||
{ name: "search_labels.repository", weight: 5 },
|
|
||||||
];
|
|
||||||
|
|
||||||
const rowRenderer: RenderItemFunction<PickerComboBoxItem> = (item) => html`
|
|
||||||
<ha-combo-box-item type="button">
|
<ha-combo-box-item type="button">
|
||||||
<span slot="headline">${item.primary}</span>
|
<span slot="headline">${item.name}</span>
|
||||||
<span slot="supporting-text">${item.secondary}</span>
|
<span slot="supporting-text">${item.slug}</span>
|
||||||
${item.icon
|
${item.icon
|
||||||
? html` <img alt="" slot="start" .src=${item.icon} /> `
|
? html`
|
||||||
|
<img
|
||||||
|
alt=""
|
||||||
|
slot="start"
|
||||||
|
.src="/api/hassio/addons/${item.slug}/icon"
|
||||||
|
/>
|
||||||
|
`
|
||||||
: nothing}
|
: nothing}
|
||||||
</ha-combo-box-item>
|
</ha-combo-box-item>
|
||||||
`;
|
`;
|
||||||
@@ -38,22 +38,22 @@ class HaAddonPicker extends LitElement {
|
|||||||
|
|
||||||
@property() public helper?: string;
|
@property() public helper?: string;
|
||||||
|
|
||||||
@state() private _addons?: PickerComboBoxItem[];
|
@state() private _addons?: HassioAddonInfo[];
|
||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
@property({ type: Boolean }) public required = false;
|
@property({ type: Boolean }) public required = false;
|
||||||
|
|
||||||
@query("ha-generic-picker") private _genericPicker!: HaGenericPicker;
|
@query("ha-combo-box") private _comboBox!: HaComboBox;
|
||||||
|
|
||||||
@state() private _error?: string;
|
@state() private _error?: string;
|
||||||
|
|
||||||
public open() {
|
public open() {
|
||||||
this._genericPicker?.open();
|
this._comboBox?.open();
|
||||||
}
|
}
|
||||||
|
|
||||||
public focus() {
|
public focus() {
|
||||||
this._genericPicker?.focus();
|
this._comboBox?.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected firstUpdated() {
|
protected firstUpdated() {
|
||||||
@@ -61,34 +61,29 @@ class HaAddonPicker extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
const label =
|
|
||||||
this.label === undefined && this.hass
|
|
||||||
? this.hass.localize("ui.components.addon-picker.addon")
|
|
||||||
: this.label;
|
|
||||||
|
|
||||||
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>`;
|
||||||
}
|
}
|
||||||
if (!this._addons) {
|
if (!this._addons) {
|
||||||
return nothing;
|
return nothing;
|
||||||
}
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-generic-picker
|
<ha-combo-box
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.autofocus=${this.autofocus}
|
.label=${this.label === undefined && this.hass
|
||||||
.label=${label}
|
? this.hass.localize("ui.components.addon-picker.addon")
|
||||||
.valueRenderer=${this._valueRenderer}
|
: this.label}
|
||||||
.helper=${this.helper}
|
.value=${this._value}
|
||||||
.disabled=${this.disabled}
|
|
||||||
.required=${this.required}
|
.required=${this.required}
|
||||||
.value=${this.value}
|
.disabled=${this.disabled}
|
||||||
.getItems=${this._getItems}
|
.helper=${this.helper}
|
||||||
.searchKeys=${SEARCH_KEYS}
|
.renderer=${rowRenderer}
|
||||||
.rowRenderer=${rowRenderer}
|
.items=${this._addons}
|
||||||
|
item-value-path="slug"
|
||||||
|
item-id-path="slug"
|
||||||
|
item-label-path="name"
|
||||||
@value-changed=${this._addonChanged}
|
@value-changed=${this._addonChanged}
|
||||||
>
|
></ha-combo-box>
|
||||||
</ha-generic-picker>
|
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -98,19 +93,9 @@ class HaAddonPicker extends LitElement {
|
|||||||
const addonsInfo = await fetchHassioAddonsInfo(this.hass);
|
const addonsInfo = await fetchHassioAddonsInfo(this.hass);
|
||||||
this._addons = addonsInfo.addons
|
this._addons = addonsInfo.addons
|
||||||
.filter((addon) => addon.version)
|
.filter((addon) => addon.version)
|
||||||
.map((addon) => ({
|
.sort((a, b) =>
|
||||||
id: addon.slug,
|
stringCompare(a.name, b.name, this.hass.locale.language)
|
||||||
primary: addon.name,
|
);
|
||||||
secondary: addon.slug,
|
|
||||||
icon: addon.icon
|
|
||||||
? `/api/hassio/addons/${addon.slug}/icon`
|
|
||||||
: undefined,
|
|
||||||
search_labels: {
|
|
||||||
description: addon.description || null,
|
|
||||||
repository: addon.repository || null,
|
|
||||||
},
|
|
||||||
sorting_label: [addon.name, addon.slug].filter(Boolean).join("_"),
|
|
||||||
}));
|
|
||||||
} else {
|
} else {
|
||||||
this._error = this.hass.localize(
|
this._error = this.hass.localize(
|
||||||
"ui.components.addon-picker.error.no_supervisor"
|
"ui.components.addon-picker.error.no_supervisor"
|
||||||
@@ -123,8 +108,6 @@ class HaAddonPicker extends LitElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private _getItems = () => this._addons!;
|
|
||||||
|
|
||||||
private get _value() {
|
private get _value() {
|
||||||
return this.value || "";
|
return this.value || "";
|
||||||
}
|
}
|
||||||
@@ -145,17 +128,6 @@ class HaAddonPicker extends LitElement {
|
|||||||
fireEvent(this, "change");
|
fireEvent(this, "change");
|
||||||
}, 0);
|
}, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
private _valueRenderer = (itemId: string) => {
|
|
||||||
const item = this._addons!.find((addon) => addon.id === itemId);
|
|
||||||
return html`${item?.icon
|
|
||||||
? html`<img
|
|
||||||
slot="start"
|
|
||||||
alt=${item.primary ?? "Unknown"}
|
|
||||||
.src=${item.icon}
|
|
||||||
/>`
|
|
||||||
: nothing}<span slot="headline">${item?.primary || "Unknown"}</span>`;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
|
|||||||
270
src/components/ha-area-floor-picker.ts
Normal file
270
src/components/ha-area-floor-picker.ts
Normal file
@@ -0,0 +1,270 @@
|
|||||||
|
import { mdiTextureBox } from "@mdi/js";
|
||||||
|
import type { ComboBoxLitRenderer } from "@vaadin/combo-box/lit";
|
||||||
|
import type { HassEntity } from "home-assistant-js-websocket";
|
||||||
|
import type { TemplateResult } from "lit";
|
||||||
|
import { LitElement, html, nothing } from "lit";
|
||||||
|
import { customElement, property, query } from "lit/decorators";
|
||||||
|
import { styleMap } from "lit/directives/style-map";
|
||||||
|
import memoizeOne from "memoize-one";
|
||||||
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
|
import { computeAreaName } from "../common/entity/compute_area_name";
|
||||||
|
import { computeFloorName } from "../common/entity/compute_floor_name";
|
||||||
|
import { computeRTL } from "../common/util/compute_rtl";
|
||||||
|
import {
|
||||||
|
getAreasAndFloors,
|
||||||
|
type AreaFloorValue,
|
||||||
|
type FloorComboBoxItem,
|
||||||
|
} from "../data/area_floor";
|
||||||
|
import type { HomeAssistant, ValueChangedEvent } from "../types";
|
||||||
|
import type { HaDevicePickerDeviceFilterFunc } from "./device/ha-device-picker";
|
||||||
|
import "./ha-combo-box-item";
|
||||||
|
import "./ha-floor-icon";
|
||||||
|
import "./ha-generic-picker";
|
||||||
|
import type { HaGenericPicker } from "./ha-generic-picker";
|
||||||
|
import "./ha-icon-button";
|
||||||
|
import type { PickerValueRenderer } from "./ha-picker-field";
|
||||||
|
import "./ha-svg-icon";
|
||||||
|
import "./ha-tree-indicator";
|
||||||
|
|
||||||
|
const SEPARATOR = "________";
|
||||||
|
|
||||||
|
@customElement("ha-area-floor-picker")
|
||||||
|
export class HaAreaFloorPicker extends LitElement {
|
||||||
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
|
||||||
|
@property() public label?: string;
|
||||||
|
|
||||||
|
@property({ attribute: false }) public value?: AreaFloorValue;
|
||||||
|
|
||||||
|
@property() public helper?: string;
|
||||||
|
|
||||||
|
@property() public placeholder?: string;
|
||||||
|
|
||||||
|
@property({ type: String, attribute: "search-label" })
|
||||||
|
public searchLabel?: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show only areas with entities from specific domains.
|
||||||
|
* @type {Array}
|
||||||
|
* @attr include-domains
|
||||||
|
*/
|
||||||
|
@property({ type: Array, attribute: "include-domains" })
|
||||||
|
public includeDomains?: string[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show no areas with entities of these domains.
|
||||||
|
* @type {Array}
|
||||||
|
* @attr exclude-domains
|
||||||
|
*/
|
||||||
|
@property({ type: Array, attribute: "exclude-domains" })
|
||||||
|
public excludeDomains?: string[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show only areas with entities of these device classes.
|
||||||
|
* @type {Array}
|
||||||
|
* @attr include-device-classes
|
||||||
|
*/
|
||||||
|
@property({ type: Array, attribute: "include-device-classes" })
|
||||||
|
public includeDeviceClasses?: string[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* List of areas to be excluded.
|
||||||
|
* @type {Array}
|
||||||
|
* @attr exclude-areas
|
||||||
|
*/
|
||||||
|
@property({ type: Array, attribute: "exclude-areas" })
|
||||||
|
public excludeAreas?: string[];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* List of floors to be excluded.
|
||||||
|
* @type {Array}
|
||||||
|
* @attr exclude-floors
|
||||||
|
*/
|
||||||
|
@property({ type: Array, attribute: "exclude-floors" })
|
||||||
|
public excludeFloors?: string[];
|
||||||
|
|
||||||
|
@property({ attribute: false })
|
||||||
|
public deviceFilter?: HaDevicePickerDeviceFilterFunc;
|
||||||
|
|
||||||
|
@property({ attribute: false })
|
||||||
|
public entityFilter?: (entity: HassEntity) => boolean;
|
||||||
|
|
||||||
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
|
@property({ type: Boolean }) public required = false;
|
||||||
|
|
||||||
|
@query("ha-generic-picker") private _picker?: HaGenericPicker;
|
||||||
|
|
||||||
|
public async open() {
|
||||||
|
await this.updateComplete;
|
||||||
|
await this._picker?.open();
|
||||||
|
}
|
||||||
|
|
||||||
|
private _valueRenderer: PickerValueRenderer = (value: string) => {
|
||||||
|
const item = this._parseValue(value);
|
||||||
|
|
||||||
|
const area = item.type === "area" && this.hass.areas[value];
|
||||||
|
|
||||||
|
if (area) {
|
||||||
|
const areaName = computeAreaName(area);
|
||||||
|
return html`
|
||||||
|
${area.icon
|
||||||
|
? html`<ha-icon slot="start" .icon=${area.icon}></ha-icon>`
|
||||||
|
: html`<ha-svg-icon
|
||||||
|
slot="start"
|
||||||
|
.path=${mdiTextureBox}
|
||||||
|
></ha-svg-icon>`}
|
||||||
|
<slot name="headline">${areaName}</slot>
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
const floor = item.type === "floor" && this.hass.floors[value];
|
||||||
|
|
||||||
|
if (floor) {
|
||||||
|
const floorName = computeFloorName(floor);
|
||||||
|
return html`
|
||||||
|
<ha-floor-icon slot="start" .floor=${floor}></ha-floor-icon>
|
||||||
|
<span slot="headline">${floorName}</span>
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
return html`
|
||||||
|
<ha-svg-icon slot="start" .path=${mdiTextureBox}></ha-svg-icon>
|
||||||
|
<span slot="headline">${value}</span>
|
||||||
|
`;
|
||||||
|
};
|
||||||
|
|
||||||
|
private _rowRenderer: ComboBoxLitRenderer<FloorComboBoxItem> = (
|
||||||
|
item,
|
||||||
|
{ index },
|
||||||
|
combobox
|
||||||
|
) => {
|
||||||
|
const nextItem = combobox.filteredItems?.[index + 1];
|
||||||
|
const isLastArea =
|
||||||
|
!nextItem ||
|
||||||
|
nextItem.type === "floor" ||
|
||||||
|
(nextItem.type === "area" && !nextItem.area?.floor_id);
|
||||||
|
|
||||||
|
const rtl = computeRTL(this.hass);
|
||||||
|
|
||||||
|
const hasFloor = item.type === "area" && item.area?.floor_id;
|
||||||
|
|
||||||
|
return html`
|
||||||
|
<ha-combo-box-item
|
||||||
|
type="button"
|
||||||
|
style=${item.type === "area" && hasFloor
|
||||||
|
? "--md-list-item-leading-space: 48px;"
|
||||||
|
: ""}
|
||||||
|
>
|
||||||
|
${item.type === "area" && hasFloor
|
||||||
|
? html`
|
||||||
|
<ha-tree-indicator
|
||||||
|
style=${styleMap({
|
||||||
|
width: "48px",
|
||||||
|
position: "absolute",
|
||||||
|
top: "0px",
|
||||||
|
left: rtl ? undefined : "4px",
|
||||||
|
right: rtl ? "4px" : undefined,
|
||||||
|
transform: rtl ? "scaleX(-1)" : "",
|
||||||
|
})}
|
||||||
|
.end=${isLastArea}
|
||||||
|
slot="start"
|
||||||
|
></ha-tree-indicator>
|
||||||
|
`
|
||||||
|
: nothing}
|
||||||
|
${item.type === "floor" && item.floor
|
||||||
|
? html`<ha-floor-icon
|
||||||
|
slot="start"
|
||||||
|
.floor=${item.floor}
|
||||||
|
></ha-floor-icon>`
|
||||||
|
: item.icon
|
||||||
|
? html`<ha-icon slot="start" .icon=${item.icon}></ha-icon>`
|
||||||
|
: html`<ha-svg-icon
|
||||||
|
slot="start"
|
||||||
|
.path=${item.icon_path || mdiTextureBox}
|
||||||
|
></ha-svg-icon>`}
|
||||||
|
${item.primary}
|
||||||
|
</ha-combo-box-item>
|
||||||
|
`;
|
||||||
|
};
|
||||||
|
|
||||||
|
private _getAreasAndFloorsMemoized = memoizeOne(getAreasAndFloors);
|
||||||
|
|
||||||
|
private _getItems = () =>
|
||||||
|
this._getAreasAndFloorsMemoized(
|
||||||
|
this.hass.states,
|
||||||
|
this.hass.floors,
|
||||||
|
this.hass.areas,
|
||||||
|
this.hass.devices,
|
||||||
|
this.hass.entities,
|
||||||
|
this._formatValue,
|
||||||
|
this.includeDomains,
|
||||||
|
this.excludeDomains,
|
||||||
|
this.includeDeviceClasses,
|
||||||
|
this.deviceFilter,
|
||||||
|
this.entityFilter,
|
||||||
|
this.excludeAreas,
|
||||||
|
this.excludeFloors
|
||||||
|
);
|
||||||
|
|
||||||
|
private _formatValue = memoizeOne((value: AreaFloorValue): string =>
|
||||||
|
[value.type, value.id].join(SEPARATOR)
|
||||||
|
);
|
||||||
|
|
||||||
|
private _parseValue = memoizeOne((value: string): AreaFloorValue => {
|
||||||
|
const [type, id] = value.split(SEPARATOR);
|
||||||
|
|
||||||
|
return { id, type: type as "floor" | "area" };
|
||||||
|
});
|
||||||
|
|
||||||
|
protected render(): TemplateResult {
|
||||||
|
const placeholder =
|
||||||
|
this.placeholder ?? this.hass.localize("ui.components.area-picker.area");
|
||||||
|
|
||||||
|
const value = this.value ? this._formatValue(this.value) : undefined;
|
||||||
|
|
||||||
|
return html`
|
||||||
|
<ha-generic-picker
|
||||||
|
.hass=${this.hass}
|
||||||
|
.autofocus=${this.autofocus}
|
||||||
|
.label=${this.label}
|
||||||
|
.searchLabel=${this.searchLabel}
|
||||||
|
.notFoundLabel=${this.hass.localize(
|
||||||
|
"ui.components.area-picker.no_match"
|
||||||
|
)}
|
||||||
|
.placeholder=${placeholder}
|
||||||
|
.value=${value}
|
||||||
|
.getItems=${this._getItems}
|
||||||
|
.valueRenderer=${this._valueRenderer}
|
||||||
|
.rowRenderer=${this._rowRenderer}
|
||||||
|
@value-changed=${this._valueChanged}
|
||||||
|
>
|
||||||
|
</ha-generic-picker>
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
private _valueChanged(ev: ValueChangedEvent<string>) {
|
||||||
|
ev.stopPropagation();
|
||||||
|
const value = ev.detail.value;
|
||||||
|
|
||||||
|
if (!value) {
|
||||||
|
this._setValue(undefined);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const selected = this._parseValue(value);
|
||||||
|
this._setValue(selected);
|
||||||
|
}
|
||||||
|
|
||||||
|
private _setValue(value?: AreaFloorValue) {
|
||||||
|
this.value = value;
|
||||||
|
fireEvent(this, "value-changed", { value });
|
||||||
|
fireEvent(this, "change");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface HTMLElementTagNameMap {
|
||||||
|
"ha-area-floor-picker": HaAreaFloorPicker;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -13,9 +13,9 @@ import { createAreaRegistryEntry } from "../data/area_registry";
|
|||||||
import type {
|
import type {
|
||||||
DeviceEntityDisplayLookup,
|
DeviceEntityDisplayLookup,
|
||||||
DeviceRegistryEntry,
|
DeviceRegistryEntry,
|
||||||
} from "../data/device/device_registry";
|
} from "../data/device_registry";
|
||||||
import { getDeviceEntityDisplayLookup } from "../data/device/device_registry";
|
import { getDeviceEntityDisplayLookup } from "../data/device_registry";
|
||||||
import type { EntityRegistryDisplayEntry } from "../data/entity/entity_registry";
|
import type { EntityRegistryDisplayEntry } from "../data/entity_registry";
|
||||||
import { showAlertDialog } from "../dialogs/generic/show-dialog-box";
|
import { showAlertDialog } from "../dialogs/generic/show-dialog-box";
|
||||||
import { showAreaRegistryDetailDialog } from "../panels/config/areas/show-dialog-area-registry-detail";
|
import { showAreaRegistryDetailDialog } from "../panels/config/areas/show-dialog-area-registry-detail";
|
||||||
import type { HomeAssistant, ValueChangedEvent } from "../types";
|
import type { HomeAssistant, ValueChangedEvent } from "../types";
|
||||||
@@ -30,12 +30,6 @@ import "./ha-svg-icon";
|
|||||||
|
|
||||||
const ADD_NEW_ID = "___ADD_NEW___";
|
const ADD_NEW_ID = "___ADD_NEW___";
|
||||||
|
|
||||||
const SEARCH_KEYS = [
|
|
||||||
{ name: "search_labels.areaName", weight: 10 },
|
|
||||||
{ name: "search_labels.aliases", weight: 8 },
|
|
||||||
{ name: "search_labels.floorName", weight: 6 },
|
|
||||||
{ name: "search_labels.id", weight: 3 },
|
|
||||||
];
|
|
||||||
@customElement("ha-area-picker")
|
@customElement("ha-area-picker")
|
||||||
export class HaAreaPicker extends LitElement {
|
export class HaAreaPicker extends LitElement {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
@@ -296,12 +290,13 @@ export class HaAreaPicker extends LitElement {
|
|||||||
secondary: floorName,
|
secondary: floorName,
|
||||||
icon: area.icon || undefined,
|
icon: area.icon || undefined,
|
||||||
icon_path: area.icon ? undefined : mdiTextureBox,
|
icon_path: area.icon ? undefined : mdiTextureBox,
|
||||||
search_labels: {
|
sorting_label: areaName,
|
||||||
areaName: areaName || null,
|
search_labels: [
|
||||||
floorName: floorName || null,
|
areaName,
|
||||||
id: area.area_id,
|
floorName,
|
||||||
aliases: area.aliases.join(" "),
|
area.area_id,
|
||||||
},
|
...area.aliases,
|
||||||
|
].filter((v): v is string => Boolean(v)),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -363,41 +358,27 @@ export class HaAreaPicker extends LitElement {
|
|||||||
};
|
};
|
||||||
|
|
||||||
protected render(): TemplateResult {
|
protected render(): TemplateResult {
|
||||||
const baseLabel =
|
const placeholder =
|
||||||
this.label ?? this.hass.localize("ui.components.area-picker.area");
|
this.placeholder ?? this.hass.localize("ui.components.area-picker.area");
|
||||||
const valueRenderer = this._computeValueRenderer(this.hass.areas);
|
|
||||||
|
|
||||||
// Only show label if there's no floor
|
const valueRenderer = this._computeValueRenderer(this.hass.areas);
|
||||||
let label: string | undefined = baseLabel;
|
|
||||||
if (this.value && baseLabel) {
|
|
||||||
const area = this.hass.areas[this.value];
|
|
||||||
if (area) {
|
|
||||||
const { floor } = getAreaContext(area, this.hass.floors);
|
|
||||||
if (floor) {
|
|
||||||
label = undefined;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-generic-picker
|
<ha-generic-picker
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.autofocus=${this.autofocus}
|
.autofocus=${this.autofocus}
|
||||||
.label=${label}
|
.label=${this.label}
|
||||||
.helper=${this.helper}
|
.helper=${this.helper}
|
||||||
.notFoundLabel=${this._notFoundLabel}
|
.notFoundLabel=${this._notFoundLabel}
|
||||||
.emptyLabel=${this.hass.localize("ui.components.area-picker.no_areas")}
|
.emptyLabel=${this.hass.localize("ui.components.area-picker.no_areas")}
|
||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
.required=${this.required}
|
.required=${this.required}
|
||||||
|
.placeholder=${placeholder}
|
||||||
.value=${this.value}
|
.value=${this.value}
|
||||||
.getItems=${this._getItems}
|
.getItems=${this._getItems}
|
||||||
.getAdditionalItems=${this._getAdditionalItems}
|
.getAdditionalItems=${this._getAdditionalItems}
|
||||||
.valueRenderer=${valueRenderer}
|
.valueRenderer=${valueRenderer}
|
||||||
.addButtonLabel=${this.addButtonLabel}
|
.addButtonLabel=${this.addButtonLabel}
|
||||||
.searchKeys=${SEARCH_KEYS}
|
|
||||||
.unknownItemText=${this.hass.localize(
|
|
||||||
"ui.components.area-picker.unknown"
|
|
||||||
)}
|
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
>
|
>
|
||||||
</ha-generic-picker>
|
</ha-generic-picker>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import { LitElement, html } 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 { getAreaContext } from "../common/entity/context/get_area_context";
|
import { getAreaContext } from "../common/entity/context/get_area_context";
|
||||||
|
import { areaCompare } from "../data/area_registry";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import "./ha-expansion-panel";
|
import "./ha-expansion-panel";
|
||||||
import "./ha-items-display-editor";
|
import "./ha-items-display-editor";
|
||||||
@@ -36,7 +37,11 @@ export class HaAreasDisplayEditor extends LitElement {
|
|||||||
public showNavigationButton = false;
|
public showNavigationButton = false;
|
||||||
|
|
||||||
protected render(): TemplateResult {
|
protected render(): TemplateResult {
|
||||||
const areas = Object.values(this.hass.areas);
|
const compare = areaCompare(this.hass.areas);
|
||||||
|
|
||||||
|
const areas = Object.values(this.hass.areas).sort((areaA, areaB) =>
|
||||||
|
compare(areaA.area_id, areaB.area_id)
|
||||||
|
);
|
||||||
|
|
||||||
const items: DisplayItem[] = areas.map((area) => {
|
const items: DisplayItem[] = areas.map((area) => {
|
||||||
const { floor } = getAreaContext(area, this.hass.floors);
|
const { floor } = getAreaContext(area, this.hass.floors);
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ import memoizeOne from "memoize-one";
|
|||||||
import { fireEvent } from "../common/dom/fire_event";
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
import { computeFloorName } from "../common/entity/compute_floor_name";
|
import { computeFloorName } from "../common/entity/compute_floor_name";
|
||||||
import { getAreaContext } from "../common/entity/context/get_area_context";
|
import { getAreaContext } from "../common/entity/context/get_area_context";
|
||||||
|
import { areaCompare } from "../data/area_registry";
|
||||||
import type { FloorRegistryEntry } from "../data/floor_registry";
|
import type { FloorRegistryEntry } from "../data/floor_registry";
|
||||||
import { getFloors } from "../panels/lovelace/strategies/areas/helpers/areas-strategy-helper";
|
import { getFloors } from "../panels/lovelace/strategies/areas/helpers/areas-strategy-helper";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
@@ -130,8 +131,11 @@ export class HaAreasFloorsDisplayEditor extends LitElement {
|
|||||||
// update items if floors change
|
// update items if floors change
|
||||||
_hassFloors: HomeAssistant["floors"]
|
_hassFloors: HomeAssistant["floors"]
|
||||||
): Record<string, DisplayItem[]> => {
|
): Record<string, DisplayItem[]> => {
|
||||||
const areas = Object.values(hassAreas);
|
const compare = areaCompare(hassAreas);
|
||||||
|
|
||||||
|
const areas = Object.values(hassAreas).sort((areaA, areaB) =>
|
||||||
|
compare(areaA.area_id, areaB.area_id)
|
||||||
|
);
|
||||||
const groupedItems: Record<string, DisplayItem[]> = areas.reduce(
|
const groupedItems: Record<string, DisplayItem[]> = areas.reduce(
|
||||||
(acc, area) => {
|
(acc, area) => {
|
||||||
const { floor } = getAreaContext(area, this.hass.floors);
|
const { floor } = getAreaContext(area, this.hass.floors);
|
||||||
|
|||||||
@@ -659,7 +659,6 @@ export class HaAssistChat extends LitElement {
|
|||||||
--markdown-table-border-color: var(--divider-color);
|
--markdown-table-border-color: var(--divider-color);
|
||||||
--markdown-code-background-color: var(--primary-background-color);
|
--markdown-code-background-color: var(--primary-background-color);
|
||||||
--markdown-code-text-color: var(--primary-text-color);
|
--markdown-code-text-color: var(--primary-text-color);
|
||||||
--markdown-list-indent: 1.15em;
|
|
||||||
&:not(:has(ha-markdown-element)) {
|
&:not(:has(ha-markdown-element)) {
|
||||||
min-height: 1lh;
|
min-height: 1lh;
|
||||||
min-width: 1lh;
|
min-width: 1lh;
|
||||||
|
|||||||
@@ -3,15 +3,15 @@ import type { CSSResultGroup, PropertyValues } from "lit";
|
|||||||
import { css, html, LitElement, nothing } from "lit";
|
import { css, html, LitElement, nothing } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
import { computeAttributeNameDisplay } from "../common/entity/compute_attribute_display";
|
import { computeAttributeNameDisplay } from "../common/entity/compute_attribute_display";
|
||||||
import { computeStateDomain } from "../common/entity/compute_state_domain";
|
|
||||||
import {
|
import {
|
||||||
STATE_ATTRIBUTES,
|
STATE_ATTRIBUTES,
|
||||||
STATE_ATTRIBUTES_DOMAIN_CLASS,
|
STATE_ATTRIBUTES_DOMAIN_CLASS,
|
||||||
} from "../data/entity/entity_attributes";
|
} from "../data/entity_attributes";
|
||||||
import { haStyle } from "../resources/styles";
|
import { haStyle } from "../resources/styles";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import "./ha-attribute-value";
|
import "./ha-attribute-value";
|
||||||
import "./ha-expansion-panel";
|
import "./ha-expansion-panel";
|
||||||
|
import { computeStateDomain } from "../common/entity/compute_state_domain";
|
||||||
|
|
||||||
@customElement("ha-attributes")
|
@customElement("ha-attributes")
|
||||||
class HaAttributes extends LitElement {
|
class HaAttributes extends LitElement {
|
||||||
|
|||||||
@@ -52,9 +52,7 @@ export class HaAutomationRow extends LitElement {
|
|||||||
<slot name="leading-icon"></slot>
|
<slot name="leading-icon"></slot>
|
||||||
</div>
|
</div>
|
||||||
<slot class="header" name="header"></slot>
|
<slot class="header" name="header"></slot>
|
||||||
<div class="icons">
|
<slot name="icons"></slot>
|
||||||
<slot name="icons"></slot>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
@@ -120,11 +118,12 @@ export class HaAutomationRow extends LitElement {
|
|||||||
}
|
}
|
||||||
.row {
|
.row {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 var(--ha-space-3);
|
padding: var(--ha-space-0) var(--ha-space-2);
|
||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
font-weight: var(--ha-font-weight-medium);
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: var(--ha-card-border-radius, var(--ha-border-radius-lg));
|
border-radius: var(--ha-card-border-radius, var(--ha-border-radius-lg));
|
||||||
}
|
}
|
||||||
@@ -141,15 +140,11 @@ export class HaAutomationRow extends LitElement {
|
|||||||
background-color: var(--ha-color-fill-neutral-loud-resting);
|
background-color: var(--ha-color-fill-neutral-loud-resting);
|
||||||
border-radius: var(--ha-border-radius-md);
|
border-radius: var(--ha-border-radius-md);
|
||||||
padding: var(--ha-space-1);
|
padding: var(--ha-space-1);
|
||||||
margin-top: 10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
}
|
}
|
||||||
.leading-icon-wrapper {
|
|
||||||
padding-top: var(--ha-space-3);
|
|
||||||
}
|
|
||||||
::slotted([slot="leading-icon"]) {
|
::slotted([slot="leading-icon"]) {
|
||||||
color: var(--ha-color-on-neutral-quiet);
|
color: var(--ha-color-on-neutral-quiet);
|
||||||
}
|
}
|
||||||
@@ -177,10 +172,6 @@ export class HaAutomationRow extends LitElement {
|
|||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
margin: var(--ha-space-0) var(--ha-space-3);
|
margin: var(--ha-space-0) var(--ha-space-3);
|
||||||
}
|
}
|
||||||
.icons {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
:host([sort-selected]) .row {
|
:host([sort-selected]) .row {
|
||||||
outline: solid;
|
outline: solid;
|
||||||
outline-color: rgba(var(--rgb-accent-color), 0.6);
|
outline-color: rgba(var(--rgb-accent-color), 0.6);
|
||||||
|
|||||||
@@ -2,13 +2,12 @@ import "@home-assistant/webawesome/dist/components/drawer/drawer";
|
|||||||
import { css, html, LitElement, type PropertyValues } from "lit";
|
import { css, html, LitElement, type PropertyValues } from "lit";
|
||||||
import { customElement, property, query, state } from "lit/decorators";
|
import { customElement, property, query, state } from "lit/decorators";
|
||||||
import { SwipeGestureRecognizer } from "../common/util/swipe-gesture-recognizer";
|
import { SwipeGestureRecognizer } from "../common/util/swipe-gesture-recognizer";
|
||||||
import { ScrollableFadeMixin } from "../mixins/scrollable-fade-mixin";
|
|
||||||
import { haStyleScrollbar } from "../resources/styles";
|
import { haStyleScrollbar } from "../resources/styles";
|
||||||
|
|
||||||
export const BOTTOM_SHEET_ANIMATION_DURATION_MS = 300;
|
export const BOTTOM_SHEET_ANIMATION_DURATION_MS = 300;
|
||||||
|
|
||||||
@customElement("ha-bottom-sheet")
|
@customElement("ha-bottom-sheet")
|
||||||
export class HaBottomSheet extends ScrollableFadeMixin(LitElement) {
|
export class HaBottomSheet extends LitElement {
|
||||||
@property({ type: Boolean }) public open = false;
|
@property({ type: Boolean }) public open = false;
|
||||||
|
|
||||||
@property({ type: Boolean, reflect: true, attribute: "flexcontent" })
|
@property({ type: Boolean, reflect: true, attribute: "flexcontent" })
|
||||||
@@ -18,18 +17,11 @@ export class HaBottomSheet extends ScrollableFadeMixin(LitElement) {
|
|||||||
|
|
||||||
@query("#drawer") private _drawer!: HTMLElement;
|
@query("#drawer") private _drawer!: HTMLElement;
|
||||||
|
|
||||||
@query("#body") private _bodyElement!: HTMLDivElement;
|
|
||||||
|
|
||||||
protected get scrollableElement(): HTMLElement | null {
|
|
||||||
return this._bodyElement;
|
|
||||||
}
|
|
||||||
|
|
||||||
private _gestureRecognizer = new SwipeGestureRecognizer();
|
private _gestureRecognizer = new SwipeGestureRecognizer();
|
||||||
|
|
||||||
private _isDragging = false;
|
private _isDragging = false;
|
||||||
|
|
||||||
private _handleAfterHide(afterHideEvent: Event) {
|
private _handleAfterHide() {
|
||||||
afterHideEvent.stopPropagation();
|
|
||||||
this.open = false;
|
this.open = false;
|
||||||
const ev = new Event("closed", {
|
const ev = new Event("closed", {
|
||||||
bubbles: true,
|
bubbles: true,
|
||||||
@@ -56,13 +48,9 @@ export class HaBottomSheet extends ScrollableFadeMixin(LitElement) {
|
|||||||
@touchstart=${this._handleTouchStart}
|
@touchstart=${this._handleTouchStart}
|
||||||
>
|
>
|
||||||
<slot name="header"></slot>
|
<slot name="header"></slot>
|
||||||
<div class="content-wrapper">
|
<div id="body" class="body ha-scrollbar">
|
||||||
<div id="body" class="body ha-scrollbar">
|
<slot></slot>
|
||||||
<slot></slot>
|
|
||||||
</div>
|
|
||||||
${this.renderScrollableFades()}
|
|
||||||
</div>
|
</div>
|
||||||
<slot name="footer"></slot>
|
|
||||||
</wa-drawer>
|
</wa-drawer>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
@@ -178,87 +166,60 @@ export class HaBottomSheet extends ScrollableFadeMixin(LitElement) {
|
|||||||
this._isDragging = false;
|
this._isDragging = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static get styles() {
|
static styles = [
|
||||||
return [
|
haStyleScrollbar,
|
||||||
...super.styles,
|
css`
|
||||||
haStyleScrollbar,
|
wa-drawer {
|
||||||
css`
|
--wa-color-surface-raised: transparent;
|
||||||
wa-drawer {
|
--spacing: 0;
|
||||||
--wa-color-surface-raised: transparent;
|
--size: var(--ha-bottom-sheet-height, auto);
|
||||||
--spacing: 0;
|
--show-duration: ${BOTTOM_SHEET_ANIMATION_DURATION_MS}ms;
|
||||||
--size: var(--ha-bottom-sheet-height, auto);
|
--hide-duration: ${BOTTOM_SHEET_ANIMATION_DURATION_MS}ms;
|
||||||
--show-duration: ${BOTTOM_SHEET_ANIMATION_DURATION_MS}ms;
|
}
|
||||||
--hide-duration: ${BOTTOM_SHEET_ANIMATION_DURATION_MS}ms;
|
wa-drawer::part(dialog) {
|
||||||
}
|
max-height: var(--ha-bottom-sheet-max-height, 90vh);
|
||||||
wa-drawer::part(dialog) {
|
align-items: center;
|
||||||
max-height: var(--ha-bottom-sheet-max-height, 90vh);
|
transform: var(--dialog-transform);
|
||||||
align-items: center;
|
transition: var(--dialog-transition);
|
||||||
transform: var(--dialog-transform);
|
}
|
||||||
transition: var(--dialog-transition);
|
wa-drawer::part(body) {
|
||||||
}
|
max-width: var(--ha-bottom-sheet-max-width);
|
||||||
wa-drawer::part(body) {
|
width: 100%;
|
||||||
max-width: var(--ha-bottom-sheet-max-width);
|
border-top-left-radius: var(
|
||||||
width: 100%;
|
--ha-bottom-sheet-border-radius,
|
||||||
border-top-left-radius: var(
|
var(--ha-dialog-border-radius, var(--ha-border-radius-2xl))
|
||||||
--ha-bottom-sheet-border-radius,
|
);
|
||||||
var(--ha-dialog-border-radius, var(--ha-border-radius-2xl))
|
border-top-right-radius: var(
|
||||||
);
|
--ha-bottom-sheet-border-radius,
|
||||||
border-top-right-radius: var(
|
var(--ha-dialog-border-radius, var(--ha-border-radius-2xl))
|
||||||
--ha-bottom-sheet-border-radius,
|
);
|
||||||
var(--ha-dialog-border-radius, var(--ha-border-radius-2xl))
|
background-color: var(
|
||||||
);
|
--ha-bottom-sheet-surface-background,
|
||||||
background-color: var(
|
var(--ha-dialog-surface-background, var(--mdc-theme-surface, #fff)),
|
||||||
--ha-bottom-sheet-surface-background,
|
);
|
||||||
var(--ha-dialog-surface-background, var(--mdc-theme-surface, #fff)),
|
padding: var(
|
||||||
);
|
--ha-bottom-sheet-padding,
|
||||||
padding: var(
|
0 var(--safe-area-inset-right) var(--safe-area-inset-bottom)
|
||||||
--ha-bottom-sheet-padding,
|
var(--safe-area-inset-left)
|
||||||
0 var(--safe-area-inset-right) var(--safe-area-inset-bottom)
|
);
|
||||||
var(--safe-area-inset-left)
|
}
|
||||||
);
|
:host([flexcontent]) wa-drawer::part(body) {
|
||||||
}
|
display: flex;
|
||||||
:host([flexcontent]) wa-drawer::part(body) {
|
flex-direction: column;
|
||||||
display: flex;
|
}
|
||||||
flex-direction: column;
|
:host([flexcontent]) .body {
|
||||||
}
|
flex: 1;
|
||||||
.content-wrapper {
|
max-width: 100%;
|
||||||
position: relative;
|
display: flex;
|
||||||
flex: 1;
|
flex-direction: column;
|
||||||
display: flex;
|
padding: var(
|
||||||
flex-direction: column;
|
--ha-bottom-sheet-padding,
|
||||||
min-height: 0;
|
0 var(--safe-area-inset-right) var(--safe-area-inset-bottom)
|
||||||
}
|
var(--safe-area-inset-left)
|
||||||
:host([flexcontent]) .body {
|
);
|
||||||
flex: 1;
|
}
|
||||||
max-width: 100%;
|
`,
|
||||||
display: flex;
|
];
|
||||||
flex-direction: column;
|
|
||||||
padding: var(
|
|
||||||
--ha-bottom-sheet-padding,
|
|
||||||
0 var(--safe-area-inset-right) var(--safe-area-inset-bottom)
|
|
||||||
var(--safe-area-inset-left)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
slot[name="footer"] {
|
|
||||||
display: block;
|
|
||||||
padding: var(--ha-space-0);
|
|
||||||
}
|
|
||||||
::slotted([slot="footer"]) {
|
|
||||||
display: flex;
|
|
||||||
padding: var(--ha-space-3) var(--ha-space-4) var(--ha-space-4)
|
|
||||||
var(--ha-space-4);
|
|
||||||
gap: var(--ha-space-3);
|
|
||||||
justify-content: flex-end;
|
|
||||||
align-items: center;
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
:host([flexcontent]) slot[name="footer"] {
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
`,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { css, html, LitElement, nothing } from "lit";
|
|||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import type { ClimateEntity } from "../data/climate";
|
import type { ClimateEntity } from "../data/climate";
|
||||||
import { CLIMATE_PRESET_NONE } from "../data/climate";
|
import { CLIMATE_PRESET_NONE } from "../data/climate";
|
||||||
import { isUnavailableState, OFF } from "../data/entity/entity";
|
import { isUnavailableState, OFF } from "../data/entity";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
|
|
||||||
@customElement("ha-climate-state")
|
@customElement("ha-climate-state")
|
||||||
|
|||||||
@@ -1,23 +1,25 @@
|
|||||||
import { mdiInvertColorsOff, mdiPalette } from "@mdi/js";
|
import { mdiInvertColorsOff, mdiPalette } from "@mdi/js";
|
||||||
import { html, LitElement } from "lit";
|
import { css, html, LitElement, nothing } from "lit";
|
||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property, query } from "lit/decorators";
|
||||||
import { styleMap } from "lit/directives/style-map";
|
import { styleMap } from "lit/directives/style-map";
|
||||||
import { computeCssColor, THEME_COLORS } from "../common/color/compute-color";
|
import { computeCssColor, THEME_COLORS } from "../common/color/compute-color";
|
||||||
import { fireEvent } from "../common/dom/fire_event";
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
|
import { stopPropagation } from "../common/dom/stop_propagation";
|
||||||
import type { LocalizeKeys } from "../common/translations/localize";
|
import type { LocalizeKeys } from "../common/translations/localize";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import "./ha-generic-picker";
|
import "./ha-list-item";
|
||||||
import type { PickerComboBoxItem } from "./ha-picker-combo-box";
|
import "./ha-md-divider";
|
||||||
import type { PickerValueRenderer } from "./ha-picker-field";
|
import "./ha-select";
|
||||||
|
import type { HaSelect } from "./ha-select";
|
||||||
|
|
||||||
@customElement("ha-color-picker")
|
@customElement("ha-color-picker")
|
||||||
export class HaColorPicker extends LitElement {
|
export class HaColorPicker extends LitElement {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
|
||||||
|
|
||||||
@property() public label?: string;
|
@property() public label?: string;
|
||||||
|
|
||||||
@property() public helper?: string;
|
@property() public helper?: string;
|
||||||
|
|
||||||
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
|
||||||
@property() public value?: string;
|
@property() public value?: string;
|
||||||
|
|
||||||
@property({ type: String, attribute: "default_color" })
|
@property({ type: String, attribute: "default_color" })
|
||||||
@@ -31,178 +33,137 @@ export class HaColorPicker extends LitElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
@property({ type: Boolean }) public required = false;
|
@query("ha-select") private _select?: HaSelect;
|
||||||
|
|
||||||
render() {
|
connectedCallback(): void {
|
||||||
const effectiveValue = this.value ?? this.defaultColor ?? "";
|
super.connectedCallback();
|
||||||
|
// Refresh layout options when the field is connected to the DOM to ensure current value displayed
|
||||||
return html`
|
this._select?.layoutOptions();
|
||||||
<ha-generic-picker
|
|
||||||
.hass=${this.hass}
|
|
||||||
.disabled=${this.disabled}
|
|
||||||
.required=${this.required}
|
|
||||||
.hideClearIcon=${!this.value && !!this.defaultColor}
|
|
||||||
.label=${this.label}
|
|
||||||
.helper=${this.helper}
|
|
||||||
.value=${effectiveValue}
|
|
||||||
.getItems=${this._getItems}
|
|
||||||
.rowRenderer=${this._rowRenderer}
|
|
||||||
.valueRenderer=${this._valueRenderer}
|
|
||||||
@value-changed=${this._valueChanged}
|
|
||||||
>
|
|
||||||
</ha-generic-picker>
|
|
||||||
`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private _getItems = () =>
|
private _valueSelected(ev) {
|
||||||
this._getColors(
|
ev.stopPropagation();
|
||||||
this.includeNone,
|
if (!this.isConnected) return;
|
||||||
this.includeState,
|
const value = ev.target.value;
|
||||||
this.defaultColor,
|
this.value = value === this.defaultColor ? undefined : value;
|
||||||
this.value
|
fireEvent(this, "value-changed", {
|
||||||
);
|
value: this.value,
|
||||||
|
|
||||||
private _getColors = (
|
|
||||||
includeNone: boolean,
|
|
||||||
includeState: boolean,
|
|
||||||
defaultColor: string | undefined,
|
|
||||||
currentValue: string | undefined
|
|
||||||
): PickerComboBoxItem[] => {
|
|
||||||
const items: PickerComboBoxItem[] = [];
|
|
||||||
|
|
||||||
const defaultSuffix = this.hass.localize(
|
|
||||||
"ui.components.color-picker.default"
|
|
||||||
);
|
|
||||||
|
|
||||||
const addDefaultSuffix = (label: string, isDefault: boolean) =>
|
|
||||||
isDefault && defaultSuffix ? `${label} (${defaultSuffix})` : label;
|
|
||||||
|
|
||||||
if (includeNone) {
|
|
||||||
const noneLabel =
|
|
||||||
this.hass.localize("ui.components.color-picker.none") || "None";
|
|
||||||
items.push({
|
|
||||||
id: "none",
|
|
||||||
primary: addDefaultSuffix(noneLabel, defaultColor === "none"),
|
|
||||||
icon_path: mdiInvertColorsOff,
|
|
||||||
sorting_label: noneLabel,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if (includeState) {
|
|
||||||
const stateLabel =
|
|
||||||
this.hass.localize("ui.components.color-picker.state") || "State";
|
|
||||||
items.push({
|
|
||||||
id: "state",
|
|
||||||
primary: addDefaultSuffix(stateLabel, defaultColor === "state"),
|
|
||||||
icon_path: mdiPalette,
|
|
||||||
sorting_label: stateLabel,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
Array.from(THEME_COLORS).forEach((color) => {
|
|
||||||
const themeLabel =
|
|
||||||
this.hass.localize(
|
|
||||||
`ui.components.color-picker.colors.${color}` as LocalizeKeys
|
|
||||||
) || color;
|
|
||||||
items.push({
|
|
||||||
id: color,
|
|
||||||
primary: addDefaultSuffix(themeLabel, defaultColor === color),
|
|
||||||
sorting_label: themeLabel,
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
const isSpecial =
|
render() {
|
||||||
currentValue === "none" ||
|
const value = this.value || this.defaultColor || "";
|
||||||
currentValue === "state" ||
|
|
||||||
THEME_COLORS.has(currentValue || "");
|
|
||||||
|
|
||||||
const hasValue = currentValue && currentValue.length > 0;
|
const isCustom = !(
|
||||||
|
THEME_COLORS.has(value) ||
|
||||||
if (hasValue && !isSpecial) {
|
value === "none" ||
|
||||||
items.push({
|
value === "state"
|
||||||
id: currentValue!,
|
);
|
||||||
primary: currentValue!,
|
|
||||||
sorting_label: currentValue!,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return items;
|
|
||||||
};
|
|
||||||
|
|
||||||
private _rowRenderer: (
|
|
||||||
item: PickerComboBoxItem,
|
|
||||||
index?: number
|
|
||||||
) => ReturnType<typeof html> = (item) => html`
|
|
||||||
<ha-combo-box-item type="button" compact>
|
|
||||||
${item.id === "none"
|
|
||||||
? html`<ha-svg-icon
|
|
||||||
slot="start"
|
|
||||||
.path=${mdiInvertColorsOff}
|
|
||||||
></ha-svg-icon>`
|
|
||||||
: item.id === "state"
|
|
||||||
? html`<ha-svg-icon slot="start" .path=${mdiPalette}></ha-svg-icon>`
|
|
||||||
: html`<span slot="start">
|
|
||||||
${this._renderColorCircle(item.id)}
|
|
||||||
</span>`}
|
|
||||||
<span slot="headline">${item.primary}</span>
|
|
||||||
</ha-combo-box-item>
|
|
||||||
`;
|
|
||||||
|
|
||||||
private _valueRenderer: PickerValueRenderer = (value: string) => {
|
|
||||||
if (value === "none") {
|
|
||||||
return html`
|
|
||||||
<ha-svg-icon slot="start" .path=${mdiInvertColorsOff}></ha-svg-icon>
|
|
||||||
<span slot="headline">
|
|
||||||
${this.hass.localize("ui.components.color-picker.none")}
|
|
||||||
</span>
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
if (value === "state") {
|
|
||||||
return html`
|
|
||||||
<ha-svg-icon slot="start" .path=${mdiPalette}></ha-svg-icon>
|
|
||||||
<span slot="headline">
|
|
||||||
${this.hass.localize("ui.components.color-picker.state")}
|
|
||||||
</span>
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<span slot="start">${this._renderColorCircle(value)}</span>
|
<ha-select
|
||||||
<span slot="headline">
|
.icon=${Boolean(value)}
|
||||||
${this.hass.localize(
|
.label=${this.label}
|
||||||
`ui.components.color-picker.colors.${value}` as LocalizeKeys
|
.value=${value}
|
||||||
) || value}
|
.helper=${this.helper}
|
||||||
</span>
|
.disabled=${this.disabled}
|
||||||
|
@closed=${stopPropagation}
|
||||||
|
@selected=${this._valueSelected}
|
||||||
|
fixedMenuPosition
|
||||||
|
naturalMenuWidth
|
||||||
|
.clearable=${!this.defaultColor}
|
||||||
|
>
|
||||||
|
${value
|
||||||
|
? html`
|
||||||
|
<span slot="icon">
|
||||||
|
${value === "none"
|
||||||
|
? html`
|
||||||
|
<ha-svg-icon path=${mdiInvertColorsOff}></ha-svg-icon>
|
||||||
|
`
|
||||||
|
: value === "state"
|
||||||
|
? html`<ha-svg-icon path=${mdiPalette}></ha-svg-icon>`
|
||||||
|
: this._renderColorCircle(value || "grey")}
|
||||||
|
</span>
|
||||||
|
`
|
||||||
|
: nothing}
|
||||||
|
${this.includeNone
|
||||||
|
? html`
|
||||||
|
<ha-list-item value="none" graphic="icon">
|
||||||
|
${this.hass.localize("ui.components.color-picker.none")}
|
||||||
|
${this.defaultColor === "none"
|
||||||
|
? ` (${this.hass.localize("ui.components.color-picker.default")})`
|
||||||
|
: nothing}
|
||||||
|
<ha-svg-icon
|
||||||
|
slot="graphic"
|
||||||
|
path=${mdiInvertColorsOff}
|
||||||
|
></ha-svg-icon>
|
||||||
|
</ha-list-item>
|
||||||
|
`
|
||||||
|
: nothing}
|
||||||
|
${this.includeState
|
||||||
|
? html`
|
||||||
|
<ha-list-item value="state" graphic="icon">
|
||||||
|
${this.hass.localize("ui.components.color-picker.state")}
|
||||||
|
${this.defaultColor === "state"
|
||||||
|
? ` (${this.hass.localize("ui.components.color-picker.default")})`
|
||||||
|
: nothing}
|
||||||
|
<ha-svg-icon slot="graphic" path=${mdiPalette}></ha-svg-icon>
|
||||||
|
</ha-list-item>
|
||||||
|
`
|
||||||
|
: nothing}
|
||||||
|
${this.includeState || this.includeNone
|
||||||
|
? html`<ha-md-divider role="separator" tabindex="-1"></ha-md-divider>`
|
||||||
|
: nothing}
|
||||||
|
${Array.from(THEME_COLORS).map(
|
||||||
|
(color) => html`
|
||||||
|
<ha-list-item .value=${color} graphic="icon">
|
||||||
|
${this.hass.localize(
|
||||||
|
`ui.components.color-picker.colors.${color}` as LocalizeKeys
|
||||||
|
) || color}
|
||||||
|
${this.defaultColor === color
|
||||||
|
? ` (${this.hass.localize("ui.components.color-picker.default")})`
|
||||||
|
: nothing}
|
||||||
|
<span slot="graphic">${this._renderColorCircle(color)}</span>
|
||||||
|
</ha-list-item>
|
||||||
|
`
|
||||||
|
)}
|
||||||
|
${isCustom
|
||||||
|
? html`
|
||||||
|
<ha-list-item .value=${value} graphic="icon">
|
||||||
|
${value}
|
||||||
|
<span slot="graphic">${this._renderColorCircle(value)}</span>
|
||||||
|
</ha-list-item>
|
||||||
|
`
|
||||||
|
: nothing}
|
||||||
|
</ha-select>
|
||||||
`;
|
`;
|
||||||
};
|
}
|
||||||
|
|
||||||
private _renderColorCircle(color: string) {
|
private _renderColorCircle(color: string) {
|
||||||
return html`
|
return html`
|
||||||
<span
|
<span
|
||||||
|
class="circle-color"
|
||||||
style=${styleMap({
|
style=${styleMap({
|
||||||
"--circle-color": computeCssColor(color),
|
"--circle-color": computeCssColor(color),
|
||||||
display: "block",
|
|
||||||
"background-color": "var(--circle-color, var(--divider-color))",
|
|
||||||
border: "1px solid var(--outline-color)",
|
|
||||||
"border-radius": "var(--ha-border-radius-pill)",
|
|
||||||
width: "20px",
|
|
||||||
height: "20px",
|
|
||||||
"box-sizing": "border-box",
|
|
||||||
})}
|
})}
|
||||||
></span>
|
></span>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _valueChanged(ev: CustomEvent<{ value?: string }>) {
|
static styles = css`
|
||||||
ev.stopPropagation();
|
.circle-color {
|
||||||
const selected = ev.detail.value;
|
display: block;
|
||||||
const normalized =
|
background-color: var(--circle-color, var(--divider-color));
|
||||||
selected && selected === this.defaultColor
|
border: 1px solid var(--outline-color);
|
||||||
? undefined
|
border-radius: var(--ha-border-radius-pill);
|
||||||
: (selected ?? undefined);
|
width: 20px;
|
||||||
this.value = normalized;
|
height: 20px;
|
||||||
fireEvent(this, "value-changed", { value: this.value });
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
ha-select {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
|
|||||||
@@ -20,17 +20,6 @@ export class HaComboBoxItem extends HaMdListItem {
|
|||||||
[slot="start"] {
|
[slot="start"] {
|
||||||
--state-icon-color: var(--secondary-text-color);
|
--state-icon-color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
[slot="overline"] {
|
|
||||||
/* mimicing a floating label of mdc-select */
|
|
||||||
line-height: 1.15rem;
|
|
||||||
font-size: calc(var(--mdc-typography-subtitle1-font-size, 1rem) * 0.75);
|
|
||||||
font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
|
|
||||||
font-family: var(
|
|
||||||
--mdc-typography-subtitle1-font-family,
|
|
||||||
var(--mdc-typography-font-family)
|
|
||||||
);
|
|
||||||
color: var(--mdc-select-label-ink-color, rgba(0, 0, 0, 0.6));
|
|
||||||
}
|
|
||||||
[slot="headline"] {
|
[slot="headline"] {
|
||||||
line-height: var(--ha-line-height-normal);
|
line-height: var(--ha-line-height-normal);
|
||||||
font-size: var(--ha-font-size-m);
|
font-size: var(--ha-font-size-m);
|
||||||
|
|||||||
@@ -1,22 +1,20 @@
|
|||||||
import type { RenderItemFunction } from "@lit-labs/virtualizer/virtualize";
|
import type { ComboBoxLitRenderer } from "@vaadin/combo-box/lit";
|
||||||
import { html, LitElement, nothing } from "lit";
|
import { html, LitElement, nothing } from "lit";
|
||||||
import { customElement, property, query, state } from "lit/decorators";
|
import { customElement, property, query, state } from "lit/decorators";
|
||||||
import { fireEvent } from "../common/dom/fire_event";
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
|
import { caseInsensitiveStringCompare } from "../common/string/compare";
|
||||||
import type { ConfigEntry } from "../data/config_entries";
|
import type { ConfigEntry } from "../data/config_entries";
|
||||||
import { getConfigEntries } from "../data/config_entries";
|
import { getConfigEntries } from "../data/config_entries";
|
||||||
import { domainToName } from "../data/integration";
|
import { domainToName } from "../data/integration";
|
||||||
import type { HomeAssistant, ValueChangedEvent } from "../types";
|
import type { ValueChangedEvent, HomeAssistant } from "../types";
|
||||||
|
import { brandsUrl } from "../util/brands-url";
|
||||||
|
import "./ha-combo-box";
|
||||||
|
import type { HaComboBox } from "./ha-combo-box";
|
||||||
import "./ha-combo-box-item";
|
import "./ha-combo-box-item";
|
||||||
import "./ha-domain-icon";
|
|
||||||
import "./ha-generic-picker";
|
|
||||||
import type { HaGenericPicker } from "./ha-generic-picker";
|
|
||||||
import type { PickerComboBoxItem } from "./ha-picker-combo-box";
|
|
||||||
|
|
||||||
const SEARCH_KEYS = [
|
export interface ConfigEntryExtended extends ConfigEntry {
|
||||||
{ name: "primary", weight: 10 },
|
localized_domain_name?: string;
|
||||||
{ name: "secondary", weight: 8 },
|
}
|
||||||
{ name: "icon", weight: 5 },
|
|
||||||
];
|
|
||||||
|
|
||||||
@customElement("ha-config-entry-picker")
|
@customElement("ha-config-entry-picker")
|
||||||
class HaConfigEntryPicker extends LitElement {
|
class HaConfigEntryPicker extends LitElement {
|
||||||
@@ -30,106 +28,119 @@ class HaConfigEntryPicker extends LitElement {
|
|||||||
|
|
||||||
@property() public helper?: string;
|
@property() public helper?: string;
|
||||||
|
|
||||||
@state() private _configEntries?: PickerComboBoxItem[];
|
@state() private _configEntries?: ConfigEntryExtended[];
|
||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
@property({ type: Boolean }) public required = false;
|
@property({ type: Boolean }) public required = false;
|
||||||
|
|
||||||
@query("ha-generic-picker") private _picker!: HaGenericPicker;
|
@query("ha-combo-box") private _comboBox!: HaComboBox;
|
||||||
|
|
||||||
public open() {
|
public open() {
|
||||||
this._picker?.open();
|
this._comboBox?.open();
|
||||||
}
|
}
|
||||||
|
|
||||||
public focus() {
|
public focus() {
|
||||||
this._picker?.focus();
|
this._comboBox?.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected firstUpdated() {
|
protected firstUpdated() {
|
||||||
this._getConfigEntries();
|
this._getConfigEntries();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private _rowRenderer: ComboBoxLitRenderer<ConfigEntryExtended> = (
|
||||||
|
item
|
||||||
|
) => html`
|
||||||
|
<ha-combo-box-item type="button">
|
||||||
|
<span slot="headline">
|
||||||
|
${item.title ||
|
||||||
|
this.hass.localize(
|
||||||
|
"ui.panel.config.integrations.config_entry.unnamed_entry"
|
||||||
|
)}
|
||||||
|
</span>
|
||||||
|
<span slot="supporting-text">${item.localized_domain_name}</span>
|
||||||
|
<img
|
||||||
|
alt=""
|
||||||
|
slot="start"
|
||||||
|
src=${brandsUrl({
|
||||||
|
domain: item.domain,
|
||||||
|
type: "icon",
|
||||||
|
darkOptimized: this.hass.themes?.darkMode,
|
||||||
|
})}
|
||||||
|
crossorigin="anonymous"
|
||||||
|
referrerpolicy="no-referrer"
|
||||||
|
@error=${this._onImageError}
|
||||||
|
@load=${this._onImageLoad}
|
||||||
|
/>
|
||||||
|
</ha-combo-box-item>
|
||||||
|
`;
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
if (!this._configEntries) {
|
if (!this._configEntries) {
|
||||||
return nothing;
|
return nothing;
|
||||||
}
|
}
|
||||||
return html`
|
return html`
|
||||||
<ha-generic-picker
|
<ha-combo-box
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.label=${this.label === undefined && this.hass
|
.label=${this.label === undefined && this.hass
|
||||||
? this.hass.localize("ui.components.config-entry-picker.config_entry")
|
? this.hass.localize("ui.components.config-entry-picker.config_entry")
|
||||||
: this.label}
|
: this.label}
|
||||||
.value=${this.value}
|
.value=${this._value}
|
||||||
.required=${this.required}
|
.required=${this.required}
|
||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
.helper=${this.helper}
|
.helper=${this.helper}
|
||||||
.rowRenderer=${this._rowRenderer}
|
.renderer=${this._rowRenderer}
|
||||||
.getItems=${this._getItems}
|
.items=${this._configEntries}
|
||||||
.searchKeys=${SEARCH_KEYS}
|
item-value-path="entry_id"
|
||||||
.valueRenderer=${this._valueRenderer}
|
item-id-path="entry_id"
|
||||||
|
item-label-path="title"
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
></ha-generic-picker>
|
></ha-combo-box>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _rowRenderer: RenderItemFunction<PickerComboBoxItem> = (item) => html`
|
private _onImageLoad(ev) {
|
||||||
<ha-combo-box-item type="button">
|
ev.target.style.visibility = "initial";
|
||||||
<span slot="headline">${item.primary}</span>
|
}
|
||||||
<span slot="supporting-text">${item.secondary}</span>
|
|
||||||
<ha-domain-icon
|
private _onImageError(ev) {
|
||||||
slot="start"
|
ev.target.style.visibility = "hidden";
|
||||||
.hass=${this.hass}
|
}
|
||||||
.domain=${item.icon!}
|
|
||||||
brand-fallback
|
|
||||||
></ha-domain-icon>
|
|
||||||
</ha-combo-box-item>
|
|
||||||
`;
|
|
||||||
|
|
||||||
private async _getConfigEntries() {
|
private async _getConfigEntries() {
|
||||||
getConfigEntries(this.hass, {
|
getConfigEntries(this.hass, {
|
||||||
type: ["device", "hub", "service"],
|
type: ["device", "hub", "service"],
|
||||||
domain: this.integration,
|
domain: this.integration,
|
||||||
}).then((configEntries) => {
|
}).then((configEntries) => {
|
||||||
this._configEntries = configEntries.map((entry: ConfigEntry) => {
|
this._configEntries = configEntries
|
||||||
const domainName = domainToName(this.hass.localize, entry.domain);
|
.map(
|
||||||
return {
|
(entry: ConfigEntry): ConfigEntryExtended => ({
|
||||||
id: entry.entry_id,
|
...entry,
|
||||||
icon: entry.domain,
|
localized_domain_name: domainToName(
|
||||||
primary:
|
this.hass.localize,
|
||||||
entry.title ||
|
entry.domain
|
||||||
this.hass.localize(
|
|
||||||
"ui.panel.config.integrations.config_entry.unnamed_entry"
|
|
||||||
),
|
),
|
||||||
secondary: domainName,
|
})
|
||||||
sorting_label: [entry.title, domainName].filter(Boolean).join("_"),
|
)
|
||||||
};
|
.sort((conf1, conf2) =>
|
||||||
});
|
caseInsensitiveStringCompare(
|
||||||
|
conf1.localized_domain_name + conf1.title,
|
||||||
|
conf2.localized_domain_name + conf2.title,
|
||||||
|
this.hass.locale.language
|
||||||
|
)
|
||||||
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private _valueRenderer = (itemId: string) => {
|
private get _value() {
|
||||||
const item = this._configEntries!.find((entry) => entry.id === itemId);
|
return this.value || "";
|
||||||
return html`<span
|
}
|
||||||
style="display: flex; align-items: center; gap: var(--ha-space-2);"
|
|
||||||
slot="headline"
|
|
||||||
>${item?.icon
|
|
||||||
? html`<ha-domain-icon
|
|
||||||
.hass=${this.hass}
|
|
||||||
.domain=${item.icon!}
|
|
||||||
brand-fallback
|
|
||||||
></ha-domain-icon>`
|
|
||||||
: nothing}${item?.primary || "Unknown"}</span
|
|
||||||
>`;
|
|
||||||
};
|
|
||||||
|
|
||||||
private _getItems = () => this._configEntries!;
|
|
||||||
|
|
||||||
private _valueChanged(ev: ValueChangedEvent<string>) {
|
private _valueChanged(ev: ValueChangedEvent<string>) {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
const newValue = ev.detail.value;
|
const newValue = ev.detail.value;
|
||||||
|
|
||||||
if (newValue !== this.value) {
|
if (newValue !== this._value) {
|
||||||
this._setValue(newValue);
|
this._setValue(newValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -202,7 +202,6 @@ export class HaControlSelect extends LitElement {
|
|||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
border-radius: var(--control-select-border-radius);
|
|
||||||
}
|
}
|
||||||
:host([vertical]) {
|
:host([vertical]) {
|
||||||
width: var(--control-select-thickness);
|
width: var(--control-select-thickness);
|
||||||
@@ -212,6 +211,7 @@ export class HaControlSelect extends LitElement {
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-radius: var(--control-select-border-radius);
|
||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
@@ -9,14 +9,14 @@ import type { ConfigEntry, SubEntry } from "../data/config_entries";
|
|||||||
import { getConfigEntry, getSubEntries } from "../data/config_entries";
|
import { getConfigEntry, getSubEntries } from "../data/config_entries";
|
||||||
import type { Agent } from "../data/conversation";
|
import type { Agent } from "../data/conversation";
|
||||||
import { listAgents } from "../data/conversation";
|
import { listAgents } from "../data/conversation";
|
||||||
import { getExtendedEntityRegistryEntry } from "../data/entity/entity_registry";
|
|
||||||
import { fetchIntegrationManifest } from "../data/integration";
|
import { fetchIntegrationManifest } from "../data/integration";
|
||||||
import { showOptionsFlowDialog } from "../dialogs/config-flow/show-dialog-options-flow";
|
import { showOptionsFlowDialog } from "../dialogs/config-flow/show-dialog-options-flow";
|
||||||
import { showSubConfigFlowDialog } from "../dialogs/config-flow/show-dialog-sub-config-flow";
|
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import "./ha-list-item";
|
import "./ha-list-item";
|
||||||
import "./ha-select";
|
import "./ha-select";
|
||||||
import type { HaSelect } from "./ha-select";
|
import type { HaSelect } from "./ha-select";
|
||||||
|
import { getExtendedEntityRegistryEntry } from "../data/entity_registry";
|
||||||
|
import { showSubConfigFlowDialog } from "../dialogs/config-flow/show-dialog-sub-config-flow";
|
||||||
|
|
||||||
const NONE = "__NONE_OPTION__";
|
const NONE = "__NONE_OPTION__";
|
||||||
|
|
||||||
|
|||||||
@@ -74,9 +74,6 @@ export class HaDateRangePicker extends LitElement {
|
|||||||
@property({ attribute: "extended-presets", type: Boolean })
|
@property({ attribute: "extended-presets", type: Boolean })
|
||||||
public extendedPresets = false;
|
public extendedPresets = false;
|
||||||
|
|
||||||
@property({ attribute: "vertical-opening-direction" })
|
|
||||||
public verticalOpeningDirection?: "up" | "down";
|
|
||||||
|
|
||||||
@property({ attribute: false }) public openingDirection?:
|
@property({ attribute: false }) public openingDirection?:
|
||||||
| "right"
|
| "right"
|
||||||
| "left"
|
| "left"
|
||||||
@@ -130,7 +127,6 @@ export class HaDateRangePicker extends LitElement {
|
|||||||
opening-direction=${ifDefined(
|
opening-direction=${ifDefined(
|
||||||
this.openingDirection || this._calcedOpeningDirection
|
this.openingDirection || this._calcedOpeningDirection
|
||||||
)}
|
)}
|
||||||
opens-vertical=${ifDefined(this.verticalOpeningDirection)}
|
|
||||||
first-day=${firstWeekdayIndex(this.hass.locale)}
|
first-day=${firstWeekdayIndex(this.hass.locale)}
|
||||||
language=${this.hass.locale.language}
|
language=${this.hass.locale.language}
|
||||||
@change=${this._handleChange}
|
@change=${this._handleChange}
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ export class HaDomainIcon extends LitElement {
|
|||||||
if (icn) {
|
if (icn) {
|
||||||
return html`<ha-icon .icon=${icn}></ha-icon>`;
|
return html`<ha-icon .icon=${icn}></ha-icon>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return this._renderFallback();
|
return this._renderFallback();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
import DropdownItem from "@home-assistant/webawesome/dist/components/dropdown-item/dropdown-item";
|
import DropdownItem from "@home-assistant/webawesome/dist/components/dropdown-item/dropdown-item";
|
||||||
import "@home-assistant/webawesome/dist/components/icon/icon";
|
import { css, type CSSResultGroup } from "lit";
|
||||||
import { css, type CSSResultGroup, html } from "lit";
|
|
||||||
import { customElement } from "lit/decorators";
|
import { customElement } from "lit/decorators";
|
||||||
import "./ha-svg-icon";
|
|
||||||
import { mdiCheckboxBlankOutline, mdiCheckboxMarked } from "@mdi/js";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Home Assistant dropdown item component
|
* Home Assistant dropdown item component
|
||||||
@@ -17,16 +14,6 @@ import { mdiCheckboxBlankOutline, mdiCheckboxMarked } from "@mdi/js";
|
|||||||
*/
|
*/
|
||||||
@customElement("ha-dropdown-item")
|
@customElement("ha-dropdown-item")
|
||||||
export class HaDropdownItem extends DropdownItem {
|
export class HaDropdownItem extends DropdownItem {
|
||||||
protected renderCheckboxIcon() {
|
|
||||||
return html`
|
|
||||||
<ha-svg-icon
|
|
||||||
id="check"
|
|
||||||
part="checkmark"
|
|
||||||
.path=${this.checked ? mdiCheckboxMarked : mdiCheckboxBlankOutline}
|
|
||||||
></ha-svg-icon>
|
|
||||||
`;
|
|
||||||
}
|
|
||||||
|
|
||||||
static get styles(): CSSResultGroup {
|
static get styles(): CSSResultGroup {
|
||||||
return [
|
return [
|
||||||
DropdownItem.styles,
|
DropdownItem.styles,
|
||||||
@@ -35,10 +22,6 @@ export class HaDropdownItem extends DropdownItem {
|
|||||||
min-height: var(--ha-space-10);
|
min-height: var(--ha-space-10);
|
||||||
}
|
}
|
||||||
|
|
||||||
#check {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
#icon ::slotted(*) {
|
#icon ::slotted(*) {
|
||||||
color: var(--ha-color-on-neutral-normal);
|
color: var(--ha-color-on-neutral-normal);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ import { computeCssColor } from "../common/color/compute-color";
|
|||||||
import { fireEvent } from "../common/dom/fire_event";
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
import { navigate } from "../common/navigate";
|
import { navigate } from "../common/navigate";
|
||||||
import { stringCompare } from "../common/string/compare";
|
import { stringCompare } from "../common/string/compare";
|
||||||
import type { LabelRegistryEntry } from "../data/label/label_registry";
|
import type { LabelRegistryEntry } from "../data/label_registry";
|
||||||
import { subscribeLabelRegistry } from "../data/label/label_registry";
|
import { subscribeLabelRegistry } from "../data/label_registry";
|
||||||
import { SubscribeMixin } from "../mixins/subscribe-mixin";
|
import { SubscribeMixin } from "../mixins/subscribe-mixin";
|
||||||
import { haStyleScrollbar } from "../resources/styles";
|
import { haStyleScrollbar } from "../resources/styles";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
@@ -167,33 +167,30 @@ export class HaFilterLabels extends SubscribeMixin(LitElement) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async _labelSelected(ev: CustomEvent<SelectedDetail<Set<number>>>) {
|
private async _labelSelected(ev: CustomEvent<SelectedDetail<Set<number>>>) {
|
||||||
|
if (!ev.detail.index.size) {
|
||||||
|
fireEvent(this, "data-table-filter-changed", {
|
||||||
|
value: [],
|
||||||
|
items: undefined,
|
||||||
|
});
|
||||||
|
this.value = [];
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const value: string[] = [];
|
||||||
const filteredLabels = this._filteredLabels(
|
const filteredLabels = this._filteredLabels(
|
||||||
this._labels,
|
this._labels,
|
||||||
this._filter,
|
this._filter,
|
||||||
this.value
|
this.value
|
||||||
);
|
);
|
||||||
|
|
||||||
const filteredLabelIds = new Set(filteredLabels.map((l) => l.label_id));
|
|
||||||
|
|
||||||
// Keep previously selected labels that are not in the current filtered view
|
|
||||||
const preservedLabels = (this.value || []).filter(
|
|
||||||
(id) => !filteredLabelIds.has(id)
|
|
||||||
);
|
|
||||||
|
|
||||||
// Build the new selection from the filtered labels based on selected indices
|
|
||||||
const newlySelectedLabels: string[] = [];
|
|
||||||
for (const index of ev.detail.index) {
|
for (const index of ev.detail.index) {
|
||||||
const labelId = filteredLabels[index]?.label_id;
|
const labelId = filteredLabels[index].label_id;
|
||||||
if (labelId) {
|
value.push(labelId);
|
||||||
newlySelectedLabels.push(labelId);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
this.value = value;
|
||||||
const value = [...preservedLabels, ...newlySelectedLabels];
|
|
||||||
this.value = value.length ? value : [];
|
|
||||||
|
|
||||||
fireEvent(this, "data-table-filter-changed", {
|
fireEvent(this, "data-table-filter-changed", {
|
||||||
value: value.length ? value : undefined,
|
value,
|
||||||
items: undefined,
|
items: undefined,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import {
|
|||||||
mdiHomeFloor3,
|
mdiHomeFloor3,
|
||||||
mdiHomeFloorNegative1,
|
mdiHomeFloorNegative1,
|
||||||
} from "@mdi/js";
|
} from "@mdi/js";
|
||||||
import { LitElement, html, nothing } from "lit";
|
import { LitElement, html } from "lit";
|
||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import type { FloorRegistryEntry } from "../data/floor_registry";
|
import type { FloorRegistryEntry } from "../data/floor_registry";
|
||||||
import "./ha-icon";
|
import "./ha-icon";
|
||||||
@@ -48,7 +48,7 @@ export const floorDefaultIcon = (floor: Pick<FloorRegistryEntry, "level">) => {
|
|||||||
|
|
||||||
@customElement("ha-floor-icon")
|
@customElement("ha-floor-icon")
|
||||||
export class HaFloorIcon extends LitElement {
|
export class HaFloorIcon extends LitElement {
|
||||||
@property({ attribute: false }) public floor?: Pick<
|
@property({ attribute: false }) public floor!: Pick<
|
||||||
FloorRegistryEntry,
|
FloorRegistryEntry,
|
||||||
"icon" | "level"
|
"icon" | "level"
|
||||||
>;
|
>;
|
||||||
@@ -56,9 +56,6 @@ export class HaFloorIcon extends LitElement {
|
|||||||
@property() public icon?: string;
|
@property() public icon?: string;
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
if (!this.floor) {
|
|
||||||
return nothing;
|
|
||||||
}
|
|
||||||
if (this.floor.icon) {
|
if (this.floor.icon) {
|
||||||
return html`<ha-icon .icon=${this.floor.icon}></ha-icon>`;
|
return html`<ha-icon .icon=${this.floor.icon}></ha-icon>`;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,9 +12,9 @@ import { updateAreaRegistryEntry } from "../data/area_registry";
|
|||||||
import type {
|
import type {
|
||||||
DeviceEntityDisplayLookup,
|
DeviceEntityDisplayLookup,
|
||||||
DeviceRegistryEntry,
|
DeviceRegistryEntry,
|
||||||
} from "../data/device/device_registry";
|
} from "../data/device_registry";
|
||||||
import { getDeviceEntityDisplayLookup } from "../data/device/device_registry";
|
import { getDeviceEntityDisplayLookup } from "../data/device_registry";
|
||||||
import type { EntityRegistryDisplayEntry } from "../data/entity/entity_registry";
|
import type { EntityRegistryDisplayEntry } from "../data/entity_registry";
|
||||||
import {
|
import {
|
||||||
createFloorRegistryEntry,
|
createFloorRegistryEntry,
|
||||||
getFloorAreaLookup,
|
getFloorAreaLookup,
|
||||||
@@ -35,12 +35,6 @@ import "./ha-svg-icon";
|
|||||||
|
|
||||||
const ADD_NEW_ID = "___ADD_NEW___";
|
const ADD_NEW_ID = "___ADD_NEW___";
|
||||||
|
|
||||||
const SEARCH_KEYS = [
|
|
||||||
{ name: "search_labels.floorName", weight: 10 },
|
|
||||||
{ name: "search_labels.aliases", weight: 8 },
|
|
||||||
{ name: "search_labels.floor_id", weight: 3 },
|
|
||||||
];
|
|
||||||
|
|
||||||
interface FloorComboBoxItem extends PickerComboBoxItem {
|
interface FloorComboBoxItem extends PickerComboBoxItem {
|
||||||
floor?: FloorRegistryEntry;
|
floor?: FloorRegistryEntry;
|
||||||
}
|
}
|
||||||
@@ -291,11 +285,10 @@ export class HaFloorPicker extends LitElement {
|
|||||||
id: floor.floor_id,
|
id: floor.floor_id,
|
||||||
primary: floorName,
|
primary: floorName,
|
||||||
floor: floor,
|
floor: floor,
|
||||||
search_labels: {
|
sorting_label: floor.level?.toString() || "zzzzz",
|
||||||
floorName,
|
search_labels: [floorName, floor.floor_id, ...floor.aliases].filter(
|
||||||
floor_id: floor.floor_id,
|
(v): v is string => Boolean(v)
|
||||||
aliases: floor.aliases.join(" "),
|
),
|
||||||
},
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -389,23 +382,17 @@ export class HaFloorPicker extends LitElement {
|
|||||||
<ha-generic-picker
|
<ha-generic-picker
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.autofocus=${this.autofocus}
|
.autofocus=${this.autofocus}
|
||||||
.disabled=${this.disabled}
|
|
||||||
.label=${this.label}
|
.label=${this.label}
|
||||||
.helper=${this.helper}
|
|
||||||
.placeholder=${placeholder}
|
|
||||||
.notFoundLabel=${this._notFoundLabel}
|
.notFoundLabel=${this._notFoundLabel}
|
||||||
.emptyLabel=${this.hass.localize(
|
.emptyLabel=${this.hass.localize(
|
||||||
"ui.components.floor-picker.no_floors"
|
"ui.components.floor-picker.no_floors"
|
||||||
)}
|
)}
|
||||||
|
.placeholder=${placeholder}
|
||||||
.value=${this.value}
|
.value=${this.value}
|
||||||
.getItems=${this._getItems}
|
.getItems=${this._getItems}
|
||||||
.getAdditionalItems=${this._getAdditionalItems}
|
.getAdditionalItems=${this._getAdditionalItems}
|
||||||
.valueRenderer=${valueRenderer}
|
.valueRenderer=${valueRenderer}
|
||||||
.rowRenderer=${this._rowRenderer}
|
.rowRenderer=${this._rowRenderer}
|
||||||
.searchKeys=${SEARCH_KEYS}
|
|
||||||
.unknownItemText=${this.hass.localize(
|
|
||||||
"ui.components.floor-picker.unknown"
|
|
||||||
)}
|
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
>
|
>
|
||||||
</ha-generic-picker>
|
</ha-generic-picker>
|
||||||
|
|||||||
@@ -4,13 +4,9 @@ import { mdiPlaylistPlus } from "@mdi/js";
|
|||||||
import { css, html, LitElement, nothing, type CSSResultGroup } from "lit";
|
import { css, html, LitElement, nothing, type CSSResultGroup } from "lit";
|
||||||
import { customElement, property, query, state } from "lit/decorators";
|
import { customElement, property, query, state } from "lit/decorators";
|
||||||
import { ifDefined } from "lit/directives/if-defined";
|
import { ifDefined } from "lit/directives/if-defined";
|
||||||
import memoizeOne from "memoize-one";
|
|
||||||
import { tinykeys } from "tinykeys";
|
import { tinykeys } from "tinykeys";
|
||||||
import { fireEvent } from "../common/dom/fire_event";
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
import { PickerMixin } from "../mixins/picker-mixin";
|
|
||||||
import type { FuseWeightedKey } from "../resources/fuseMultiTerm";
|
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import { isIosApp } from "../util/is_ios";
|
|
||||||
import "./ha-bottom-sheet";
|
import "./ha-bottom-sheet";
|
||||||
import "./ha-button";
|
import "./ha-button";
|
||||||
import "./ha-combo-box-item";
|
import "./ha-combo-box-item";
|
||||||
@@ -22,21 +18,36 @@ import type {
|
|||||||
PickerComboBoxSearchFn,
|
PickerComboBoxSearchFn,
|
||||||
} from "./ha-picker-combo-box";
|
} from "./ha-picker-combo-box";
|
||||||
import "./ha-picker-field";
|
import "./ha-picker-field";
|
||||||
|
import type { PickerValueRenderer } from "./ha-picker-field";
|
||||||
import "./ha-svg-icon";
|
import "./ha-svg-icon";
|
||||||
|
|
||||||
@customElement("ha-generic-picker")
|
@customElement("ha-generic-picker")
|
||||||
export class HaGenericPicker extends PickerMixin(LitElement) {
|
export class HaGenericPicker extends LitElement {
|
||||||
@property({ attribute: false }) public hass?: HomeAssistant;
|
@property({ attribute: false }) public hass?: HomeAssistant;
|
||||||
|
|
||||||
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
|
@property({ type: Boolean }) public required = false;
|
||||||
|
|
||||||
@property({ type: Boolean, attribute: "allow-custom-value" })
|
@property({ type: Boolean, attribute: "allow-custom-value" })
|
||||||
public allowCustomValue;
|
public allowCustomValue;
|
||||||
|
|
||||||
|
@property() public label?: string;
|
||||||
|
|
||||||
|
@property() public value?: string;
|
||||||
|
|
||||||
|
@property() public helper?: string;
|
||||||
|
|
||||||
|
@property() public placeholder?: string;
|
||||||
|
|
||||||
@property({ type: String, attribute: "search-label" })
|
@property({ type: String, attribute: "search-label" })
|
||||||
public searchLabel?: string;
|
public searchLabel?: string;
|
||||||
|
|
||||||
/** To prevent lags, getItems needs to be memoized */
|
@property({ attribute: "hide-clear-icon", type: Boolean })
|
||||||
|
public hideClearIcon = false;
|
||||||
|
|
||||||
@property({ attribute: false })
|
@property({ attribute: false })
|
||||||
public getItems!: (
|
public getItems?: (
|
||||||
searchString?: string,
|
searchString?: string,
|
||||||
section?: string
|
section?: string
|
||||||
) => (PickerComboBoxItem | string)[];
|
) => (PickerComboBoxItem | string)[];
|
||||||
@@ -48,10 +59,10 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
public rowRenderer?: RenderItemFunction<PickerComboBoxItem>;
|
public rowRenderer?: RenderItemFunction<PickerComboBoxItem>;
|
||||||
|
|
||||||
@property({ attribute: false })
|
@property({ attribute: false })
|
||||||
public searchFn?: PickerComboBoxSearchFn<PickerComboBoxItem>;
|
public valueRenderer?: PickerValueRenderer;
|
||||||
|
|
||||||
@property({ attribute: false })
|
@property({ attribute: false })
|
||||||
public searchKeys?: FuseWeightedKey[];
|
public searchFn?: PickerComboBoxSearchFn<PickerComboBoxItem>;
|
||||||
|
|
||||||
@property({ attribute: false })
|
@property({ attribute: false })
|
||||||
public notFoundLabel?: string | ((search: string) => string);
|
public notFoundLabel?: string | ((search: string) => string);
|
||||||
@@ -96,12 +107,6 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
|
|
||||||
@property({ attribute: "selected-section" }) public selectedSection?: string;
|
@property({ attribute: "selected-section" }) public selectedSection?: string;
|
||||||
|
|
||||||
@property({ type: Boolean, attribute: "use-top-label" })
|
|
||||||
public useTopLabel = false;
|
|
||||||
|
|
||||||
@property({ attribute: "custom-value-label" })
|
|
||||||
public customValueLabel?: string;
|
|
||||||
|
|
||||||
@query(".container") private _containerElement?: HTMLDivElement;
|
@query(".container") private _containerElement?: HTMLDivElement;
|
||||||
|
|
||||||
@query("ha-picker-combo-box") private _comboBox?: HaPickerComboBox;
|
@query("ha-picker-combo-box") private _comboBox?: HaPickerComboBox;
|
||||||
@@ -124,20 +129,14 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
// helper to set new value after closing picker, to avoid flicker
|
// helper to set new value after closing picker, to avoid flicker
|
||||||
private _newValue?: string;
|
private _newValue?: string;
|
||||||
|
|
||||||
@property({ attribute: "error-message" }) public errorMessage?: string;
|
|
||||||
|
|
||||||
@property({ type: Boolean, reflect: true }) public invalid = false;
|
|
||||||
|
|
||||||
private _unsubscribeTinyKeys?: () => void;
|
private _unsubscribeTinyKeys?: () => void;
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
// Only show label if it's not a top label and there is a value.
|
return html`
|
||||||
const label = this.useTopLabel && this.value ? undefined : this.label;
|
${this.label
|
||||||
|
? html`<label ?disabled=${this.disabled}>${this.label}</label>`
|
||||||
return html`<div class="container">
|
: nothing}
|
||||||
${this.useTopLabel && this.label
|
<div class="container">
|
||||||
? html`<label ?disabled=${this.disabled}>${this.label}</label>`
|
|
||||||
: nothing}
|
|
||||||
<div id="picker">
|
<div id="picker">
|
||||||
<slot name="field">
|
<slot name="field">
|
||||||
${this.addButtonLabel && !this.value
|
${this.addButtonLabel && !this.value
|
||||||
@@ -157,28 +156,16 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
type="button"
|
type="button"
|
||||||
class=${this._opened ? "opened" : ""}
|
class=${this._opened ? "opened" : ""}
|
||||||
compact
|
compact
|
||||||
.unknown=${this._unknownValue(
|
|
||||||
this.allowCustomValue,
|
|
||||||
this.value,
|
|
||||||
this.getItems()
|
|
||||||
)}
|
|
||||||
.unknownItemText=${this.unknownItemText}
|
|
||||||
aria-label=${ifDefined(this.label)}
|
aria-label=${ifDefined(this.label)}
|
||||||
@click=${this.open}
|
@click=${this.open}
|
||||||
@clear=${this._clear}
|
@clear=${this._clear}
|
||||||
.icon=${this.icon}
|
|
||||||
.image=${this.image}
|
|
||||||
.label=${label}
|
|
||||||
.placeholder=${this.placeholder}
|
.placeholder=${this.placeholder}
|
||||||
.helper=${this.helper}
|
|
||||||
.value=${this.value}
|
.value=${this.value}
|
||||||
.valueRenderer=${this.valueRenderer}
|
|
||||||
.required=${this.required}
|
.required=${this.required}
|
||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
.invalid=${this.invalid}
|
|
||||||
.hideClearIcon=${this.hideClearIcon}
|
.hideClearIcon=${this.hideClearIcon}
|
||||||
|
.valueRenderer=${this.valueRenderer}
|
||||||
>
|
>
|
||||||
<slot name="start"></slot>
|
|
||||||
</ha-picker-field>`}
|
</ha-picker-field>`}
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
@@ -217,7 +204,8 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
</ha-bottom-sheet>`
|
</ha-bottom-sheet>`
|
||||||
: nothing}
|
: nothing}
|
||||||
</div>
|
</div>
|
||||||
${this._renderHelper()}`;
|
${this._renderHelper()}
|
||||||
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _renderComboBox(dialogMode = false) {
|
private _renderComboBox(dialogMode = false) {
|
||||||
@@ -226,7 +214,6 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
}
|
}
|
||||||
return html`
|
return html`
|
||||||
<ha-picker-combo-box
|
<ha-picker-combo-box
|
||||||
id="combo-box"
|
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.allowCustomValue=${this.allowCustomValue}
|
.allowCustomValue=${this.allowCustomValue}
|
||||||
.label=${this.searchLabel}
|
.label=${this.searchLabel}
|
||||||
@@ -242,64 +229,26 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
.sections=${this.sections}
|
.sections=${this.sections}
|
||||||
.sectionTitleFunction=${this.sectionTitleFunction}
|
.sectionTitleFunction=${this.sectionTitleFunction}
|
||||||
.selectedSection=${this.selectedSection}
|
.selectedSection=${this.selectedSection}
|
||||||
.searchKeys=${this.searchKeys}
|
|
||||||
.customValueLabel=${this.customValueLabel}
|
|
||||||
></ha-picker-combo-box>
|
></ha-picker-combo-box>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _unknownValue = memoizeOne(
|
|
||||||
(
|
|
||||||
allowCustomValue: boolean,
|
|
||||||
value?: string,
|
|
||||||
items?: (PickerComboBoxItem | string)[]
|
|
||||||
) => {
|
|
||||||
if (
|
|
||||||
allowCustomValue ||
|
|
||||||
value === undefined ||
|
|
||||||
value === null ||
|
|
||||||
value === "" ||
|
|
||||||
!items
|
|
||||||
) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return !items.some(
|
|
||||||
(item) => typeof item !== "string" && item.id === value
|
|
||||||
);
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
private _renderHelper() {
|
private _renderHelper() {
|
||||||
const showError = this.invalid && this.errorMessage;
|
return this.helper
|
||||||
const showHelper = !showError && this.helper;
|
? html`<ha-input-helper-text .disabled=${this.disabled}
|
||||||
|
>${this.helper}</ha-input-helper-text
|
||||||
if (!showError && !showHelper) {
|
>`
|
||||||
return nothing;
|
: nothing;
|
||||||
}
|
|
||||||
|
|
||||||
return html`<ha-input-helper-text .disabled=${this.disabled}>
|
|
||||||
${showError ? this.errorMessage : this.helper}
|
|
||||||
</ha-input-helper-text>`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private _dialogOpened = () => {
|
private _dialogOpened = () => {
|
||||||
this._opened = true;
|
this._opened = true;
|
||||||
requestAnimationFrame(() => {
|
requestAnimationFrame(() => {
|
||||||
if (this.hass && isIosApp(this.hass)) {
|
|
||||||
this.hass.auth.external!.fireMessage({
|
|
||||||
type: "focus_element",
|
|
||||||
payload: {
|
|
||||||
element_id: "combo-box",
|
|
||||||
},
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
this._comboBox?.focus();
|
this._comboBox?.focus();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
private _hidePicker(ev: Event) {
|
private _hidePicker(ev) {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
if (this._newValue) {
|
if (this._newValue) {
|
||||||
fireEvent(this, "value-changed", { value: this._newValue });
|
fireEvent(this, "value-changed", { value: this._newValue });
|
||||||
@@ -321,7 +270,7 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
this._newValue = value;
|
this._newValue = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _clear(e: CustomEvent) {
|
private _clear(e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
this._setValue(undefined);
|
this._setValue(undefined);
|
||||||
}
|
}
|
||||||
@@ -388,9 +337,6 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
display: block;
|
display: block;
|
||||||
margin: var(--ha-space-2) 0 0;
|
margin: var(--ha-space-2) 0 0;
|
||||||
}
|
}
|
||||||
:host([invalid]) ha-input-helper-text {
|
|
||||||
color: var(--mdc-theme-error, var(--error-color, #b00020));
|
|
||||||
}
|
|
||||||
|
|
||||||
wa-popover {
|
wa-popover {
|
||||||
--wa-space-l: var(--ha-space-0);
|
--wa-space-l: var(--ha-space-0);
|
||||||
@@ -398,10 +344,7 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
|
|
||||||
wa-popover::part(body) {
|
wa-popover::part(body) {
|
||||||
width: max(var(--body-width), 250px);
|
width: max(var(--body-width), 250px);
|
||||||
max-width: var(
|
max-width: max(var(--body-width), 250px);
|
||||||
--ha-generic-picker-max-width,
|
|
||||||
max(var(--body-width), 250px)
|
|
||||||
);
|
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
height: 70vh;
|
height: 70vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -413,6 +356,12 @@ export class HaGenericPicker extends PickerMixin(LitElement) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-height: 1000px) {
|
||||||
|
wa-popover::part(body) {
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ha-bottom-sheet {
|
ha-bottom-sheet {
|
||||||
--ha-bottom-sheet-height: 90vh;
|
--ha-bottom-sheet-height: 90vh;
|
||||||
--ha-bottom-sheet-height: calc(100dvh - var(--ha-space-12));
|
--ha-bottom-sheet-height: calc(100dvh - var(--ha-space-12));
|
||||||
|
|||||||
@@ -32,12 +32,6 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public step = 1;
|
@property({ attribute: false }) public step = 1;
|
||||||
|
|
||||||
@property({ type: Boolean, attribute: "rows-disabled" })
|
|
||||||
public rowsDisabled?: boolean;
|
|
||||||
|
|
||||||
@property({ type: Boolean, attribute: "columns-disabled" })
|
|
||||||
public columnsDisabled?: boolean;
|
|
||||||
|
|
||||||
@state() public _localValue?: CardGridSize = { rows: 1, columns: 1 };
|
@state() public _localValue?: CardGridSize = { rows: 1, columns: 1 };
|
||||||
|
|
||||||
protected willUpdate(changedProperties) {
|
protected willUpdate(changedProperties) {
|
||||||
@@ -48,11 +42,9 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
const disabledColumns =
|
const disabledColumns =
|
||||||
this.columnsDisabled ||
|
this.columnMin !== undefined && this.columnMin === this.columnMax;
|
||||||
(this.columnMin !== undefined && this.columnMin === this.columnMax);
|
|
||||||
const disabledRows =
|
const disabledRows =
|
||||||
this.rowsDisabled ||
|
this.rowMin !== undefined && this.rowMin === this.rowMax;
|
||||||
(this.rowMin !== undefined && this.rowMin === this.rowMax);
|
|
||||||
|
|
||||||
const autoHeight = this._localValue?.rows === "auto";
|
const autoHeight = this._localValue?.rows === "auto";
|
||||||
const fullWidth = this._localValue?.columns === "full";
|
const fullWidth = this._localValue?.columns === "full";
|
||||||
@@ -80,7 +72,7 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
@slider-moved=${this._sliderMoved}
|
@slider-moved=${this._sliderMoved}
|
||||||
.disabled=${disabledColumns}
|
.disabled=${disabledColumns}
|
||||||
tooltip-mode=${disabledColumns ? "never" : "always"}
|
tooltip-mode="always"
|
||||||
></ha-grid-layout-slider>
|
></ha-grid-layout-slider>
|
||||||
|
|
||||||
<ha-grid-layout-slider
|
<ha-grid-layout-slider
|
||||||
@@ -96,7 +88,7 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
@slider-moved=${this._sliderMoved}
|
@slider-moved=${this._sliderMoved}
|
||||||
.disabled=${disabledRows}
|
.disabled=${disabledRows}
|
||||||
tooltip-mode=${disabledRows ? "never" : "always"}
|
tooltip-mode="always"
|
||||||
></ha-grid-layout-slider>
|
></ha-grid-layout-slider>
|
||||||
${!this.isDefault
|
${!this.isDefault
|
||||||
? html`
|
? html`
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user