mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-24 00:29:26 +00:00
Compare commits
98 Commits
boolean_se
...
20240909.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
05ad3137f1 | ||
![]() |
bde2fd8202 | ||
![]() |
e5327c0903 | ||
![]() |
1a0ca1b78f | ||
![]() |
ed141b1d12 | ||
![]() |
5a7a71c551 | ||
![]() |
f09e0d187b | ||
![]() |
7f6325fa5e | ||
![]() |
de292a8143 | ||
![]() |
84b2005844 | ||
![]() |
0d93432a2c | ||
![]() |
8bc9927ee2 | ||
![]() |
484bed4dab | ||
![]() |
3d7e243707 | ||
![]() |
f8a432c89e | ||
![]() |
d484b2f63d | ||
![]() |
ba770f8e50 | ||
![]() |
30d9186031 | ||
![]() |
cd74367acc | ||
![]() |
618cd9d9e5 | ||
![]() |
0ff2f1bf75 | ||
![]() |
d28f1f07e7 | ||
![]() |
b457d27c4c | ||
![]() |
6aa5bc2d8b | ||
![]() |
76fc0c7ab1 | ||
![]() |
7aa7019386 | ||
![]() |
b69f0964c9 | ||
![]() |
2f9b6d000b | ||
![]() |
9c12ab9c6d | ||
![]() |
94f186c436 | ||
![]() |
449f858ac8 | ||
![]() |
91a2f2cf24 | ||
![]() |
2c975d4f41 | ||
![]() |
ab534933fc | ||
![]() |
e353aaa339 | ||
![]() |
020904f8f6 | ||
![]() |
fa8b3f006d | ||
![]() |
d9ce20992c | ||
![]() |
a09f44dcd2 | ||
![]() |
c709059c00 | ||
![]() |
5613df1d01 | ||
![]() |
d8013a4db9 | ||
![]() |
216dbc4d41 | ||
![]() |
c40751dadd | ||
![]() |
f58d3ad670 | ||
![]() |
682f5345cc | ||
![]() |
a69771c1f8 | ||
![]() |
22de449dda | ||
![]() |
05a27b9399 | ||
![]() |
32083ea13d | ||
![]() |
18210f35b5 | ||
![]() |
362a6f46fe | ||
![]() |
1c9d411d3a | ||
![]() |
6d84523456 | ||
![]() |
2a18706a13 | ||
![]() |
87b58b0bbd | ||
![]() |
3ebb268b57 | ||
![]() |
2df097cd1b | ||
![]() |
8349e47c17 | ||
![]() |
4913932c97 | ||
![]() |
19f057a51b | ||
![]() |
c556742ff4 | ||
![]() |
8b5f731d0c | ||
![]() |
9568677926 | ||
![]() |
93ee5de1b4 | ||
![]() |
2f68ee0efc | ||
![]() |
5a229e3c88 | ||
![]() |
7c5f947865 | ||
![]() |
e9cbd54979 | ||
![]() |
cf55824899 | ||
![]() |
395586ddeb | ||
![]() |
9c48dbf232 | ||
![]() |
00eb820e36 | ||
![]() |
6b99cda982 | ||
![]() |
9bde0e876d | ||
![]() |
9482fcb04b | ||
![]() |
883ad58f52 | ||
![]() |
11ace6002a | ||
![]() |
c416daeb92 | ||
![]() |
a9f8eb5ab1 | ||
![]() |
ab38dad156 | ||
![]() |
1ddeca3eeb | ||
![]() |
f08f455698 | ||
![]() |
735560c552 | ||
![]() |
b5c2b555bc | ||
![]() |
b368f886f9 | ||
![]() |
da75eecfa5 | ||
![]() |
fdf829bc81 | ||
![]() |
0447247add | ||
![]() |
895333aa05 | ||
![]() |
58ba9f628a | ||
![]() |
28ced4bfd3 | ||
![]() |
fd6a192db1 | ||
![]() |
d72e8c35d8 | ||
![]() |
5bc3ad4c63 | ||
![]() |
530745d20d | ||
![]() |
a16cae0671 | ||
![]() |
8d0c4e4a52 |
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -89,7 +89,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IS_TEST: "true"
|
IS_TEST: "true"
|
||||||
- name: Upload bundle stats
|
- name: Upload bundle stats
|
||||||
uses: actions/upload-artifact@v4.3.6
|
uses: actions/upload-artifact@v4.4.0
|
||||||
with:
|
with:
|
||||||
name: frontend-bundle-stats
|
name: frontend-bundle-stats
|
||||||
path: build/stats/*.json
|
path: build/stats/*.json
|
||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IS_TEST: "true"
|
IS_TEST: "true"
|
||||||
- name: Upload bundle stats
|
- name: Upload bundle stats
|
||||||
uses: actions/upload-artifact@v4.3.6
|
uses: actions/upload-artifact@v4.4.0
|
||||||
with:
|
with:
|
||||||
name: supervisor-bundle-stats
|
name: supervisor-bundle-stats
|
||||||
path: build/stats/*.json
|
path: build/stats/*.json
|
||||||
|
4
.github/workflows/nightly.yaml
vendored
4
.github/workflows/nightly.yaml
vendored
@@ -57,14 +57,14 @@ jobs:
|
|||||||
run: tar -czvf translations.tar.gz translations
|
run: tar -czvf translations.tar.gz translations
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4.3.6
|
uses: actions/upload-artifact@v4.4.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@v4.3.6
|
uses: actions/upload-artifact@v4.4.0
|
||||||
with:
|
with:
|
||||||
name: translations
|
name: translations
|
||||||
path: translations.tar.gz
|
path: translations.tar.gz
|
||||||
|
@@ -1,16 +1,7 @@
|
|||||||
diff --git a/modular/sortable.core.esm.js b/modular/sortable.core.esm.js
|
diff --git a/modular/sortable.core.esm.js b/modular/sortable.core.esm.js
|
||||||
index 93ba17509e2e8583ab241fea6845fbe714c584a2..de0651ddb5dced30d36f7d764da0dd0b441f523f 100644
|
index 8b5e49b011713c8859c669069fbe85ce53974e1d..6a0afc92787157b8a31c38cc5f67dfa526090a00 100644
|
||||||
--- a/modular/sortable.core.esm.js
|
--- a/modular/sortable.core.esm.js
|
||||||
+++ b/modular/sortable.core.esm.js
|
+++ b/modular/sortable.core.esm.js
|
||||||
@@ -1461,7 +1461,7 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
|
||||||
}
|
|
||||||
target = parent; // store last element
|
|
||||||
}
|
|
||||||
- /* jshint boss:true */ while (parent = parent.parentNode);
|
|
||||||
+ /* jshint boss:true */ while (parent = parent.parentNode || parent.getRootNode().host);
|
|
||||||
}
|
|
||||||
_unhideGhostForTarget();
|
|
||||||
}
|
|
||||||
@@ -1781,11 +1781,16 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
@@ -1781,11 +1781,16 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
||||||
}
|
}
|
||||||
if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) {
|
if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) {
|
||||||
@@ -33,7 +24,7 @@ index 93ba17509e2e8583ab241fea6845fbe714c584a2..de0651ddb5dced30d36f7d764da0dd0b
|
|||||||
}
|
}
|
||||||
parentEl = el; // actualization
|
parentEl = el; // actualization
|
||||||
|
|
||||||
@@ -1802,7 +1807,13 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
@@ -1802,7 +1807,12 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
||||||
targetRect = getRect(target);
|
targetRect = getRect(target);
|
||||||
if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) {
|
if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) {
|
||||||
capture();
|
capture();
|
||||||
@@ -44,11 +35,10 @@ index 93ba17509e2e8583ab241fea6845fbe714c584a2..de0651ddb5dced30d36f7d764da0dd0b
|
|||||||
+ catch(err) {
|
+ catch(err) {
|
||||||
+ return completed(false);
|
+ return completed(false);
|
||||||
+ }
|
+ }
|
||||||
+
|
|
||||||
parentEl = el; // actualization
|
parentEl = el; // actualization
|
||||||
|
|
||||||
changed();
|
changed();
|
||||||
@@ -1849,12 +1860,17 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
@@ -1849,10 +1859,15 @@ Sortable.prototype = /** @lends Sortable.prototype */{
|
||||||
_silent = true;
|
_silent = true;
|
||||||
setTimeout(_unsilent, 30);
|
setTimeout(_unsilent, 30);
|
||||||
capture();
|
capture();
|
||||||
@@ -56,8 +46,6 @@ index 93ba17509e2e8583ab241fea6845fbe714c584a2..de0651ddb5dced30d36f7d764da0dd0b
|
|||||||
- el.appendChild(dragEl);
|
- el.appendChild(dragEl);
|
||||||
- } else {
|
- } else {
|
||||||
- target.parentNode.insertBefore(dragEl, after ? nextSibling : target);
|
- target.parentNode.insertBefore(dragEl, after ? nextSibling : target);
|
||||||
- }
|
|
||||||
|
|
||||||
+ try {
|
+ try {
|
||||||
+ if (after && !nextSibling) {
|
+ if (after && !nextSibling) {
|
||||||
+ el.appendChild(dragEl);
|
+ el.appendChild(dragEl);
|
||||||
@@ -67,7 +55,6 @@ index 93ba17509e2e8583ab241fea6845fbe714c584a2..de0651ddb5dced30d36f7d764da0dd0b
|
|||||||
+ }
|
+ }
|
||||||
+ catch(err) {
|
+ catch(err) {
|
||||||
+ return completed(false);
|
+ return completed(false);
|
||||||
+ }
|
}
|
||||||
|
|
||||||
// Undo chrome's scroll adjustment (has no effect on other browsers)
|
// Undo chrome's scroll adjustment (has no effect on other browsers)
|
||||||
if (scrolledPastTop) {
|
|
||||||
scrollBy(scrolledPastTop, 0, scrollBefore - scrolledPastTop.scrollTop);
|
|
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.4.0.cjs
|
yarnPath: .yarn/releases/yarn-4.4.1.cjs
|
||||||
|
@@ -15,23 +15,29 @@ const brotliOptions = {
|
|||||||
};
|
};
|
||||||
const zopfliOptions = { threshold: 150 };
|
const zopfliOptions = { threshold: 150 };
|
||||||
|
|
||||||
const compressDistBrotli = (rootDir, modernDir) =>
|
const compressDistBrotli = (rootDir, modernDir, compressServiceWorker = true) =>
|
||||||
gulp
|
gulp
|
||||||
.src([`${modernDir}/**/${filesGlob}`, `${rootDir}/sw-modern.js`], {
|
.src(
|
||||||
base: rootDir,
|
[
|
||||||
})
|
`${modernDir}/**/${filesGlob}`,
|
||||||
|
compressServiceWorker ? `${rootDir}/sw-modern.js` : undefined,
|
||||||
|
].filter(Boolean),
|
||||||
|
{
|
||||||
|
base: rootDir,
|
||||||
|
}
|
||||||
|
)
|
||||||
.pipe(brotli(brotliOptions))
|
.pipe(brotli(brotliOptions))
|
||||||
.pipe(gulp.dest(rootDir));
|
.pipe(gulp.dest(rootDir));
|
||||||
|
|
||||||
const compressDistZopfli = (rootDir, modernDir) =>
|
const compressDistZopfli = (rootDir, modernDir, compressModern = false) =>
|
||||||
gulp
|
gulp
|
||||||
.src(
|
.src(
|
||||||
[
|
[
|
||||||
`${rootDir}/**/${filesGlob}`,
|
`${rootDir}/**/${filesGlob}`,
|
||||||
`!${modernDir}/**/${filesGlob}`,
|
compressModern ? undefined : `!${modernDir}/**/${filesGlob}`,
|
||||||
`!${rootDir}/{sw-modern,service_worker}.js`,
|
`!${rootDir}/{sw-modern,service_worker}.js`,
|
||||||
`${rootDir}/{authorize,onboarding}.html`,
|
`${rootDir}/{authorize,onboarding}.html`,
|
||||||
],
|
].filter(Boolean),
|
||||||
{ base: rootDir }
|
{ base: rootDir }
|
||||||
)
|
)
|
||||||
.pipe(zopfli(zopfliOptions))
|
.pipe(zopfli(zopfliOptions))
|
||||||
@@ -40,12 +46,20 @@ const compressDistZopfli = (rootDir, modernDir) =>
|
|||||||
const compressAppBrotli = () =>
|
const compressAppBrotli = () =>
|
||||||
compressDistBrotli(paths.app_output_root, paths.app_output_latest);
|
compressDistBrotli(paths.app_output_root, paths.app_output_latest);
|
||||||
const compressHassioBrotli = () =>
|
const compressHassioBrotli = () =>
|
||||||
compressDistBrotli(paths.hassio_output_root, paths.hassio_output_latest);
|
compressDistBrotli(
|
||||||
|
paths.hassio_output_root,
|
||||||
|
paths.hassio_output_latest,
|
||||||
|
false
|
||||||
|
);
|
||||||
|
|
||||||
const compressAppZopfli = () =>
|
const compressAppZopfli = () =>
|
||||||
compressDistZopfli(paths.app_output_root, paths.app_output_latest);
|
compressDistZopfli(paths.app_output_root, paths.app_output_latest);
|
||||||
const compressHassioZopfli = () =>
|
const compressHassioZopfli = () =>
|
||||||
compressDistZopfli(paths.hassio_output_root, paths.hassio_output_latest);
|
compressDistZopfli(
|
||||||
|
paths.hassio_output_root,
|
||||||
|
paths.hassio_output_latest,
|
||||||
|
true
|
||||||
|
);
|
||||||
|
|
||||||
gulp.task("compress-app", gulp.parallel(compressAppBrotli, compressAppZopfli));
|
gulp.task("compress-app", gulp.parallel(compressAppBrotli, compressAppZopfli));
|
||||||
gulp.task(
|
gulp.task(
|
||||||
|
@@ -11,7 +11,6 @@ import { mockHassioSupervisor } from "../../../../demo/src/stubs/hassio_supervis
|
|||||||
import type { ConditionWithShorthand } from "../../../../src/data/automation";
|
import type { ConditionWithShorthand } from "../../../../src/data/automation";
|
||||||
import "../../../../src/panels/config/automation/condition/ha-automation-condition";
|
import "../../../../src/panels/config/automation/condition/ha-automation-condition";
|
||||||
import { HaDeviceCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-device";
|
import { HaDeviceCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-device";
|
||||||
import { HaLogicalCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-logical";
|
|
||||||
import HaNumericStateCondition from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-numeric_state";
|
import HaNumericStateCondition from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-numeric_state";
|
||||||
import { HaStateCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-state";
|
import { HaStateCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-state";
|
||||||
import { HaSunCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-sun";
|
import { HaSunCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-sun";
|
||||||
@@ -19,62 +18,67 @@ import { HaTemplateCondition } from "../../../../src/panels/config/automation/co
|
|||||||
import { HaTimeCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-time";
|
import { HaTimeCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-time";
|
||||||
import { HaTriggerCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-trigger";
|
import { HaTriggerCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-trigger";
|
||||||
import { HaZoneCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-zone";
|
import { HaZoneCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-zone";
|
||||||
|
import { HaAndCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-and";
|
||||||
|
import { HaOrCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-or";
|
||||||
|
import { HaNotCondition } from "../../../../src/panels/config/automation/condition/types/ha-automation-condition-not";
|
||||||
|
|
||||||
const SCHEMAS: { name: string; conditions: ConditionWithShorthand[] }[] = [
|
const SCHEMAS: { name: string; conditions: ConditionWithShorthand[] }[] = [
|
||||||
{
|
{
|
||||||
name: "State",
|
name: "State",
|
||||||
conditions: [{ condition: "state", ...HaStateCondition.defaultConfig }],
|
conditions: [{ ...HaStateCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Numeric State",
|
name: "Numeric State",
|
||||||
conditions: [
|
conditions: [{ ...HaNumericStateCondition.defaultConfig }],
|
||||||
{ condition: "numeric_state", ...HaNumericStateCondition.defaultConfig },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Sun",
|
name: "Sun",
|
||||||
conditions: [{ condition: "sun", ...HaSunCondition.defaultConfig }],
|
conditions: [{ ...HaSunCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Zone",
|
name: "Zone",
|
||||||
conditions: [{ condition: "zone", ...HaZoneCondition.defaultConfig }],
|
conditions: [{ ...HaZoneCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Time",
|
name: "Time",
|
||||||
conditions: [{ condition: "time", ...HaTimeCondition.defaultConfig }],
|
conditions: [{ ...HaTimeCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Template",
|
name: "Template",
|
||||||
conditions: [
|
conditions: [{ ...HaTemplateCondition.defaultConfig }],
|
||||||
{ condition: "template", ...HaTemplateCondition.defaultConfig },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Device",
|
name: "Device",
|
||||||
conditions: [{ condition: "device", ...HaDeviceCondition.defaultConfig }],
|
conditions: [{ ...HaDeviceCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "And",
|
name: "And",
|
||||||
conditions: [{ condition: "and", ...HaLogicalCondition.defaultConfig }],
|
conditions: [{ ...HaAndCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Or",
|
name: "Or",
|
||||||
conditions: [{ condition: "or", ...HaLogicalCondition.defaultConfig }],
|
conditions: [{ ...HaOrCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Not",
|
name: "Not",
|
||||||
conditions: [{ condition: "not", ...HaLogicalCondition.defaultConfig }],
|
conditions: [{ ...HaNotCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Trigger",
|
name: "Trigger",
|
||||||
conditions: [{ condition: "trigger", ...HaTriggerCondition.defaultConfig }],
|
conditions: [{ ...HaTriggerCondition.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Shorthand",
|
name: "Shorthand",
|
||||||
conditions: [
|
conditions: [
|
||||||
{ and: HaLogicalCondition.defaultConfig.conditions },
|
{
|
||||||
{ or: HaLogicalCondition.defaultConfig.conditions },
|
...HaAndCondition.defaultConfig,
|
||||||
{ not: HaLogicalCondition.defaultConfig.conditions },
|
},
|
||||||
|
{
|
||||||
|
...HaOrCondition.defaultConfig,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
...HaNotCondition.defaultConfig,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@@ -30,55 +30,48 @@ import { HaConversationTrigger } from "../../../../src/panels/config/automation/
|
|||||||
const SCHEMAS: { name: string; triggers: Trigger[] }[] = [
|
const SCHEMAS: { name: string; triggers: Trigger[] }[] = [
|
||||||
{
|
{
|
||||||
name: "State",
|
name: "State",
|
||||||
triggers: [{ platform: "state", ...HaStateTrigger.defaultConfig }],
|
triggers: [{ ...HaStateTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "MQTT",
|
name: "MQTT",
|
||||||
triggers: [{ platform: "mqtt", ...HaMQTTTrigger.defaultConfig }],
|
triggers: [{ ...HaMQTTTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "GeoLocation",
|
name: "GeoLocation",
|
||||||
triggers: [
|
triggers: [{ ...HaGeolocationTrigger.defaultConfig }],
|
||||||
{ platform: "geo_location", ...HaGeolocationTrigger.defaultConfig },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Home Assistant",
|
name: "Home Assistant",
|
||||||
triggers: [{ platform: "homeassistant", ...HaHassTrigger.defaultConfig }],
|
triggers: [{ ...HaHassTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Numeric State",
|
name: "Numeric State",
|
||||||
triggers: [
|
triggers: [{ ...HaNumericStateTrigger.defaultConfig }],
|
||||||
{ platform: "numeric_state", ...HaNumericStateTrigger.defaultConfig },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Sun",
|
name: "Sun",
|
||||||
triggers: [{ platform: "sun", ...HaSunTrigger.defaultConfig }],
|
triggers: [{ ...HaSunTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Time Pattern",
|
name: "Time Pattern",
|
||||||
triggers: [
|
triggers: [{ ...HaTimePatternTrigger.defaultConfig }],
|
||||||
{ platform: "time_pattern", ...HaTimePatternTrigger.defaultConfig },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Webhook",
|
name: "Webhook",
|
||||||
triggers: [{ platform: "webhook", ...HaWebhookTrigger.defaultConfig }],
|
triggers: [{ ...HaWebhookTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Persistent Notification",
|
name: "Persistent Notification",
|
||||||
triggers: [
|
triggers: [
|
||||||
{
|
{
|
||||||
platform: "persistent_notification",
|
|
||||||
...HaPersistentNotificationTrigger.defaultConfig,
|
...HaPersistentNotificationTrigger.defaultConfig,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -86,37 +79,37 @@ const SCHEMAS: { name: string; triggers: Trigger[] }[] = [
|
|||||||
|
|
||||||
{
|
{
|
||||||
name: "Zone",
|
name: "Zone",
|
||||||
triggers: [{ platform: "zone", ...HaZoneTrigger.defaultConfig }],
|
triggers: [{ ...HaZoneTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Tag",
|
name: "Tag",
|
||||||
triggers: [{ platform: "tag", ...HaTagTrigger.defaultConfig }],
|
triggers: [{ ...HaTagTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Time",
|
name: "Time",
|
||||||
triggers: [{ platform: "time", ...HaTimeTrigger.defaultConfig }],
|
triggers: [{ ...HaTimeTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Template",
|
name: "Template",
|
||||||
triggers: [{ platform: "template", ...HaTemplateTrigger.defaultConfig }],
|
triggers: [{ ...HaTemplateTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Event",
|
name: "Event",
|
||||||
triggers: [{ platform: "event", ...HaEventTrigger.defaultConfig }],
|
triggers: [{ ...HaEventTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Device Trigger",
|
name: "Device Trigger",
|
||||||
triggers: [{ platform: "device", ...HaDeviceTrigger.defaultConfig }],
|
triggers: [{ ...HaDeviceTrigger.defaultConfig }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Sentence",
|
name: "Sentence",
|
||||||
triggers: [
|
triggers: [
|
||||||
{ platform: "conversation", ...HaConversationTrigger.defaultConfig },
|
{ ...HaConversationTrigger.defaultConfig },
|
||||||
{
|
{
|
||||||
platform: "conversation",
|
platform: "conversation",
|
||||||
command: ["Turn on the lights", "Turn the lights on"],
|
command: ["Turn on the lights", "Turn the lights on"],
|
||||||
|
@@ -64,6 +64,7 @@ const DEVICES: DeviceRegistryEntry[] = [
|
|||||||
labels: [],
|
labels: [],
|
||||||
created_at: 0,
|
created_at: 0,
|
||||||
modified_at: 0,
|
modified_at: 0,
|
||||||
|
primary_config_entry: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
area_id: "backyard",
|
area_id: "backyard",
|
||||||
@@ -86,6 +87,7 @@ const DEVICES: DeviceRegistryEntry[] = [
|
|||||||
labels: [],
|
labels: [],
|
||||||
created_at: 0,
|
created_at: 0,
|
||||||
modified_at: 0,
|
modified_at: 0,
|
||||||
|
primary_config_entry: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
area_id: null,
|
area_id: null,
|
||||||
@@ -108,6 +110,7 @@ const DEVICES: DeviceRegistryEntry[] = [
|
|||||||
labels: [],
|
labels: [],
|
||||||
created_at: 0,
|
created_at: 0,
|
||||||
modified_at: 0,
|
modified_at: 0,
|
||||||
|
primary_config_entry: null,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@@ -64,6 +64,7 @@ const DEVICES: DeviceRegistryEntry[] = [
|
|||||||
labels: [],
|
labels: [],
|
||||||
created_at: 0,
|
created_at: 0,
|
||||||
modified_at: 0,
|
modified_at: 0,
|
||||||
|
primary_config_entry: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
area_id: "backyard",
|
area_id: "backyard",
|
||||||
@@ -86,6 +87,7 @@ const DEVICES: DeviceRegistryEntry[] = [
|
|||||||
labels: [],
|
labels: [],
|
||||||
created_at: 0,
|
created_at: 0,
|
||||||
modified_at: 0,
|
modified_at: 0,
|
||||||
|
primary_config_entry: null,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
area_id: null,
|
area_id: null,
|
||||||
@@ -108,6 +110,7 @@ const DEVICES: DeviceRegistryEntry[] = [
|
|||||||
labels: [],
|
labels: [],
|
||||||
created_at: 0,
|
created_at: 0,
|
||||||
modified_at: 0,
|
modified_at: 0,
|
||||||
|
primary_config_entry: null,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
3
gallery/src/pages/misc/ha-markdown.markdown
Normal file
3
gallery/src/pages/misc/ha-markdown.markdown
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Markdown
|
||||||
|
---
|
93
gallery/src/pages/misc/ha-markdown.ts
Normal file
93
gallery/src/pages/misc/ha-markdown.ts
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
import { css, html, LitElement } from "lit";
|
||||||
|
import "../../../../src/components/ha-card";
|
||||||
|
import "../../../../src/components/ha-markdown";
|
||||||
|
|
||||||
|
import { customElement } from "lit/decorators";
|
||||||
|
|
||||||
|
interface MarkdownContent {
|
||||||
|
content: string;
|
||||||
|
breaks: boolean;
|
||||||
|
allowSvg: boolean;
|
||||||
|
lazyImages: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
const mdContentwithDefaults = (md: Partial<MarkdownContent>) =>
|
||||||
|
({
|
||||||
|
breaks: false,
|
||||||
|
allowSvg: false,
|
||||||
|
lazyImages: false,
|
||||||
|
...md,
|
||||||
|
}) as MarkdownContent;
|
||||||
|
|
||||||
|
const generateContent = (md) => `
|
||||||
|
\`\`\`json
|
||||||
|
${JSON.stringify({ ...md, content: undefined })}
|
||||||
|
\`\`\`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
${md.content}
|
||||||
|
`;
|
||||||
|
|
||||||
|
const markdownContents: MarkdownContent[] = [
|
||||||
|
mdContentwithDefaults({
|
||||||
|
content: "_Hello_ **there** 👋, ~~nice~~ of you ||to|| show up.",
|
||||||
|
}),
|
||||||
|
...[true, false].map((breaks) =>
|
||||||
|
mdContentwithDefaults({
|
||||||
|
breaks,
|
||||||
|
content: `
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer dictum quis ante eu eleifend. Integer sed [consectetur est, nec elementum magna](#). Fusce lobortis lectus ac rutrum tincidunt. Quisque suscipit gravida ante, in convallis risus vulputate non.
|
||||||
|
|
||||||
|
key | description
|
||||||
|
-- | --
|
||||||
|
lorem | ipsum
|
||||||
|
|
||||||
|
- list item 1
|
||||||
|
- list item 2
|
||||||
|
|
||||||
|
|
||||||
|
`,
|
||||||
|
})
|
||||||
|
),
|
||||||
|
];
|
||||||
|
|
||||||
|
@customElement("demo-misc-ha-markdown")
|
||||||
|
export class DemoMiscMarkdown extends LitElement {
|
||||||
|
protected render() {
|
||||||
|
return html`
|
||||||
|
<div class="container">
|
||||||
|
${markdownContents.map(
|
||||||
|
(md) =>
|
||||||
|
html`<ha-card>
|
||||||
|
<ha-markdown
|
||||||
|
.content=${generateContent(md)}
|
||||||
|
.breaks=${md.breaks}
|
||||||
|
.allowSvg=${md.allowSvg}
|
||||||
|
.lazyImages=${md.lazyImages}
|
||||||
|
></ha-markdown>
|
||||||
|
</ha-card>`
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
static get styles() {
|
||||||
|
return css`
|
||||||
|
ha-card {
|
||||||
|
margin: 12px;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface HTMLElementTagNameMap {
|
||||||
|
"demo-misc-ha-markdown": DemoMiscMarkdown;
|
||||||
|
}
|
||||||
|
}
|
@@ -232,6 +232,7 @@ const createDeviceRegistryEntries = (
|
|||||||
labels: [],
|
labels: [],
|
||||||
created_at: 0,
|
created_at: 0,
|
||||||
modified_at: 0,
|
modified_at: 0,
|
||||||
|
primary_config_entry: null,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
28
package.json
28
package.json
@@ -25,15 +25,15 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.25.4",
|
"@babel/runtime": "7.25.6",
|
||||||
"@braintree/sanitize-url": "7.1.0",
|
"@braintree/sanitize-url": "7.1.0",
|
||||||
"@codemirror/autocomplete": "6.18.0",
|
"@codemirror/autocomplete": "6.18.0",
|
||||||
"@codemirror/commands": "6.6.0",
|
"@codemirror/commands": "6.6.1",
|
||||||
"@codemirror/language": "6.10.2",
|
"@codemirror/language": "6.10.2",
|
||||||
"@codemirror/legacy-modes": "6.4.1",
|
"@codemirror/legacy-modes": "6.4.1",
|
||||||
"@codemirror/search": "6.5.6",
|
"@codemirror/search": "6.5.6",
|
||||||
"@codemirror/state": "6.4.1",
|
"@codemirror/state": "6.4.1",
|
||||||
"@codemirror/view": "6.32.0",
|
"@codemirror/view": "6.33.0",
|
||||||
"@egjs/hammerjs": "2.0.17",
|
"@egjs/hammerjs": "2.0.17",
|
||||||
"@formatjs/intl-datetimeformat": "6.12.5",
|
"@formatjs/intl-datetimeformat": "6.12.5",
|
||||||
"@formatjs/intl-displaynames": "6.6.8",
|
"@formatjs/intl-displaynames": "6.6.8",
|
||||||
@@ -88,8 +88,8 @@
|
|||||||
"@polymer/paper-tabs": "3.1.0",
|
"@polymer/paper-tabs": "3.1.0",
|
||||||
"@polymer/polymer": "3.5.1",
|
"@polymer/polymer": "3.5.1",
|
||||||
"@thomasloven/round-slider": "0.6.0",
|
"@thomasloven/round-slider": "0.6.0",
|
||||||
"@vaadin/combo-box": "24.4.6",
|
"@vaadin/combo-box": "24.4.7",
|
||||||
"@vaadin/vaadin-themable-mixin": "24.4.6",
|
"@vaadin/vaadin-themable-mixin": "24.4.7",
|
||||||
"@vibrant/color": "3.2.1-alpha.1",
|
"@vibrant/color": "3.2.1-alpha.1",
|
||||||
"@vibrant/core": "3.2.1-alpha.1",
|
"@vibrant/core": "3.2.1-alpha.1",
|
||||||
"@vibrant/quantizer-mmcq": "3.2.1-alpha.1",
|
"@vibrant/quantizer-mmcq": "3.2.1-alpha.1",
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
"leaflet-draw": "1.0.4",
|
"leaflet-draw": "1.0.4",
|
||||||
"lit": "2.8.0",
|
"lit": "2.8.0",
|
||||||
"luxon": "3.5.0",
|
"luxon": "3.5.0",
|
||||||
"marked": "14.0.0",
|
"marked": "14.1.1",
|
||||||
"memoize-one": "6.0.0",
|
"memoize-one": "6.0.0",
|
||||||
"node-vibrant": "3.2.1-alpha.1",
|
"node-vibrant": "3.2.1-alpha.1",
|
||||||
"proxy-polyfill": "0.3.2",
|
"proxy-polyfill": "0.3.2",
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
"qrcode": "1.5.4",
|
"qrcode": "1.5.4",
|
||||||
"roboto-fontface": "0.10.0",
|
"roboto-fontface": "0.10.0",
|
||||||
"rrule": "2.8.1",
|
"rrule": "2.8.1",
|
||||||
"sortablejs": "1.15.2",
|
"sortablejs": "1.15.3",
|
||||||
"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",
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
"@babel/plugin-transform-runtime": "7.25.4",
|
"@babel/plugin-transform-runtime": "7.25.4",
|
||||||
"@babel/preset-env": "7.25.4",
|
"@babel/preset-env": "7.25.4",
|
||||||
"@babel/preset-typescript": "7.24.7",
|
"@babel/preset-typescript": "7.24.7",
|
||||||
"@bundle-stats/plugin-webpack-filter": "4.14.2",
|
"@bundle-stats/plugin-webpack-filter": "4.15.0",
|
||||||
"@koa/cors": "5.0.0",
|
"@koa/cors": "5.0.0",
|
||||||
"@lokalise/node-api": "12.7.0",
|
"@lokalise/node-api": "12.7.0",
|
||||||
"@octokit/auth-oauth-device": "7.1.1",
|
"@octokit/auth-oauth-device": "7.1.1",
|
||||||
@@ -198,8 +198,8 @@
|
|||||||
"eslint-config-airbnb-base": "15.0.0",
|
"eslint-config-airbnb-base": "15.0.0",
|
||||||
"eslint-config-airbnb-typescript": "18.0.0",
|
"eslint-config-airbnb-typescript": "18.0.0",
|
||||||
"eslint-config-prettier": "9.1.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"eslint-import-resolver-webpack": "0.13.8",
|
"eslint-import-resolver-webpack": "0.13.9",
|
||||||
"eslint-plugin-import": "2.29.1",
|
"eslint-plugin-import": "2.30.0",
|
||||||
"eslint-plugin-lit": "1.14.0",
|
"eslint-plugin-lit": "1.14.0",
|
||||||
"eslint-plugin-lit-a11y": "4.1.4",
|
"eslint-plugin-lit-a11y": "4.1.4",
|
||||||
"eslint-plugin-unused-imports": "4.1.3",
|
"eslint-plugin-unused-imports": "4.1.3",
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
"husky": "9.1.5",
|
"husky": "9.1.5",
|
||||||
"instant-mocha": "1.5.2",
|
"instant-mocha": "1.5.2",
|
||||||
"jszip": "3.10.1",
|
"jszip": "3.10.1",
|
||||||
"lint-staged": "15.2.9",
|
"lint-staged": "15.2.10",
|
||||||
"lit-analyzer": "2.0.3",
|
"lit-analyzer": "2.0.3",
|
||||||
"lodash.merge": "4.6.2",
|
"lodash.merge": "4.6.2",
|
||||||
"lodash.template": "4.5.0",
|
"lodash.template": "4.5.0",
|
||||||
@@ -241,7 +241,7 @@
|
|||||||
"typescript": "5.5.4",
|
"typescript": "5.5.4",
|
||||||
"webpack": "5.94.0",
|
"webpack": "5.94.0",
|
||||||
"webpack-cli": "5.1.4",
|
"webpack-cli": "5.1.4",
|
||||||
"webpack-dev-server": "5.0.4",
|
"webpack-dev-server": "5.1.0",
|
||||||
"webpack-manifest-plugin": "5.0.0",
|
"webpack-manifest-plugin": "5.0.0",
|
||||||
"webpack-stats-plugin": "1.1.3",
|
"webpack-stats-plugin": "1.1.3",
|
||||||
"webpackbar": "6.0.1",
|
"webpackbar": "6.0.1",
|
||||||
@@ -255,8 +255,8 @@
|
|||||||
"clean-css": "5.3.3",
|
"clean-css": "5.3.3",
|
||||||
"@lit/reactive-element": "1.6.3",
|
"@lit/reactive-element": "1.6.3",
|
||||||
"@fullcalendar/daygrid": "6.1.15",
|
"@fullcalendar/daygrid": "6.1.15",
|
||||||
"sortablejs@1.15.2": "patch:sortablejs@npm%3A1.15.2#~/.yarn/patches/sortablejs-npm-1.15.2-73347ae85a.patch",
|
"sortablejs@1.15.3": "patch:sortablejs@npm%3A1.15.3#~/.yarn/patches/sortablejs-npm-1.15.3-3235a8f83b.patch",
|
||||||
"leaflet-draw@1.0.4": "patch:leaflet-draw@npm%3A1.0.4#./.yarn/patches/leaflet-draw-npm-1.0.4-0ca0ebcf65.patch"
|
"leaflet-draw@1.0.4": "patch:leaflet-draw@npm%3A1.0.4#./.yarn/patches/leaflet-draw-npm-1.0.4-0ca0ebcf65.patch"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.0"
|
"packageManager": "yarn@4.4.1"
|
||||||
}
|
}
|
||||||
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "home-assistant-frontend"
|
name = "home-assistant-frontend"
|
||||||
version = "20240809.0"
|
version = "20240909.1"
|
||||||
license = {text = "Apache-2.0"}
|
license = {text = "Apache-2.0"}
|
||||||
description = "The Home Assistant frontend"
|
description = "The Home Assistant frontend"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@@ -71,8 +71,7 @@ export const computeStateDisplayFromEntityAttributes = (
|
|||||||
if (
|
if (
|
||||||
attributes.device_class === "duration" &&
|
attributes.device_class === "duration" &&
|
||||||
attributes.unit_of_measurement &&
|
attributes.unit_of_measurement &&
|
||||||
UNIT_TO_MILLISECOND_CONVERT[attributes.unit_of_measurement] &&
|
UNIT_TO_MILLISECOND_CONVERT[attributes.unit_of_measurement]
|
||||||
entity?.display_precision === undefined
|
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
return formatDuration(state, attributes.unit_of_measurement);
|
return formatDuration(state, attributes.unit_of_measurement);
|
||||||
|
6
src/components/chart/click_is_touch.ts
Normal file
6
src/components/chart/click_is_touch.ts
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import type { ChartEvent } from "chart.js";
|
||||||
|
|
||||||
|
export const clickIsTouch = (event: ChartEvent): boolean =>
|
||||||
|
!(event.native instanceof MouseEvent) ||
|
||||||
|
(event.native instanceof PointerEvent &&
|
||||||
|
event.native.pointerType !== "mouse");
|
@@ -16,6 +16,7 @@ import {
|
|||||||
HaChartBase,
|
HaChartBase,
|
||||||
MIN_TIME_BETWEEN_UPDATES,
|
MIN_TIME_BETWEEN_UPDATES,
|
||||||
} from "./ha-chart-base";
|
} from "./ha-chart-base";
|
||||||
|
import { clickIsTouch } from "./click_is_touch";
|
||||||
|
|
||||||
const safeParseFloat = (value) => {
|
const safeParseFloat = (value) => {
|
||||||
const parsed = parseFloat(value);
|
const parsed = parseFloat(value);
|
||||||
@@ -220,12 +221,7 @@ export class StateHistoryChartLine extends LitElement {
|
|||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
locale: numberFormatToLocale(this.hass.locale),
|
locale: numberFormatToLocale(this.hass.locale),
|
||||||
onClick: (e: any) => {
|
onClick: (e: any) => {
|
||||||
if (
|
if (!this.clickForMoreInfo || clickIsTouch(e)) {
|
||||||
!this.clickForMoreInfo ||
|
|
||||||
!(e.native instanceof MouseEvent) ||
|
|
||||||
(e.native instanceof PointerEvent &&
|
|
||||||
e.native.pointerType !== "mouse")
|
|
||||||
) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -16,6 +16,7 @@ import {
|
|||||||
} from "./ha-chart-base";
|
} from "./ha-chart-base";
|
||||||
import type { TimeLineData } from "./timeline-chart/const";
|
import type { TimeLineData } from "./timeline-chart/const";
|
||||||
import { computeTimelineColor } from "./timeline-chart/timeline-color";
|
import { computeTimelineColor } from "./timeline-chart/timeline-color";
|
||||||
|
import { clickIsTouch } from "./click_is_touch";
|
||||||
|
|
||||||
@customElement("state-history-chart-timeline")
|
@customElement("state-history-chart-timeline")
|
||||||
export class StateHistoryChartTimeline extends LitElement {
|
export class StateHistoryChartTimeline extends LitElement {
|
||||||
@@ -224,11 +225,7 @@ export class StateHistoryChartTimeline extends LitElement {
|
|||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
locale: numberFormatToLocale(this.hass.locale),
|
locale: numberFormatToLocale(this.hass.locale),
|
||||||
onClick: (e: any) => {
|
onClick: (e: any) => {
|
||||||
if (
|
if (!this.clickForMoreInfo || clickIsTouch(e)) {
|
||||||
!this.clickForMoreInfo ||
|
|
||||||
!(e.native instanceof MouseEvent) ||
|
|
||||||
(e.native instanceof PointerEvent && e.native.pointerType !== "mouse")
|
|
||||||
) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -39,6 +39,7 @@ import type {
|
|||||||
ChartDatasetExtra,
|
ChartDatasetExtra,
|
||||||
HaChartBase,
|
HaChartBase,
|
||||||
} from "./ha-chart-base";
|
} from "./ha-chart-base";
|
||||||
|
import { clickIsTouch } from "./click_is_touch";
|
||||||
|
|
||||||
export const supportedStatTypeMap: Record<StatisticType, StatisticType> = {
|
export const supportedStatTypeMap: Record<StatisticType, StatisticType> = {
|
||||||
mean: "mean",
|
mean: "mean",
|
||||||
@@ -278,11 +279,7 @@ export class StatisticsChart extends LitElement {
|
|||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
locale: numberFormatToLocale(this.hass.locale),
|
locale: numberFormatToLocale(this.hass.locale),
|
||||||
onClick: (e: any) => {
|
onClick: (e: any) => {
|
||||||
if (
|
if (!this.clickForMoreInfo || clickIsTouch(e)) {
|
||||||
!this.clickForMoreInfo ||
|
|
||||||
!(e.native instanceof MouseEvent) ||
|
|
||||||
(e.native instanceof PointerEvent && e.native.pointerType !== "mouse")
|
|
||||||
) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -25,7 +25,6 @@ import { fireEvent } from "../../common/dom/fire_event";
|
|||||||
import { stringCompare } from "../../common/string/compare";
|
import { stringCompare } from "../../common/string/compare";
|
||||||
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 { HomeAssistant } from "../../types";
|
import { HomeAssistant } from "../../types";
|
||||||
@@ -35,6 +34,7 @@ import "../ha-svg-icon";
|
|||||||
import "../search-input";
|
import "../search-input";
|
||||||
import { filterData, sortData } from "./sort-filter";
|
import { filterData, sortData } from "./sort-filter";
|
||||||
import { LocalizeFunc } from "../../common/translations/localize";
|
import { LocalizeFunc } from "../../common/translations/localize";
|
||||||
|
import { nextRender } from "../../common/util/render-status";
|
||||||
|
|
||||||
export interface RowClickedEvent {
|
export interface RowClickedEvent {
|
||||||
id: string;
|
id: string;
|
||||||
@@ -169,8 +169,6 @@ export class HaDataTable extends LitElement {
|
|||||||
|
|
||||||
@query("slot[name='header']") private _header!: HTMLSlotElement;
|
@query("slot[name='header']") private _header!: HTMLSlotElement;
|
||||||
|
|
||||||
@state() private _items: DataTableRowData[] = [];
|
|
||||||
|
|
||||||
@state() private _collapsedGroups: string[] = [];
|
@state() private _collapsedGroups: string[] = [];
|
||||||
|
|
||||||
private _checkableRowsCount?: number;
|
private _checkableRowsCount?: number;
|
||||||
@@ -179,7 +177,9 @@ export class HaDataTable extends LitElement {
|
|||||||
|
|
||||||
private _sortColumns: SortableColumnContainer = {};
|
private _sortColumns: SortableColumnContainer = {};
|
||||||
|
|
||||||
private curRequest = 0;
|
private _curRequest = 0;
|
||||||
|
|
||||||
|
private _lastUpdate = 0;
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
@restoreScroll(".scroller") private _savedScrollPos?: number;
|
@restoreScroll(".scroller") private _savedScrollPos?: number;
|
||||||
@@ -206,9 +206,9 @@ export class HaDataTable extends LitElement {
|
|||||||
|
|
||||||
public connectedCallback() {
|
public connectedCallback() {
|
||||||
super.connectedCallback();
|
super.connectedCallback();
|
||||||
if (this._items.length) {
|
if (this._filteredData.length) {
|
||||||
// Force update of location of rows
|
// Force update of location of rows
|
||||||
this._items = [...this._items];
|
this._filteredData = [...this._filteredData];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -291,16 +291,13 @@ export class HaDataTable extends LitElement {
|
|||||||
properties.has("columns") ||
|
properties.has("columns") ||
|
||||||
properties.has("_filter") ||
|
properties.has("_filter") ||
|
||||||
properties.has("sortColumn") ||
|
properties.has("sortColumn") ||
|
||||||
properties.has("sortDirection") ||
|
properties.has("sortDirection")
|
||||||
properties.has("groupColumn") ||
|
|
||||||
properties.has("groupOrder") ||
|
|
||||||
properties.has("_collapsedGroups")
|
|
||||||
) {
|
) {
|
||||||
this._sortFilterData();
|
this._sortFilterData();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (properties.has("selectable") || properties.has("hiddenColumns")) {
|
if (properties.has("selectable") || properties.has("hiddenColumns")) {
|
||||||
this._items = [...this._items];
|
this._filteredData = [...this._filteredData];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -467,7 +464,15 @@ export class HaDataTable extends LitElement {
|
|||||||
scroller
|
scroller
|
||||||
class="mdc-data-table__content scroller ha-scrollbar"
|
class="mdc-data-table__content scroller ha-scrollbar"
|
||||||
@scroll=${this._saveScrollPos}
|
@scroll=${this._saveScrollPos}
|
||||||
.items=${this._items}
|
.items=${this._groupData(
|
||||||
|
this._filteredData,
|
||||||
|
localize,
|
||||||
|
this.appendRow,
|
||||||
|
this.hasFab,
|
||||||
|
this.groupColumn,
|
||||||
|
this.groupOrder,
|
||||||
|
this._collapsedGroups
|
||||||
|
)}
|
||||||
.keyFunction=${this._keyFunction}
|
.keyFunction=${this._keyFunction}
|
||||||
.renderItem=${renderRow}
|
.renderItem=${renderRow}
|
||||||
></lit-virtualizer>
|
></lit-virtualizer>
|
||||||
@@ -602,8 +607,13 @@ export class HaDataTable extends LitElement {
|
|||||||
|
|
||||||
private async _sortFilterData() {
|
private async _sortFilterData() {
|
||||||
const startTime = new Date().getTime();
|
const startTime = new Date().getTime();
|
||||||
this.curRequest++;
|
const timeBetweenUpdate = startTime - this._lastUpdate;
|
||||||
const curRequest = this.curRequest;
|
const timeBetweenRequest = startTime - this._curRequest;
|
||||||
|
this._curRequest = startTime;
|
||||||
|
|
||||||
|
const forceUpdate =
|
||||||
|
!this._lastUpdate ||
|
||||||
|
(timeBetweenUpdate > 500 && timeBetweenRequest < 500);
|
||||||
|
|
||||||
let filteredData = this.data;
|
let filteredData = this.data;
|
||||||
if (this._filter) {
|
if (this._filter) {
|
||||||
@@ -614,6 +624,10 @@ export class HaDataTable extends LitElement {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!forceUpdate && this._curRequest !== startTime) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const prom = this.sortColumn
|
const prom = this.sortColumn
|
||||||
? sortData(
|
? sortData(
|
||||||
filteredData,
|
filteredData,
|
||||||
@@ -634,91 +648,103 @@ export class HaDataTable extends LitElement {
|
|||||||
setTimeout(resolve, 100 - elapsed);
|
setTimeout(resolve, 100 - elapsed);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (this.curRequest !== curRequest) {
|
|
||||||
|
if (!forceUpdate && this._curRequest !== startTime) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const localize = this.localizeFunc || this.hass.localize;
|
this._lastUpdate = startTime;
|
||||||
|
|
||||||
if (this.appendRow || this.hasFab || this.groupColumn) {
|
|
||||||
let items = [...data];
|
|
||||||
|
|
||||||
if (this.groupColumn) {
|
|
||||||
const grouped = groupBy(items, (item) => item[this.groupColumn!]);
|
|
||||||
if (grouped.undefined) {
|
|
||||||
// make sure ungrouped items are at the bottom
|
|
||||||
grouped[UNDEFINED_GROUP_KEY] = grouped.undefined;
|
|
||||||
delete grouped.undefined;
|
|
||||||
}
|
|
||||||
const sorted: {
|
|
||||||
[key: string]: DataTableRowData[];
|
|
||||||
} = Object.keys(grouped)
|
|
||||||
.sort((a, b) => {
|
|
||||||
const orderA = this.groupOrder?.indexOf(a) ?? -1;
|
|
||||||
const orderB = this.groupOrder?.indexOf(b) ?? -1;
|
|
||||||
if (orderA !== orderB) {
|
|
||||||
if (orderA === -1) {
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
if (orderB === -1) {
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
return orderA - orderB;
|
|
||||||
}
|
|
||||||
return stringCompare(
|
|
||||||
["", "-", "—"].includes(a) ? "zzz" : a,
|
|
||||||
["", "-", "—"].includes(b) ? "zzz" : b,
|
|
||||||
this.hass.locale.language
|
|
||||||
);
|
|
||||||
})
|
|
||||||
.reduce((obj, key) => {
|
|
||||||
obj[key] = grouped[key];
|
|
||||||
return obj;
|
|
||||||
}, {});
|
|
||||||
const groupedItems: DataTableRowData[] = [];
|
|
||||||
Object.entries(sorted).forEach(([groupName, rows]) => {
|
|
||||||
groupedItems.push({
|
|
||||||
append: true,
|
|
||||||
content: html`<div
|
|
||||||
class="mdc-data-table__cell group-header"
|
|
||||||
role="cell"
|
|
||||||
.group=${groupName}
|
|
||||||
@click=${this._collapseGroup}
|
|
||||||
>
|
|
||||||
<ha-icon-button
|
|
||||||
.path=${mdiChevronUp}
|
|
||||||
class=${this._collapsedGroups.includes(groupName)
|
|
||||||
? "collapsed"
|
|
||||||
: ""}
|
|
||||||
>
|
|
||||||
</ha-icon-button>
|
|
||||||
${groupName === UNDEFINED_GROUP_KEY
|
|
||||||
? localize("ui.components.data-table.ungrouped")
|
|
||||||
: groupName || ""}
|
|
||||||
</div>`,
|
|
||||||
});
|
|
||||||
if (!this._collapsedGroups.includes(groupName)) {
|
|
||||||
groupedItems.push(...rows);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
items = groupedItems;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.appendRow) {
|
|
||||||
items.push({ append: true, content: this.appendRow });
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.hasFab) {
|
|
||||||
items.push({ empty: true });
|
|
||||||
}
|
|
||||||
|
|
||||||
this._items = items;
|
|
||||||
} else {
|
|
||||||
this._items = data;
|
|
||||||
}
|
|
||||||
this._filteredData = data;
|
this._filteredData = data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private _groupData = memoizeOne(
|
||||||
|
(
|
||||||
|
data: DataTableRowData[],
|
||||||
|
localize: LocalizeFunc,
|
||||||
|
appendRow,
|
||||||
|
hasFab: boolean,
|
||||||
|
groupColumn: string | undefined,
|
||||||
|
groupOrder: string[] | undefined,
|
||||||
|
collapsedGroups: string[]
|
||||||
|
) => {
|
||||||
|
if (appendRow || hasFab || groupColumn) {
|
||||||
|
let items = [...data];
|
||||||
|
|
||||||
|
if (groupColumn) {
|
||||||
|
const grouped = groupBy(items, (item) => item[groupColumn]);
|
||||||
|
if (grouped.undefined) {
|
||||||
|
// make sure ungrouped items are at the bottom
|
||||||
|
grouped[UNDEFINED_GROUP_KEY] = grouped.undefined;
|
||||||
|
delete grouped.undefined;
|
||||||
|
}
|
||||||
|
const sorted: {
|
||||||
|
[key: string]: DataTableRowData[];
|
||||||
|
} = Object.keys(grouped)
|
||||||
|
.sort((a, b) => {
|
||||||
|
const orderA = groupOrder?.indexOf(a) ?? -1;
|
||||||
|
const orderB = groupOrder?.indexOf(b) ?? -1;
|
||||||
|
if (orderA !== orderB) {
|
||||||
|
if (orderA === -1) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
if (orderB === -1) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
return orderA - orderB;
|
||||||
|
}
|
||||||
|
return stringCompare(
|
||||||
|
["", "-", "—"].includes(a) ? "zzz" : a,
|
||||||
|
["", "-", "—"].includes(b) ? "zzz" : b,
|
||||||
|
this.hass.locale.language
|
||||||
|
);
|
||||||
|
})
|
||||||
|
.reduce((obj, key) => {
|
||||||
|
obj[key] = grouped[key];
|
||||||
|
return obj;
|
||||||
|
}, {});
|
||||||
|
const groupedItems: DataTableRowData[] = [];
|
||||||
|
Object.entries(sorted).forEach(([groupName, rows]) => {
|
||||||
|
groupedItems.push({
|
||||||
|
append: true,
|
||||||
|
content: html`<div
|
||||||
|
class="mdc-data-table__cell group-header"
|
||||||
|
role="cell"
|
||||||
|
.group=${groupName}
|
||||||
|
@click=${this._collapseGroup}
|
||||||
|
>
|
||||||
|
<ha-icon-button
|
||||||
|
.path=${mdiChevronUp}
|
||||||
|
class=${collapsedGroups.includes(groupName)
|
||||||
|
? "collapsed"
|
||||||
|
: ""}
|
||||||
|
>
|
||||||
|
</ha-icon-button>
|
||||||
|
${groupName === UNDEFINED_GROUP_KEY
|
||||||
|
? localize("ui.components.data-table.ungrouped")
|
||||||
|
: groupName || ""}
|
||||||
|
</div>`,
|
||||||
|
});
|
||||||
|
if (!collapsedGroups.includes(groupName)) {
|
||||||
|
groupedItems.push(...rows);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
items = groupedItems;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (appendRow) {
|
||||||
|
items.push({ append: true, content: appendRow });
|
||||||
|
}
|
||||||
|
|
||||||
|
if (hasFab) {
|
||||||
|
items.push({ empty: true });
|
||||||
|
}
|
||||||
|
|
||||||
|
return items;
|
||||||
|
}
|
||||||
|
return data;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
private _memFilterData = memoizeOne(
|
private _memFilterData = memoizeOne(
|
||||||
(
|
(
|
||||||
data: DataTableRowData[],
|
data: DataTableRowData[],
|
||||||
@@ -802,8 +828,8 @@ export class HaDataTable extends LitElement {
|
|||||||
|
|
||||||
private _checkedRowsChanged() {
|
private _checkedRowsChanged() {
|
||||||
// force scroller to update, change it's items
|
// force scroller to update, change it's items
|
||||||
if (this._items.length) {
|
if (this._filteredData.length) {
|
||||||
this._items = [...this._items];
|
this._filteredData = [...this._filteredData];
|
||||||
}
|
}
|
||||||
fireEvent(this, "selection-changed", {
|
fireEvent(this, "selection-changed", {
|
||||||
value: this._checkedRows,
|
value: this._checkedRows,
|
||||||
|
155
src/components/ha-badge.ts
Normal file
155
src/components/ha-badge.ts
Normal file
@@ -0,0 +1,155 @@
|
|||||||
|
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
|
||||||
|
import { customElement, property } from "lit/decorators";
|
||||||
|
import { classMap } from "lit/directives/class-map";
|
||||||
|
import { ifDefined } from "lit/directives/if-defined";
|
||||||
|
import "./ha-ripple";
|
||||||
|
|
||||||
|
type BadgeType = "badge" | "button";
|
||||||
|
|
||||||
|
@customElement("ha-badge")
|
||||||
|
export class HaBadge extends LitElement {
|
||||||
|
@property() public type: BadgeType = "badge";
|
||||||
|
|
||||||
|
@property() public label?: string;
|
||||||
|
|
||||||
|
@property({ type: Boolean, attribute: "icon-only" }) iconOnly = false;
|
||||||
|
|
||||||
|
protected render() {
|
||||||
|
const label = this.label;
|
||||||
|
|
||||||
|
return html`
|
||||||
|
<div
|
||||||
|
class="badge ${classMap({
|
||||||
|
"icon-only": this.iconOnly,
|
||||||
|
})}"
|
||||||
|
role=${ifDefined(this.type === "button" ? "button" : undefined)}
|
||||||
|
tabindex=${ifDefined(this.type === "button" ? "0" : undefined)}
|
||||||
|
>
|
||||||
|
<ha-ripple .disabled=${this.type !== "button"}></ha-ripple>
|
||||||
|
<slot name="icon"></slot>
|
||||||
|
${this.iconOnly
|
||||||
|
? nothing
|
||||||
|
: html`<span class="info">
|
||||||
|
${label ? html`<span class="label">${label}</span>` : nothing}
|
||||||
|
<span class="content"><slot></slot></span>
|
||||||
|
</span>`}
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
|
||||||
|
static get styles(): CSSResultGroup {
|
||||||
|
return css`
|
||||||
|
:host {
|
||||||
|
--badge-color: var(--secondary-text-color);
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
}
|
||||||
|
.badge {
|
||||||
|
position: relative;
|
||||||
|
--ha-ripple-color: var(--badge-color);
|
||||||
|
--ha-ripple-hover-opacity: 0.04;
|
||||||
|
--ha-ripple-pressed-opacity: 0.12;
|
||||||
|
transition:
|
||||||
|
box-shadow 180ms ease-in-out,
|
||||||
|
border-color 180ms ease-in-out;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 8px;
|
||||||
|
height: var(--ha-badge-size, 36px);
|
||||||
|
min-width: var(--ha-badge-size, 36px);
|
||||||
|
padding: 0px 12px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: auto;
|
||||||
|
border-radius: var(
|
||||||
|
--ha-badge-border-radius,
|
||||||
|
calc(var(--ha-badge-size, 36px) / 2)
|
||||||
|
);
|
||||||
|
background: var(
|
||||||
|
--ha-card-background,
|
||||||
|
var(--card-background-color, white)
|
||||||
|
);
|
||||||
|
-webkit-backdrop-filter: var(--ha-card-backdrop-filter, none);
|
||||||
|
backdrop-filter: var(--ha-card-backdrop-filter, none);
|
||||||
|
border-width: var(--ha-card-border-width, 1px);
|
||||||
|
box-shadow: var(--ha-card-box-shadow, none);
|
||||||
|
border-style: solid;
|
||||||
|
border-color: var(
|
||||||
|
--ha-card-border-color,
|
||||||
|
var(--divider-color, #e0e0e0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
.badge:focus-visible {
|
||||||
|
--shadow-default: var(--ha-card-box-shadow, 0 0 0 0 transparent);
|
||||||
|
--shadow-focus: 0 0 0 1px var(--badge-color);
|
||||||
|
border-color: var(--badge-color);
|
||||||
|
box-shadow: var(--shadow-default), var(--shadow-focus);
|
||||||
|
}
|
||||||
|
[role="button"] {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
[role="button"]:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
.info {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
padding-inline-start: initial;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Roboto;
|
||||||
|
}
|
||||||
|
.label {
|
||||||
|
font-size: 10px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 10px;
|
||||||
|
letter-spacing: 0.1px;
|
||||||
|
color: var(--secondary-text-color);
|
||||||
|
}
|
||||||
|
.content {
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
line-height: 16px;
|
||||||
|
letter-spacing: 0.1px;
|
||||||
|
color: var(--primary-text-color);
|
||||||
|
}
|
||||||
|
::slotted([slot="icon"]) {
|
||||||
|
--mdc-icon-size: 18px;
|
||||||
|
color: var(--badge-color);
|
||||||
|
line-height: 0;
|
||||||
|
margin-left: -4px;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-inline-start: -4px;
|
||||||
|
margin-inline-end: 0;
|
||||||
|
}
|
||||||
|
::slotted(img[slot="icon"]) {
|
||||||
|
width: 30px;
|
||||||
|
height: 30px;
|
||||||
|
border-radius: 50%;
|
||||||
|
object-fit: cover;
|
||||||
|
overflow: hidden;
|
||||||
|
margin-left: -10px;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-inline-start: -10px;
|
||||||
|
margin-inline-end: 0;
|
||||||
|
}
|
||||||
|
.badge.icon-only {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.badge.icon-only ::slotted([slot="icon"]) {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-inline-start: 0;
|
||||||
|
margin-inline-end: 0;
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface HTMLElementTagNameMap {
|
||||||
|
"ha-badge": HaBadge;
|
||||||
|
}
|
||||||
|
}
|
@@ -45,15 +45,35 @@ export class HaConversationAgentPicker extends LitElement {
|
|||||||
if (!this._agents) {
|
if (!this._agents) {
|
||||||
return nothing;
|
return nothing;
|
||||||
}
|
}
|
||||||
const value =
|
let value = this.value;
|
||||||
this.value ??
|
if (!value && this.required) {
|
||||||
(this.required &&
|
// Select Home Assistant conversation agent if it supports the language
|
||||||
(!this.language ||
|
for (const agent of this._agents) {
|
||||||
this._agents
|
if (
|
||||||
.find((agent) => agent.id === "homeassistant")
|
agent.id === "conversation.home_assistant" &&
|
||||||
?.supported_languages.includes(this.language))
|
agent.supported_languages.includes(this.language!)
|
||||||
? "homeassistant"
|
) {
|
||||||
: NONE);
|
value = agent.id;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!value) {
|
||||||
|
// Select the first agent that supports the language
|
||||||
|
for (const agent of this._agents) {
|
||||||
|
if (
|
||||||
|
agent.supported_languages === "*" &&
|
||||||
|
agent.supported_languages.includes(this.language!)
|
||||||
|
) {
|
||||||
|
value = agent.id;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!value) {
|
||||||
|
value = NONE;
|
||||||
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-select
|
<ha-select
|
||||||
.label=${this.label ||
|
.label=${this.label ||
|
||||||
|
@@ -68,8 +68,8 @@ export class HaExpansionPanel extends LitElement {
|
|||||||
></ha-svg-icon>
|
></ha-svg-icon>
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
|
<slot name="icons"></slot>
|
||||||
</div>
|
</div>
|
||||||
<slot name="icons"></slot>
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="container ${classMap({ expanded: this.expanded })}"
|
class="container ${classMap({ expanded: this.expanded })}"
|
||||||
|
@@ -95,10 +95,10 @@ export const computeInitialHaFormData = (
|
|||||||
} else if (
|
} else if (
|
||||||
"action" in selector ||
|
"action" in selector ||
|
||||||
"trigger" in selector ||
|
"trigger" in selector ||
|
||||||
"condition" in selector ||
|
"condition" in selector
|
||||||
"media" in selector ||
|
|
||||||
"target" in selector
|
|
||||||
) {
|
) {
|
||||||
|
data[field.name] = [];
|
||||||
|
} else if ("media" in selector || "target" in selector) {
|
||||||
data[field.name] = {};
|
data[field.name] = {};
|
||||||
} else {
|
} else {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
|
@@ -21,13 +21,45 @@ export class HaFormExpendable extends LitElement implements HaFormElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public computeLabel?: (
|
@property({ attribute: false }) public computeLabel?: (
|
||||||
schema: HaFormSchema,
|
schema: HaFormSchema,
|
||||||
data?: HaFormDataContainer
|
data?: HaFormDataContainer,
|
||||||
|
options?: { path?: string[] }
|
||||||
) => string;
|
) => string;
|
||||||
|
|
||||||
@property({ attribute: false }) public computeHelper?: (
|
@property({ attribute: false }) public computeHelper?: (
|
||||||
schema: HaFormSchema
|
schema: HaFormSchema,
|
||||||
|
options?: { path?: string[] }
|
||||||
) => string;
|
) => string;
|
||||||
|
|
||||||
|
private _renderDescription() {
|
||||||
|
const description = this.computeHelper?.(this.schema);
|
||||||
|
return description ? html`<p>${description}</p>` : nothing;
|
||||||
|
}
|
||||||
|
|
||||||
|
private _computeLabel = (
|
||||||
|
schema: HaFormSchema,
|
||||||
|
data?: HaFormDataContainer,
|
||||||
|
options?: { path?: string[] }
|
||||||
|
) => {
|
||||||
|
if (!this.computeLabel) return this.computeLabel;
|
||||||
|
|
||||||
|
return this.computeLabel(schema, data, {
|
||||||
|
...options,
|
||||||
|
path: [...(options?.path || []), this.schema.name],
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
private _computeHelper = (
|
||||||
|
schema: HaFormSchema,
|
||||||
|
options?: { path?: string[] }
|
||||||
|
) => {
|
||||||
|
if (!this.computeHelper) return this.computeHelper;
|
||||||
|
|
||||||
|
return this.computeHelper(schema, {
|
||||||
|
...options,
|
||||||
|
path: [...(options?.path || []), this.schema.name],
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
return html`
|
return html`
|
||||||
<ha-expansion-panel outlined .expanded=${Boolean(this.schema.expanded)}>
|
<ha-expansion-panel outlined .expanded=${Boolean(this.schema.expanded)}>
|
||||||
@@ -43,16 +75,17 @@ export class HaFormExpendable extends LitElement implements HaFormElement {
|
|||||||
<ha-svg-icon .path=${this.schema.iconPath}></ha-svg-icon>
|
<ha-svg-icon .path=${this.schema.iconPath}></ha-svg-icon>
|
||||||
`
|
`
|
||||||
: nothing}
|
: nothing}
|
||||||
${this.schema.title}
|
${this.schema.title || this.computeLabel?.(this.schema)}
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
${this._renderDescription()}
|
||||||
<ha-form
|
<ha-form
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.data=${this.data}
|
.data=${this.data}
|
||||||
.schema=${this.schema.schema}
|
.schema=${this.schema.schema}
|
||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
.computeLabel=${this.computeLabel}
|
.computeLabel=${this._computeLabel}
|
||||||
.computeHelper=${this.computeHelper}
|
.computeHelper=${this._computeHelper}
|
||||||
></ha-form>
|
></ha-form>
|
||||||
</div>
|
</div>
|
||||||
</ha-expansion-panel>
|
</ha-expansion-panel>
|
||||||
@@ -71,6 +104,9 @@ export class HaFormExpendable extends LitElement implements HaFormElement {
|
|||||||
.content {
|
.content {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
.content p {
|
||||||
|
margin: 0 0 24px;
|
||||||
|
}
|
||||||
ha-expansion-panel {
|
ha-expansion-panel {
|
||||||
display: block;
|
display: block;
|
||||||
--expansion-panel-content-padding: 0;
|
--expansion-panel-content-padding: 0;
|
||||||
|
@@ -31,7 +31,7 @@ const LOAD_ELEMENTS = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const getValue = (obj, item) =>
|
const getValue = (obj, item) =>
|
||||||
obj ? (!item.name ? obj : obj[item.name]) : null;
|
obj ? (!item.name || item.flatten ? obj : obj[item.name]) : null;
|
||||||
|
|
||||||
const getError = (obj, item) => (obj && item.name ? obj[item.name] : null);
|
const getError = (obj, item) => (obj && item.name ? obj[item.name] : null);
|
||||||
|
|
||||||
@@ -204,9 +204,10 @@ export class HaForm extends LitElement implements HaFormElement {
|
|||||||
|
|
||||||
if (ev.target === this) return;
|
if (ev.target === this) return;
|
||||||
|
|
||||||
const newValue = !schema.name
|
const newValue =
|
||||||
? ev.detail.value
|
!schema.name || ("flatten" in schema && schema.flatten)
|
||||||
: { [schema.name]: ev.detail.value };
|
? ev.detail.value
|
||||||
|
: { [schema.name]: ev.detail.value };
|
||||||
|
|
||||||
this.data = {
|
this.data = {
|
||||||
...this.data,
|
...this.data,
|
||||||
|
@@ -31,15 +31,15 @@ export interface HaFormBaseSchema {
|
|||||||
|
|
||||||
export interface HaFormGridSchema extends HaFormBaseSchema {
|
export interface HaFormGridSchema extends HaFormBaseSchema {
|
||||||
type: "grid";
|
type: "grid";
|
||||||
name: string;
|
flatten?: boolean;
|
||||||
column_min_width?: string;
|
column_min_width?: string;
|
||||||
schema: readonly HaFormSchema[];
|
schema: readonly HaFormSchema[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface HaFormExpandableSchema extends HaFormBaseSchema {
|
export interface HaFormExpandableSchema extends HaFormBaseSchema {
|
||||||
type: "expandable";
|
type: "expandable";
|
||||||
name: "";
|
flatten?: boolean;
|
||||||
title: string;
|
title?: string;
|
||||||
icon?: string;
|
icon?: string;
|
||||||
iconPath?: string;
|
iconPath?: string;
|
||||||
expanded?: boolean;
|
expanded?: boolean;
|
||||||
@@ -100,7 +100,7 @@ export type SchemaUnion<
|
|||||||
SchemaArray extends readonly HaFormSchema[],
|
SchemaArray extends readonly HaFormSchema[],
|
||||||
Schema = SchemaArray[number],
|
Schema = SchemaArray[number],
|
||||||
> = Schema extends HaFormGridSchema | HaFormExpandableSchema
|
> = Schema extends HaFormGridSchema | HaFormExpandableSchema
|
||||||
? SchemaUnion<Schema["schema"]>
|
? SchemaUnion<Schema["schema"]> | Schema
|
||||||
: Schema;
|
: Schema;
|
||||||
|
|
||||||
export interface HaFormDataContainer {
|
export interface HaFormDataContainer {
|
||||||
|
@@ -18,9 +18,9 @@ export class HaFormfield extends FormfieldBase {
|
|||||||
|
|
||||||
return html` <div class="mdc-form-field ${classMap(classes)}">
|
return html` <div class="mdc-form-field ${classMap(classes)}">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
<label class="mdc-label" @click=${this._labelClick}
|
<label class="mdc-label" @click=${this._labelClick}>
|
||||||
><slot name="label">${this.label}</slot></label
|
<slot name="label">${this.label}</slot>
|
||||||
>
|
</label>
|
||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,13 +57,13 @@ export class HaFormfield extends FormfieldBase {
|
|||||||
}
|
}
|
||||||
.mdc-form-field {
|
.mdc-form-field {
|
||||||
align-items: var(--ha-formfield-align-items, center);
|
align-items: var(--ha-formfield-align-items, center);
|
||||||
|
gap: 4px;
|
||||||
}
|
}
|
||||||
.mdc-form-field > label {
|
.mdc-form-field > label {
|
||||||
direction: var(--direction);
|
direction: var(--direction);
|
||||||
margin-inline-start: 0;
|
margin-inline-start: 0;
|
||||||
margin-inline-end: auto;
|
margin-inline-end: auto;
|
||||||
padding-inline-start: 4px;
|
padding: 0;
|
||||||
padding-inline-end: 0;
|
|
||||||
}
|
}
|
||||||
:host([disabled]) label {
|
:host([disabled]) label {
|
||||||
color: var(--disabled-text-color);
|
color: var(--disabled-text-color);
|
||||||
|
@@ -1,24 +1,24 @@
|
|||||||
import { LitElement, css, html, nothing } from "lit";
|
import { LitElement, css, html, nothing } from "lit";
|
||||||
import { customElement, property, state } from "lit/decorators";
|
import { customElement, property, state } from "lit/decorators";
|
||||||
import "./ha-icon-button";
|
|
||||||
import "../panels/lovelace/editor/card-editor/ha-grid-layout-slider";
|
import "../panels/lovelace/editor/card-editor/ha-grid-layout-slider";
|
||||||
|
import "./ha-icon-button";
|
||||||
|
|
||||||
import { mdiRestore } from "@mdi/js";
|
import { mdiRestore } from "@mdi/js";
|
||||||
|
import { classMap } from "lit/directives/class-map";
|
||||||
import { styleMap } from "lit/directives/style-map";
|
import { styleMap } from "lit/directives/style-map";
|
||||||
import { fireEvent } from "../common/dom/fire_event";
|
import { fireEvent } from "../common/dom/fire_event";
|
||||||
import { HomeAssistant } from "../types";
|
|
||||||
import { conditionalClamp } from "../common/number/clamp";
|
import { conditionalClamp } from "../common/number/clamp";
|
||||||
|
import {
|
||||||
type GridSizeValue = {
|
CardGridSize,
|
||||||
rows?: number | "auto";
|
DEFAULT_GRID_SIZE,
|
||||||
columns?: number;
|
} from "../panels/lovelace/common/compute-card-grid-size";
|
||||||
};
|
import { HomeAssistant } from "../types";
|
||||||
|
|
||||||
@customElement("ha-grid-size-picker")
|
@customElement("ha-grid-size-picker")
|
||||||
export class HaGridSizeEditor extends LitElement {
|
export class HaGridSizeEditor extends LitElement {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
|
||||||
@property({ attribute: false }) public value?: GridSizeValue;
|
@property({ attribute: false }) public value?: CardGridSize;
|
||||||
|
|
||||||
@property({ attribute: false }) public rows = 8;
|
@property({ attribute: false }) public rows = 8;
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public isDefault?: boolean;
|
@property({ attribute: false }) public isDefault?: boolean;
|
||||||
|
|
||||||
@state() public _localValue?: GridSizeValue = undefined;
|
@state() public _localValue?: CardGridSize = { rows: 1, columns: 1 };
|
||||||
|
|
||||||
protected willUpdate(changedProperties) {
|
protected willUpdate(changedProperties) {
|
||||||
if (changedProperties.has("value")) {
|
if (changedProperties.has("value")) {
|
||||||
@@ -49,6 +49,7 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
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 rowMin = this.rowMin ?? 1;
|
const rowMin = this.rowMin ?? 1;
|
||||||
const rowMax = this.rowMax ?? this.rows;
|
const rowMax = this.rowMax ?? this.rows;
|
||||||
@@ -67,7 +68,7 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
.min=${columnMin}
|
.min=${columnMin}
|
||||||
.max=${columnMax}
|
.max=${columnMax}
|
||||||
.range=${this.columns}
|
.range=${this.columns}
|
||||||
.value=${columnValue}
|
.value=${fullWidth ? this.columns : columnValue}
|
||||||
@value-changed=${this._valueChanged}
|
@value-changed=${this._valueChanged}
|
||||||
@slider-moved=${this._sliderMoved}
|
@slider-moved=${this._sliderMoved}
|
||||||
.disabled=${disabledColumns}
|
.disabled=${disabledColumns}
|
||||||
@@ -104,12 +105,12 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
`
|
`
|
||||||
: nothing}
|
: nothing}
|
||||||
<div
|
<div
|
||||||
class="preview"
|
class="preview ${classMap({ "full-width": fullWidth })}"
|
||||||
style=${styleMap({
|
style=${styleMap({
|
||||||
"--total-rows": this.rows,
|
"--total-rows": this.rows,
|
||||||
"--total-columns": this.columns,
|
"--total-columns": this.columns,
|
||||||
"--rows": rowValue,
|
"--rows": rowValue,
|
||||||
"--columns": columnValue,
|
"--columns": fullWidth ? this.columns : columnValue,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
@@ -140,12 +141,21 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
const cell = ev.currentTarget as HTMLElement;
|
const cell = ev.currentTarget as HTMLElement;
|
||||||
const rows = Number(cell.getAttribute("data-row"));
|
const rows = Number(cell.getAttribute("data-row"));
|
||||||
const columns = Number(cell.getAttribute("data-column"));
|
const columns = Number(cell.getAttribute("data-column"));
|
||||||
const clampedRow = conditionalClamp(rows, this.rowMin, this.rowMax);
|
const clampedRow: CardGridSize["rows"] = conditionalClamp(
|
||||||
const clampedColumn = conditionalClamp(
|
rows,
|
||||||
|
this.rowMin,
|
||||||
|
this.rowMax
|
||||||
|
);
|
||||||
|
let clampedColumn: CardGridSize["columns"] = conditionalClamp(
|
||||||
columns,
|
columns,
|
||||||
this.columnMin,
|
this.columnMin,
|
||||||
this.columnMax
|
this.columnMax
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const currentSize = this.value ?? DEFAULT_GRID_SIZE;
|
||||||
|
if (currentSize.columns === "full" && clampedColumn === this.columns) {
|
||||||
|
clampedColumn = "full";
|
||||||
|
}
|
||||||
fireEvent(this, "value-changed", {
|
fireEvent(this, "value-changed", {
|
||||||
value: { rows: clampedRow, columns: clampedColumn },
|
value: { rows: clampedRow, columns: clampedColumn },
|
||||||
});
|
});
|
||||||
@@ -153,12 +163,23 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
|
|
||||||
private _valueChanged(ev) {
|
private _valueChanged(ev) {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
const key = ev.currentTarget.id;
|
const key = ev.currentTarget.id as "rows" | "columns";
|
||||||
const newValue = {
|
const currentSize = this.value ?? DEFAULT_GRID_SIZE;
|
||||||
...this.value,
|
let value = ev.detail.value as CardGridSize[typeof key];
|
||||||
[key]: ev.detail.value,
|
|
||||||
|
if (
|
||||||
|
key === "columns" &&
|
||||||
|
currentSize.columns === "full" &&
|
||||||
|
value === this.columns
|
||||||
|
) {
|
||||||
|
value = "full";
|
||||||
|
}
|
||||||
|
|
||||||
|
const newSize = {
|
||||||
|
...currentSize,
|
||||||
|
[key]: value,
|
||||||
};
|
};
|
||||||
fireEvent(this, "value-changed", { value: newValue });
|
fireEvent(this, "value-changed", { value: newSize });
|
||||||
}
|
}
|
||||||
|
|
||||||
private _reset(ev) {
|
private _reset(ev) {
|
||||||
@@ -173,11 +194,14 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
|
|
||||||
private _sliderMoved(ev) {
|
private _sliderMoved(ev) {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
const key = ev.currentTarget.id;
|
const key = ev.currentTarget.id as "rows" | "columns";
|
||||||
const value = ev.detail.value;
|
const currentSize = this.value ?? DEFAULT_GRID_SIZE;
|
||||||
|
const value = ev.detail.value as CardGridSize[typeof key] | undefined;
|
||||||
|
|
||||||
if (value === undefined) return;
|
if (value === undefined) return;
|
||||||
|
|
||||||
this._localValue = {
|
this._localValue = {
|
||||||
...this.value,
|
...currentSize,
|
||||||
[key]: ev.detail.value,
|
[key]: ev.detail.value,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -189,7 +213,7 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"reset column-slider"
|
"reset column-slider"
|
||||||
"row-slider preview";
|
"row-slider preview";
|
||||||
grid-template-rows: auto 1fr;
|
grid-template-rows: auto auto;
|
||||||
grid-template-columns: auto 1fr;
|
grid-template-columns: auto 1fr;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
@@ -205,17 +229,12 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
.preview {
|
.preview {
|
||||||
position: relative;
|
position: relative;
|
||||||
grid-area: preview;
|
grid-area: preview;
|
||||||
aspect-ratio: 1 / 1.2;
|
|
||||||
}
|
}
|
||||||
.preview > div {
|
.preview > div {
|
||||||
position: absolute;
|
position: relative;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(var(--total-columns), 1fr);
|
grid-template-columns: repeat(var(--total-columns), 1fr);
|
||||||
grid-template-rows: repeat(var(--total-rows), 1fr);
|
grid-template-rows: repeat(var(--total-rows), 25px);
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
}
|
}
|
||||||
.preview .cell {
|
.preview .cell {
|
||||||
@@ -226,15 +245,23 @@ export class HaGridSizeEditor extends LitElement {
|
|||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.selected {
|
.preview .selected {
|
||||||
|
position: absolute;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.selected .cell {
|
.selected .cell {
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
grid-column: 1 / span var(--columns, 0);
|
grid-column: 1 / span min(var(--columns, 0), var(--total-columns));
|
||||||
grid-row: 1 / span var(--rows, 0);
|
grid-row: 1 / span min(var(--rows, 0), var(--total-rows));
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
.preview.full-width .selected .cell {
|
||||||
|
grid-column: 1 / -1;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@@ -96,7 +96,25 @@ class HaMarkdownElement extends ReactiveElement {
|
|||||||
|
|
||||||
haAlertNode.append(
|
haAlertNode.append(
|
||||||
...Array.from(node.childNodes)
|
...Array.from(node.childNodes)
|
||||||
.map((child) => Array.from(child.childNodes))
|
.map((child) => {
|
||||||
|
const arr = Array.from(child.childNodes);
|
||||||
|
if (!this.breaks && arr.length) {
|
||||||
|
// When we are not breaking, the first line of the blockquote is not considered,
|
||||||
|
// so we need to adjust the first child text content
|
||||||
|
const firstChild = arr[0];
|
||||||
|
if (
|
||||||
|
firstChild.nodeType === Node.TEXT_NODE &&
|
||||||
|
firstChild.textContent === gitHubAlertMatch.input &&
|
||||||
|
firstChild.textContent?.includes("\n")
|
||||||
|
) {
|
||||||
|
firstChild.textContent = firstChild.textContent
|
||||||
|
.split("\n")
|
||||||
|
.slice(1)
|
||||||
|
.join("\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return arr;
|
||||||
|
})
|
||||||
.reduce((acc, val) => acc.concat(val), [])
|
.reduce((acc, val) => acc.concat(val), [])
|
||||||
.filter(
|
.filter(
|
||||||
(childNode) =>
|
(childNode) =>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import { css, CSSResultGroup, html, LitElement } from "lit";
|
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
|
||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
import { HomeAssistant } from "../../types";
|
import { HomeAssistant } from "../../types";
|
||||||
@@ -28,10 +28,13 @@ export class HaBooleanSelector extends LitElement {
|
|||||||
@change=${this._handleChange}
|
@change=${this._handleChange}
|
||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
></ha-switch>
|
></ha-switch>
|
||||||
|
<span slot="label">
|
||||||
|
<p class="primary">${this.label}</p>
|
||||||
|
${this.helper
|
||||||
|
? html`<p class="secondary">${this.helper}</p>`
|
||||||
|
: nothing}
|
||||||
|
</span>
|
||||||
</ha-formfield>
|
</ha-formfield>
|
||||||
${this.helper
|
|
||||||
? html`<ha-input-helper-text>${this.helper}</ha-input-helper-text>`
|
|
||||||
: ""}
|
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -47,10 +50,21 @@ export class HaBooleanSelector extends LitElement {
|
|||||||
return css`
|
return css`
|
||||||
ha-formfield {
|
ha-formfield {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 56px;
|
min-height: 56px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
--mdc-typography-body2-font-size: 1em;
|
--mdc-typography-body2-font-size: 1em;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.secondary {
|
||||||
|
direction: var(--direction);
|
||||||
|
padding-top: 4px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
color: var(--secondary-text-color);
|
||||||
|
font-size: 0.875rem;
|
||||||
|
font-weight: var(--mdc-typography-body2-font-weight, 400);
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -162,8 +162,14 @@ export class HaLocationSelector extends LitElement {
|
|||||||
|
|
||||||
private _computeLabel = (
|
private _computeLabel = (
|
||||||
entry: SchemaUnion<ReturnType<typeof this._schema>>
|
entry: SchemaUnion<ReturnType<typeof this._schema>>
|
||||||
): string =>
|
): string => {
|
||||||
this.hass.localize(`ui.components.selectors.location.${entry.name}`);
|
if (entry.name) {
|
||||||
|
return this.hass.localize(
|
||||||
|
`ui.components.selectors.location.${entry.name}`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return "";
|
||||||
|
};
|
||||||
|
|
||||||
static styles = css`
|
static styles = css`
|
||||||
ha-locations-editor {
|
ha-locations-editor {
|
||||||
|
@@ -1,4 +1,11 @@
|
|||||||
import { css, CSSResultGroup, html, LitElement, PropertyValues } from "lit";
|
import {
|
||||||
|
css,
|
||||||
|
CSSResultGroup,
|
||||||
|
html,
|
||||||
|
LitElement,
|
||||||
|
nothing,
|
||||||
|
PropertyValues,
|
||||||
|
} from "lit";
|
||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import { classMap } from "lit/directives/class-map";
|
import { classMap } from "lit/directives/class-map";
|
||||||
import { fireEvent } from "../../common/dom/fire_event";
|
import { fireEvent } from "../../common/dom/fire_event";
|
||||||
@@ -60,12 +67,12 @@ export class HaNumberSelector extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
|
${this.label && !isBox
|
||||||
|
? html`${this.label}${this.required ? "*" : ""}`
|
||||||
|
: nothing}
|
||||||
<div class="input">
|
<div class="input">
|
||||||
${!isBox
|
${!isBox
|
||||||
? html`
|
? html`
|
||||||
${this.label
|
|
||||||
? html`${this.label}${this.required ? "*" : ""}`
|
|
||||||
: ""}
|
|
||||||
<ha-slider
|
<ha-slider
|
||||||
labeled
|
labeled
|
||||||
.min=${this.selector.number!.min}
|
.min=${this.selector.number!.min}
|
||||||
@@ -75,10 +82,11 @@ export class HaNumberSelector extends LitElement {
|
|||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
.required=${this.required}
|
.required=${this.required}
|
||||||
@change=${this._handleSliderChange}
|
@change=${this._handleSliderChange}
|
||||||
|
.ticks=${this.selector.number?.slider_ticks}
|
||||||
>
|
>
|
||||||
</ha-slider>
|
</ha-slider>
|
||||||
`
|
`
|
||||||
: ""}
|
: nothing}
|
||||||
<ha-textfield
|
<ha-textfield
|
||||||
.inputMode=${this.selector.number?.step === "any" ||
|
.inputMode=${this.selector.number?.step === "any" ||
|
||||||
(this.selector.number?.step ?? 1) % 1 !== 0
|
(this.selector.number?.step ?? 1) % 1 !== 0
|
||||||
@@ -105,7 +113,7 @@ export class HaNumberSelector extends LitElement {
|
|||||||
</div>
|
</div>
|
||||||
${!isBox && this.helper
|
${!isBox && this.helper
|
||||||
? html`<ha-input-helper-text>${this.helper}</ha-input-helper-text>`
|
? html`<ha-input-helper-text>${this.helper}</ha-input-helper-text>`
|
||||||
: ""}
|
: nothing}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -141,6 +149,9 @@ export class HaNumberSelector extends LitElement {
|
|||||||
}
|
}
|
||||||
ha-slider {
|
ha-slider {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
margin-right: 16px;
|
||||||
|
margin-inline-end: 16px;
|
||||||
|
margin-inline-start: 0;
|
||||||
}
|
}
|
||||||
ha-textfield {
|
ha-textfield {
|
||||||
--ha-textfield-input-width: 40px;
|
--ha-textfield-input-width: 40px;
|
||||||
|
@@ -82,6 +82,7 @@ export class HaTextSelector extends LitElement {
|
|||||||
.disabled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
.type=${this._unmaskedPassword ? "text" : this.selector.text?.type}
|
.type=${this._unmaskedPassword ? "text" : this.selector.text?.type}
|
||||||
@input=${this._handleChange}
|
@input=${this._handleChange}
|
||||||
|
@change=${this._handleChange}
|
||||||
.label=${this.label || ""}
|
.label=${this.label || ""}
|
||||||
.prefix=${this.selector.text?.prefix}
|
.prefix=${this.selector.text?.prefix}
|
||||||
.suffix=${this.selector.text?.type === "password"
|
.suffix=${this.selector.text?.type === "password"
|
||||||
|
@@ -30,7 +30,7 @@ export class HaTimeSelector extends LitElement {
|
|||||||
clearable
|
clearable
|
||||||
.helper=${this.helper}
|
.helper=${this.helper}
|
||||||
.label=${this.label}
|
.label=${this.label}
|
||||||
enable-second
|
.enableSecond=${!this.selector.time?.no_second}
|
||||||
></ha-time-input>
|
></ha-time-input>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
@@ -44,6 +44,7 @@ import "./ha-service-picker";
|
|||||||
import "./ha-settings-row";
|
import "./ha-settings-row";
|
||||||
import "./ha-yaml-editor";
|
import "./ha-yaml-editor";
|
||||||
import type { HaYamlEditor } from "./ha-yaml-editor";
|
import type { HaYamlEditor } from "./ha-yaml-editor";
|
||||||
|
import "./ha-service-section-icon";
|
||||||
|
|
||||||
const attributeFilter = (values: any[], attribute: any) => {
|
const attributeFilter = (values: any[], attribute: any) => {
|
||||||
if (typeof attribute === "object") {
|
if (typeof attribute === "object") {
|
||||||
@@ -496,12 +497,18 @@ export class HaServiceControl extends LitElement {
|
|||||||
) ||
|
) ||
|
||||||
dataField.name ||
|
dataField.name ||
|
||||||
dataField.key}
|
dataField.key}
|
||||||
>
|
.secondary=${this._getSectionDescription(
|
||||||
${this._renderSectionDescription(
|
|
||||||
dataField,
|
dataField,
|
||||||
domain,
|
domain,
|
||||||
serviceName
|
serviceName
|
||||||
)}
|
)}
|
||||||
|
>
|
||||||
|
<ha-service-section-icon
|
||||||
|
slot="icons"
|
||||||
|
.hass=${this.hass}
|
||||||
|
.service=${this._value!.action}
|
||||||
|
.section=${dataField.key}
|
||||||
|
></ha-service-section-icon>
|
||||||
${Object.entries(dataField.fields).map(([key, field]) =>
|
${Object.entries(dataField.fields).map(([key, field]) =>
|
||||||
this._renderField(
|
this._renderField(
|
||||||
{ key, ...field },
|
{ key, ...field },
|
||||||
@@ -522,20 +529,14 @@ export class HaServiceControl extends LitElement {
|
|||||||
)} `;
|
)} `;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _renderSectionDescription(
|
private _getSectionDescription(
|
||||||
dataField: ExtHassService["fields"][number],
|
dataField: ExtHassService["fields"][number],
|
||||||
domain: string | undefined,
|
domain: string | undefined,
|
||||||
serviceName: string | undefined
|
serviceName: string | undefined
|
||||||
) {
|
) {
|
||||||
const description = this.hass!.localize(
|
return this.hass!.localize(
|
||||||
`component.${domain}.services.${serviceName}.sections.${dataField.key}.description`
|
`component.${domain}.services.${serviceName}.sections.${dataField.key}.description`
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!description) {
|
|
||||||
return nothing;
|
|
||||||
}
|
|
||||||
|
|
||||||
return html`<p>${description}</p>`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private _renderField = (
|
private _renderField = (
|
||||||
|
53
src/components/ha-service-section-icon.ts
Normal file
53
src/components/ha-service-section-icon.ts
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
import { html, LitElement, nothing } from "lit";
|
||||||
|
import { customElement, property } from "lit/decorators";
|
||||||
|
import { until } from "lit/directives/until";
|
||||||
|
import { HomeAssistant } from "../types";
|
||||||
|
import "./ha-icon";
|
||||||
|
import "./ha-svg-icon";
|
||||||
|
import { serviceSectionIcon } from "../data/icons";
|
||||||
|
|
||||||
|
@customElement("ha-service-section-icon")
|
||||||
|
export class HaServiceSectionIcon extends LitElement {
|
||||||
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
|
||||||
|
@property() public service?: string;
|
||||||
|
|
||||||
|
@property() public section?: string;
|
||||||
|
|
||||||
|
@property() public icon?: string;
|
||||||
|
|
||||||
|
protected render() {
|
||||||
|
if (this.icon) {
|
||||||
|
return html`<ha-icon .icon=${this.icon}></ha-icon>`;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!this.service || !this.section) {
|
||||||
|
return nothing;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!this.hass) {
|
||||||
|
return this._renderFallback();
|
||||||
|
}
|
||||||
|
|
||||||
|
const icon = serviceSectionIcon(this.hass, this.service, this.section).then(
|
||||||
|
(icn) => {
|
||||||
|
if (icn) {
|
||||||
|
return html`<ha-icon .icon=${icn}></ha-icon>`;
|
||||||
|
}
|
||||||
|
return this._renderFallback();
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
return html`${until(icon)}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
private _renderFallback() {
|
||||||
|
return nothing;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
declare global {
|
||||||
|
interface HTMLElementTagNameMap {
|
||||||
|
"ha-service-section-icon": HaServiceSectionIcon;
|
||||||
|
}
|
||||||
|
}
|
@@ -20,6 +20,7 @@ export class HaSlider extends MdSlider {
|
|||||||
--md-sys-color-on-surface: var(--primary-text-color);
|
--md-sys-color-on-surface: var(--primary-text-color);
|
||||||
--md-slider-handle-width: 14px;
|
--md-slider-handle-width: 14px;
|
||||||
--md-slider-handle-height: 14px;
|
--md-slider-handle-height: 14px;
|
||||||
|
--md-slider-state-layer-size: 24px;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
min-inline-size: 100px;
|
min-inline-size: 100px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
@@ -16,11 +16,10 @@ import { 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 { computeDomain } from "../common/entity/compute_domain";
|
||||||
|
|
||||||
const NONE = "__NONE_OPTION__";
|
const NONE = "__NONE_OPTION__";
|
||||||
|
|
||||||
const NAME_MAP = { cloud: "Home Assistant Cloud" };
|
|
||||||
|
|
||||||
@customElement("ha-stt-picker")
|
@customElement("ha-stt-picker")
|
||||||
export class HaSTTPicker extends LitElement {
|
export class HaSTTPicker extends LitElement {
|
||||||
@property() public value?: string;
|
@property() public value?: string;
|
||||||
@@ -41,13 +40,32 @@ export class HaSTTPicker extends LitElement {
|
|||||||
if (!this._engines) {
|
if (!this._engines) {
|
||||||
return nothing;
|
return nothing;
|
||||||
}
|
}
|
||||||
const value =
|
|
||||||
this.value ??
|
let value = this.value;
|
||||||
(this.required
|
if (!value && this.required) {
|
||||||
? this._engines.find(
|
for (const entity of Object.values(this.hass.entities)) {
|
||||||
(engine) => engine.supported_languages?.length !== 0
|
if (
|
||||||
)
|
entity.platform === "cloud" &&
|
||||||
: NONE);
|
computeDomain(entity.entity_id) === "stt"
|
||||||
|
) {
|
||||||
|
value = entity.entity_id;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!value) {
|
||||||
|
for (const sttEngine of this._engines) {
|
||||||
|
if (sttEngine?.supported_languages?.length !== 0) {
|
||||||
|
value = sttEngine.engine_id;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!value) {
|
||||||
|
value = NONE;
|
||||||
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-select
|
<ha-select
|
||||||
.label=${this.label ||
|
.label=${this.label ||
|
||||||
@@ -66,12 +84,15 @@ export class HaSTTPicker extends LitElement {
|
|||||||
</ha-list-item>`
|
</ha-list-item>`
|
||||||
: nothing}
|
: nothing}
|
||||||
${this._engines.map((engine) => {
|
${this._engines.map((engine) => {
|
||||||
let label = engine.engine_id;
|
if (engine.deprecated && engine.engine_id !== value) {
|
||||||
|
return nothing;
|
||||||
|
}
|
||||||
|
let label: string;
|
||||||
if (engine.engine_id.includes(".")) {
|
if (engine.engine_id.includes(".")) {
|
||||||
const stateObj = this.hass!.states[engine.engine_id];
|
const stateObj = this.hass!.states[engine.engine_id];
|
||||||
label = stateObj ? computeStateName(stateObj) : engine.engine_id;
|
label = stateObj ? computeStateName(stateObj) : engine.engine_id;
|
||||||
} else if (engine.engine_id in NAME_MAP) {
|
} else {
|
||||||
label = NAME_MAP[engine.engine_id];
|
label = engine.name || engine.engine_id;
|
||||||
}
|
}
|
||||||
return html`<ha-list-item
|
return html`<ha-list-item
|
||||||
.value=${engine.engine_id}
|
.value=${engine.engine_id}
|
||||||
|
@@ -16,14 +16,10 @@ import { 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 { computeDomain } from "../common/entity/compute_domain";
|
||||||
|
|
||||||
const NONE = "__NONE_OPTION__";
|
const NONE = "__NONE_OPTION__";
|
||||||
|
|
||||||
const NAME_MAP = {
|
|
||||||
cloud: "Home Assistant Cloud",
|
|
||||||
google_translate: "Google Translate",
|
|
||||||
};
|
|
||||||
|
|
||||||
@customElement("ha-tts-picker")
|
@customElement("ha-tts-picker")
|
||||||
export class HaTTSPicker extends LitElement {
|
export class HaTTSPicker extends LitElement {
|
||||||
@property() public value?: string;
|
@property() public value?: string;
|
||||||
@@ -44,13 +40,32 @@ export class HaTTSPicker extends LitElement {
|
|||||||
if (!this._engines) {
|
if (!this._engines) {
|
||||||
return nothing;
|
return nothing;
|
||||||
}
|
}
|
||||||
const value =
|
|
||||||
this.value ??
|
let value = this.value;
|
||||||
(this.required
|
if (!value && this.required) {
|
||||||
? this._engines.find(
|
for (const entity of Object.values(this.hass.entities)) {
|
||||||
(engine) => engine.supported_languages?.length !== 0
|
if (
|
||||||
)
|
entity.platform === "cloud" &&
|
||||||
: NONE);
|
computeDomain(entity.entity_id) === "tts"
|
||||||
|
) {
|
||||||
|
value = entity.entity_id;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!value) {
|
||||||
|
for (const ttsEngine of this._engines) {
|
||||||
|
if (ttsEngine?.supported_languages?.length !== 0) {
|
||||||
|
value = ttsEngine.engine_id;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!value) {
|
||||||
|
value = NONE;
|
||||||
|
}
|
||||||
|
|
||||||
return html`
|
return html`
|
||||||
<ha-select
|
<ha-select
|
||||||
.label=${this.label ||
|
.label=${this.label ||
|
||||||
@@ -69,12 +84,15 @@ export class HaTTSPicker extends LitElement {
|
|||||||
</ha-list-item>`
|
</ha-list-item>`
|
||||||
: nothing}
|
: nothing}
|
||||||
${this._engines.map((engine) => {
|
${this._engines.map((engine) => {
|
||||||
let label = engine.engine_id;
|
if (engine.deprecated && engine.engine_id !== value) {
|
||||||
|
return nothing;
|
||||||
|
}
|
||||||
|
let label: string;
|
||||||
if (engine.engine_id.includes(".")) {
|
if (engine.engine_id.includes(".")) {
|
||||||
const stateObj = this.hass!.states[engine.engine_id];
|
const stateObj = this.hass!.states[engine.engine_id];
|
||||||
label = stateObj ? computeStateName(stateObj) : engine.engine_id;
|
label = stateObj ? computeStateName(stateObj) : engine.engine_id;
|
||||||
} else if (engine.engine_id in NAME_MAP) {
|
} else {
|
||||||
label = NAME_MAP[engine.engine_id];
|
label = engine.name || engine.engine_id;
|
||||||
}
|
}
|
||||||
return html`<ha-list-item
|
return html`<ha-list-item
|
||||||
.value=${engine.engine_id}
|
.value=${engine.engine_id}
|
||||||
|
@@ -109,7 +109,7 @@ class HaWebRtcPlayer extends LitElement {
|
|||||||
let candidates = ""; // Build an Offer SDP string with ice candidates
|
let candidates = ""; // Build an Offer SDP string with ice candidates
|
||||||
const iceResolver = new Promise<void>((resolve) => {
|
const iceResolver = new Promise<void>((resolve) => {
|
||||||
peerConnection.addEventListener("icecandidate", async (event) => {
|
peerConnection.addEventListener("icecandidate", async (event) => {
|
||||||
if (!event.candidate) {
|
if (!event.candidate?.candidate) {
|
||||||
resolve(); // Gathering complete
|
resolve(); // Gathering complete
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import type { UnsubscribeFunc } from "home-assistant-js-websocket";
|
import type { UnsubscribeFunc } from "home-assistant-js-websocket";
|
||||||
import type { HomeAssistant } from "../types";
|
import type { HomeAssistant } from "../types";
|
||||||
import type { IntegrationManifest, IntegrationType } from "./integration";
|
import type { IntegrationType } from "./integration";
|
||||||
|
|
||||||
export interface ConfigEntry {
|
export interface ConfigEntry {
|
||||||
entry_id: string;
|
entry_id: string;
|
||||||
@@ -149,20 +149,19 @@ export const enableConfigEntry = (hass: HomeAssistant, configEntryId: string) =>
|
|||||||
|
|
||||||
export const sortConfigEntries = (
|
export const sortConfigEntries = (
|
||||||
configEntries: ConfigEntry[],
|
configEntries: ConfigEntry[],
|
||||||
manifestLookup: { [domain: string]: IntegrationManifest }
|
primaryConfigEntry: string | null
|
||||||
): ConfigEntry[] => {
|
): ConfigEntry[] => {
|
||||||
const sortedConfigEntries = [...configEntries];
|
if (!primaryConfigEntry) {
|
||||||
|
return configEntries;
|
||||||
const getScore = (entry: ConfigEntry) => {
|
}
|
||||||
const manifest = manifestLookup[entry.domain] as
|
const primaryEntry = configEntries.find(
|
||||||
| IntegrationManifest
|
(e) => e.entry_id === primaryConfigEntry
|
||||||
| undefined;
|
);
|
||||||
const isHelper = manifest?.integration_type === "helper";
|
if (!primaryEntry) {
|
||||||
return isHelper ? -1 : 1;
|
return configEntries;
|
||||||
};
|
}
|
||||||
|
const otherEntries = configEntries.filter(
|
||||||
const configEntriesCompare = (a: ConfigEntry, b: ConfigEntry) =>
|
(e) => e.entry_id !== primaryConfigEntry
|
||||||
getScore(b) - getScore(a);
|
);
|
||||||
|
return [primaryEntry, ...otherEntries];
|
||||||
return sortedConfigEntries.sort(configEntriesCompare);
|
|
||||||
};
|
};
|
||||||
|
@@ -33,6 +33,7 @@ export interface DeviceRegistryEntry extends RegistryEntry {
|
|||||||
entry_type: "service" | null;
|
entry_type: "service" | null;
|
||||||
disabled_by: "user" | "integration" | "config_entry" | null;
|
disabled_by: "user" | "integration" | "config_entry" | null;
|
||||||
configuration_url: string | null;
|
configuration_url: string | null;
|
||||||
|
primary_config_entry: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DeviceEntityDisplayLookup {
|
export interface DeviceEntityDisplayLookup {
|
||||||
|
@@ -11,6 +11,7 @@ import {
|
|||||||
isLastDayOfMonth,
|
isLastDayOfMonth,
|
||||||
} from "date-fns";
|
} from "date-fns";
|
||||||
import { Collection, getCollection } from "home-assistant-js-websocket";
|
import { Collection, getCollection } from "home-assistant-js-websocket";
|
||||||
|
import memoizeOne from "memoize-one";
|
||||||
import {
|
import {
|
||||||
calcDate,
|
calcDate,
|
||||||
calcDateProperty,
|
calcDateProperty,
|
||||||
@@ -791,3 +792,147 @@ export const getEnergyWaterUnit = (hass: HomeAssistant): string =>
|
|||||||
|
|
||||||
export const energyStatisticHelpUrl =
|
export const energyStatisticHelpUrl =
|
||||||
"/docs/energy/faq/#troubleshooting-missing-entities";
|
"/docs/energy/faq/#troubleshooting-missing-entities";
|
||||||
|
|
||||||
|
interface EnergySumData {
|
||||||
|
to_grid?: { [start: number]: number };
|
||||||
|
from_grid?: { [start: number]: number };
|
||||||
|
to_battery?: { [start: number]: number };
|
||||||
|
from_battery?: { [start: number]: number };
|
||||||
|
solar?: { [start: number]: number };
|
||||||
|
}
|
||||||
|
|
||||||
|
interface EnergyConsumptionData {
|
||||||
|
total: { [start: number]: number };
|
||||||
|
}
|
||||||
|
|
||||||
|
export const getSummedData = memoizeOne(
|
||||||
|
(
|
||||||
|
data: EnergyData
|
||||||
|
): { summedData: EnergySumData; compareSummedData?: EnergySumData } => {
|
||||||
|
const summedData = getSummedDataPartial(data);
|
||||||
|
const compareSummedData = data.statsCompare
|
||||||
|
? getSummedDataPartial(data, true)
|
||||||
|
: undefined;
|
||||||
|
return { summedData, compareSummedData };
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
const getSummedDataPartial = (
|
||||||
|
data: EnergyData,
|
||||||
|
compare?: boolean
|
||||||
|
): EnergySumData => {
|
||||||
|
const statIds: {
|
||||||
|
to_grid?: string[];
|
||||||
|
from_grid?: string[];
|
||||||
|
solar?: string[];
|
||||||
|
to_battery?: string[];
|
||||||
|
from_battery?: string[];
|
||||||
|
} = {};
|
||||||
|
|
||||||
|
for (const source of data.prefs.energy_sources) {
|
||||||
|
if (source.type === "solar") {
|
||||||
|
if (statIds.solar) {
|
||||||
|
statIds.solar.push(source.stat_energy_from);
|
||||||
|
} else {
|
||||||
|
statIds.solar = [source.stat_energy_from];
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (source.type === "battery") {
|
||||||
|
if (statIds.to_battery) {
|
||||||
|
statIds.to_battery.push(source.stat_energy_to);
|
||||||
|
statIds.from_battery!.push(source.stat_energy_from);
|
||||||
|
} else {
|
||||||
|
statIds.to_battery = [source.stat_energy_to];
|
||||||
|
statIds.from_battery = [source.stat_energy_from];
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (source.type !== "grid") {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// grid source
|
||||||
|
for (const flowFrom of source.flow_from) {
|
||||||
|
if (statIds.from_grid) {
|
||||||
|
statIds.from_grid.push(flowFrom.stat_energy_from);
|
||||||
|
} else {
|
||||||
|
statIds.from_grid = [flowFrom.stat_energy_from];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
for (const flowTo of source.flow_to) {
|
||||||
|
if (statIds.to_grid) {
|
||||||
|
statIds.to_grid.push(flowTo.stat_energy_to);
|
||||||
|
} else {
|
||||||
|
statIds.to_grid = [flowTo.stat_energy_to];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const summedData: EnergySumData = {};
|
||||||
|
Object.entries(statIds).forEach(([key, subStatIds]) => {
|
||||||
|
const totalStats: { [start: number]: number } = {};
|
||||||
|
const sets: { [statId: string]: { [start: number]: number } } = {};
|
||||||
|
subStatIds!.forEach((id) => {
|
||||||
|
const stats = compare ? data.statsCompare[id] : data.stats[id];
|
||||||
|
if (!stats) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const set = {};
|
||||||
|
stats.forEach((stat) => {
|
||||||
|
if (stat.change === null || stat.change === undefined) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const val = stat.change;
|
||||||
|
// Get total of solar and to grid to calculate the solar energy used
|
||||||
|
totalStats[stat.start] =
|
||||||
|
stat.start in totalStats ? totalStats[stat.start] + val : val;
|
||||||
|
});
|
||||||
|
sets[id] = set;
|
||||||
|
});
|
||||||
|
summedData[key] = totalStats;
|
||||||
|
});
|
||||||
|
|
||||||
|
return summedData;
|
||||||
|
};
|
||||||
|
|
||||||
|
export const computeConsumptionData = memoizeOne(
|
||||||
|
(
|
||||||
|
data: EnergySumData,
|
||||||
|
compareData?: EnergySumData
|
||||||
|
): {
|
||||||
|
consumption: EnergyConsumptionData;
|
||||||
|
compareConsumption?: EnergyConsumptionData;
|
||||||
|
} => {
|
||||||
|
const consumption = computeConsumptionDataPartial(data);
|
||||||
|
const compareConsumption = compareData
|
||||||
|
? computeConsumptionDataPartial(compareData)
|
||||||
|
: undefined;
|
||||||
|
return { consumption, compareConsumption };
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
const computeConsumptionDataPartial = (
|
||||||
|
data: EnergySumData
|
||||||
|
): EnergyConsumptionData => {
|
||||||
|
const outData: EnergyConsumptionData = { total: {} };
|
||||||
|
|
||||||
|
Object.keys(data).forEach((type) => {
|
||||||
|
Object.keys(data[type]).forEach((start) => {
|
||||||
|
if (outData.total[start] === undefined) {
|
||||||
|
const consumption =
|
||||||
|
(data.from_grid?.[start] || 0) +
|
||||||
|
(data.solar?.[start] || 0) +
|
||||||
|
(data.from_battery?.[start] || 0) -
|
||||||
|
(data.to_grid?.[start] || 0) -
|
||||||
|
(data.to_battery?.[start] || 0);
|
||||||
|
outData.total[start] = consumption;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
return outData;
|
||||||
|
};
|
||||||
|
@@ -62,7 +62,7 @@ export interface ComponentIcons {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface ServiceIcons {
|
interface ServiceIcons {
|
||||||
[service: string]: string;
|
[service: string]: { service: string; sections?: { [name: string]: string } };
|
||||||
}
|
}
|
||||||
|
|
||||||
export type IconCategory = "entity" | "entity_component" | "services";
|
export type IconCategory = "entity" | "entity_component" | "services";
|
||||||
@@ -288,7 +288,8 @@ export const serviceIcon = async (
|
|||||||
const serviceName = computeObjectId(service);
|
const serviceName = computeObjectId(service);
|
||||||
const serviceIcons = await getServiceIcons(hass, domain);
|
const serviceIcons = await getServiceIcons(hass, domain);
|
||||||
if (serviceIcons) {
|
if (serviceIcons) {
|
||||||
icon = serviceIcons[serviceName] as string;
|
const srvceIcon = serviceIcons[serviceName] as ServiceIcons[string];
|
||||||
|
icon = srvceIcon?.service;
|
||||||
}
|
}
|
||||||
if (!icon) {
|
if (!icon) {
|
||||||
icon = await domainIcon(hass, domain);
|
icon = await domainIcon(hass, domain);
|
||||||
@@ -296,6 +297,21 @@ export const serviceIcon = async (
|
|||||||
return icon;
|
return icon;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const serviceSectionIcon = async (
|
||||||
|
hass: HomeAssistant,
|
||||||
|
service: string,
|
||||||
|
section: string
|
||||||
|
): Promise<string | undefined> => {
|
||||||
|
const domain = computeDomain(service);
|
||||||
|
const serviceName = computeObjectId(service);
|
||||||
|
const serviceIcons = await getServiceIcons(hass, domain);
|
||||||
|
if (serviceIcons) {
|
||||||
|
const srvceIcon = serviceIcons[serviceName] as ServiceIcons[string];
|
||||||
|
return srvceIcon?.sections?.[section];
|
||||||
|
}
|
||||||
|
return undefined;
|
||||||
|
};
|
||||||
|
|
||||||
export const domainIcon = async (
|
export const domainIcon = async (
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
domain: string,
|
domain: string,
|
||||||
|
@@ -13,7 +13,7 @@ export const ensureBadgeConfig = (
|
|||||||
return {
|
return {
|
||||||
type: "entity",
|
type: "entity",
|
||||||
entity: config,
|
entity: config,
|
||||||
display_type: "complete",
|
show_name: true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
if ("type" in config && config.type) {
|
if ("type" in config && config.type) {
|
||||||
|
@@ -5,6 +5,8 @@ import type { LovelaceStrategyConfig } from "./strategy";
|
|||||||
export interface LovelaceBaseSectionConfig {
|
export interface LovelaceBaseSectionConfig {
|
||||||
title?: string;
|
title?: string;
|
||||||
visibility?: Condition[];
|
visibility?: Condition[];
|
||||||
|
column_span?: number;
|
||||||
|
row_span?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LovelaceSectionConfig extends LovelaceBaseSectionConfig {
|
export interface LovelaceSectionConfig extends LovelaceBaseSectionConfig {
|
||||||
|
@@ -22,7 +22,9 @@ export interface LovelaceBaseViewConfig {
|
|||||||
visible?: boolean | ShowViewConfig[];
|
visible?: boolean | ShowViewConfig[];
|
||||||
subview?: boolean;
|
subview?: boolean;
|
||||||
back_path?: string;
|
back_path?: string;
|
||||||
max_columns?: number; // Only used for section view, it should move to a section view config type when the views will have dedicated editor.
|
// Only used for section view, it should move to a section view config type when the views will have dedicated editor.
|
||||||
|
max_columns?: number;
|
||||||
|
dense_section_placement?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LovelaceViewConfig extends LovelaceBaseViewConfig {
|
export interface LovelaceViewConfig extends LovelaceBaseViewConfig {
|
||||||
|
@@ -127,6 +127,12 @@ const tryDescribeAction = <T extends ActionType>(
|
|||||||
targets.push(
|
targets.push(
|
||||||
computeEntityRegistryName(hass, entityReg) || targetThing
|
computeEntityRegistryName(hass, entityReg) || targetThing
|
||||||
);
|
);
|
||||||
|
} else if (targetThing === "all") {
|
||||||
|
targets.push(
|
||||||
|
hass.localize(
|
||||||
|
`${actionTranslationBaseKey}.service.description.target_every_entity`
|
||||||
|
)
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
targets.push(
|
targets.push(
|
||||||
hass.localize(
|
hass.localize(
|
||||||
|
@@ -323,6 +323,7 @@ export interface NumberSelector {
|
|||||||
step?: number | "any";
|
step?: number | "any";
|
||||||
mode?: "box" | "slider";
|
mode?: "box" | "slider";
|
||||||
unit_of_measurement?: string;
|
unit_of_measurement?: string;
|
||||||
|
slider_ticks?: boolean;
|
||||||
} | null;
|
} | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -427,8 +428,7 @@ export interface ThemeSelector {
|
|||||||
theme: { include_default?: boolean } | null;
|
theme: { include_default?: boolean } | null;
|
||||||
}
|
}
|
||||||
export interface TimeSelector {
|
export interface TimeSelector {
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-types
|
time: { no_second?: boolean } | null;
|
||||||
time: {} | null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TriggerSelector {
|
export interface TriggerSelector {
|
||||||
|
@@ -21,6 +21,8 @@ export interface SpeechMetadata {
|
|||||||
export interface STTEngine {
|
export interface STTEngine {
|
||||||
engine_id: string;
|
engine_id: string;
|
||||||
supported_languages?: string[];
|
supported_languages?: string[];
|
||||||
|
name?: string;
|
||||||
|
deprecated: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const listSTTEngines = (
|
export const listSTTEngines = (
|
||||||
|
@@ -3,6 +3,8 @@ import { HomeAssistant } from "../types";
|
|||||||
export interface TTSEngine {
|
export interface TTSEngine {
|
||||||
engine_id: string;
|
engine_id: string;
|
||||||
supported_languages?: string[];
|
supported_languages?: string[];
|
||||||
|
name?: string;
|
||||||
|
deprecated: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TTSVoice {
|
export interface TTSVoice {
|
||||||
|
@@ -76,17 +76,36 @@ export const showConfigFlowDialog = (
|
|||||||
: "";
|
: "";
|
||||||
},
|
},
|
||||||
|
|
||||||
renderShowFormStepFieldLabel(hass, step, field) {
|
renderShowFormStepFieldLabel(hass, step, field, options) {
|
||||||
return hass.localize(
|
if (field.type === "expandable") {
|
||||||
`component.${step.handler}.config.step.${step.step_id}.data.${field.name}`
|
return hass.localize(
|
||||||
|
`component.${step.handler}.config.step.${step.step_id}.sections.${field.name}.name`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const prefix = options?.path?.[0] ? `sections.${options.path[0]}.` : "";
|
||||||
|
|
||||||
|
return (
|
||||||
|
hass.localize(
|
||||||
|
`component.${step.handler}.config.step.${step.step_id}.${prefix}data.${field.name}`
|
||||||
|
) || field.name
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
renderShowFormStepFieldHelper(hass, step, field) {
|
renderShowFormStepFieldHelper(hass, step, field, options) {
|
||||||
|
if (field.type === "expandable") {
|
||||||
|
return hass.localize(
|
||||||
|
`component.${step.translation_domain || step.handler}.config.step.${step.step_id}.sections.${field.name}.description`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const prefix = options?.path?.[0] ? `sections.${options.path[0]}.` : "";
|
||||||
|
|
||||||
const description = hass.localize(
|
const description = hass.localize(
|
||||||
`component.${step.translation_domain || step.handler}.config.step.${step.step_id}.data_description.${field.name}`,
|
`component.${step.translation_domain || step.handler}.config.step.${step.step_id}.${prefix}data_description.${field.name}`,
|
||||||
step.description_placeholders
|
step.description_placeholders
|
||||||
);
|
);
|
||||||
|
|
||||||
return description
|
return description
|
||||||
? html`<ha-markdown breaks .content=${description}></ha-markdown>`
|
? html`<ha-markdown breaks .content=${description}></ha-markdown>`
|
||||||
: "";
|
: "";
|
||||||
|
@@ -49,13 +49,15 @@ export interface FlowConfig {
|
|||||||
renderShowFormStepFieldLabel(
|
renderShowFormStepFieldLabel(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
step: DataEntryFlowStepForm,
|
step: DataEntryFlowStepForm,
|
||||||
field: HaFormSchema
|
field: HaFormSchema,
|
||||||
|
options: { path?: string[]; [key: string]: any }
|
||||||
): string;
|
): string;
|
||||||
|
|
||||||
renderShowFormStepFieldHelper(
|
renderShowFormStepFieldHelper(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
step: DataEntryFlowStepForm,
|
step: DataEntryFlowStepForm,
|
||||||
field: HaFormSchema
|
field: HaFormSchema,
|
||||||
|
options: { path?: string[]; [key: string]: any }
|
||||||
): TemplateResult | string;
|
): TemplateResult | string;
|
||||||
|
|
||||||
renderShowFormStepFieldError(
|
renderShowFormStepFieldError(
|
||||||
|
@@ -93,15 +93,33 @@ export const showOptionsFlowDialog = (
|
|||||||
: "";
|
: "";
|
||||||
},
|
},
|
||||||
|
|
||||||
renderShowFormStepFieldLabel(hass, step, field) {
|
renderShowFormStepFieldLabel(hass, step, field, options) {
|
||||||
return hass.localize(
|
if (field.type === "expandable") {
|
||||||
`component.${configEntry.domain}.options.step.${step.step_id}.data.${field.name}`
|
return hass.localize(
|
||||||
|
`component.${configEntry.domain}.options.step.${step.step_id}.sections.${field.name}.name`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const prefix = options?.path?.[0] ? `sections.${options.path[0]}.` : "";
|
||||||
|
|
||||||
|
return (
|
||||||
|
hass.localize(
|
||||||
|
`component.${configEntry.domain}.options.step.${step.step_id}.${prefix}data.${field.name}`
|
||||||
|
) || field.name
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
renderShowFormStepFieldHelper(hass, step, field) {
|
renderShowFormStepFieldHelper(hass, step, field, options) {
|
||||||
|
if (field.type === "expandable") {
|
||||||
|
return hass.localize(
|
||||||
|
`component.${step.translation_domain || configEntry.domain}.options.step.${step.step_id}.sections.${field.name}.description`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const prefix = options?.path?.[0] ? `sections.${options.path[0]}.` : "";
|
||||||
|
|
||||||
const description = hass.localize(
|
const description = hass.localize(
|
||||||
`component.${step.translation_domain || configEntry.domain}.options.step.${step.step_id}.data_description.${field.name}`,
|
`component.${step.translation_domain || configEntry.domain}.options.step.${step.step_id}.${prefix}data_description.${field.name}`,
|
||||||
step.description_placeholders
|
step.description_placeholders
|
||||||
);
|
);
|
||||||
return description
|
return description
|
||||||
|
@@ -225,11 +225,24 @@ class StepFlowForm extends LitElement {
|
|||||||
this._stepData = ev.detail.value;
|
this._stepData = ev.detail.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _labelCallback = (field: HaFormSchema): string =>
|
private _labelCallback = (field: HaFormSchema, _data, options): string =>
|
||||||
this.flowConfig.renderShowFormStepFieldLabel(this.hass, this.step, field);
|
this.flowConfig.renderShowFormStepFieldLabel(
|
||||||
|
this.hass,
|
||||||
|
this.step,
|
||||||
|
field,
|
||||||
|
options
|
||||||
|
);
|
||||||
|
|
||||||
private _helperCallback = (field: HaFormSchema): string | TemplateResult =>
|
private _helperCallback = (
|
||||||
this.flowConfig.renderShowFormStepFieldHelper(this.hass, this.step, field);
|
field: HaFormSchema,
|
||||||
|
options
|
||||||
|
): string | TemplateResult =>
|
||||||
|
this.flowConfig.renderShowFormStepFieldHelper(
|
||||||
|
this.hass,
|
||||||
|
this.step,
|
||||||
|
field,
|
||||||
|
options
|
||||||
|
);
|
||||||
|
|
||||||
private _errorCallback = (error: string) =>
|
private _errorCallback = (error: string) =>
|
||||||
this.flowConfig.renderShowFormStepFieldError(this.hass, this.step, error);
|
this.flowConfig.renderShowFormStepFieldError(this.hass, this.step, error);
|
||||||
|
@@ -650,6 +650,7 @@ export class HaVoiceCommandDialog extends LitElement {
|
|||||||
margin-inline-end: -24px;
|
margin-inline-end: -24px;
|
||||||
margin-inline-start: initial;
|
margin-inline-start: initial;
|
||||||
direction: var(--direction);
|
direction: var(--direction);
|
||||||
|
transform: scaleX(var(--scale-direction));
|
||||||
}
|
}
|
||||||
|
|
||||||
.listening-icon[active] {
|
.listening-icon[active] {
|
||||||
|
@@ -86,7 +86,7 @@ export class HaChooseAction extends LitElement implements ActionElement {
|
|||||||
this._unsubMql = undefined;
|
this._unsubMql = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): ChooseAction {
|
||||||
return { choose: [{ conditions: [], sequence: [] }] };
|
return { choose: [{ conditions: [], sequence: [] }] };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ export class HaConditionAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public action!: Condition;
|
@property({ attribute: false }) public action!: Condition;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): Omit<Condition, "state" | "entity_id"> {
|
||||||
return { condition: "state" };
|
return { condition: "state" };
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -87,13 +87,12 @@ export class HaConditionAction extends LitElement implements ActionElement {
|
|||||||
const elClass = customElements.get(
|
const elClass = customElements.get(
|
||||||
`ha-automation-condition-${type}`
|
`ha-automation-condition-${type}`
|
||||||
) as CustomElementConstructor & {
|
) as CustomElementConstructor & {
|
||||||
defaultConfig: Omit<Condition, "condition">;
|
defaultConfig: Condition;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (type !== this.action.condition) {
|
if (type !== this.action.condition) {
|
||||||
fireEvent(this, "value-changed", {
|
fireEvent(this, "value-changed", {
|
||||||
value: {
|
value: {
|
||||||
condition: type,
|
|
||||||
...elClass.defaultConfig,
|
...elClass.defaultConfig,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@@ -19,7 +19,7 @@ export class HaDelayAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
@state() private _timeData?: HaDurationData;
|
@state() private _timeData?: HaDurationData;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): DelayAction {
|
||||||
return { delay: "" };
|
return { delay: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -36,7 +36,7 @@ export class HaDeviceAction extends LitElement {
|
|||||||
|
|
||||||
private _origAction?: DeviceAction;
|
private _origAction?: DeviceAction;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): DeviceAction {
|
||||||
return {
|
return {
|
||||||
device_id: "",
|
device_id: "",
|
||||||
domain: "",
|
domain: "",
|
||||||
|
@@ -21,7 +21,7 @@ export class HaIfAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
@state() private _showElse = false;
|
@state() private _showElse = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): IfAction {
|
||||||
return {
|
return {
|
||||||
if: [],
|
if: [],
|
||||||
then: [],
|
then: [],
|
||||||
|
@@ -18,7 +18,7 @@ export class HaParallelAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public action!: ParallelAction;
|
@property({ attribute: false }) public action!: ParallelAction;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): ParallelAction {
|
||||||
return {
|
return {
|
||||||
parallel: [],
|
parallel: [],
|
||||||
};
|
};
|
||||||
|
@@ -31,7 +31,7 @@ export class HaRepeatAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
@property({ type: Array }) public path?: ItemPath;
|
@property({ type: Array }) public path?: ItemPath;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): RepeatAction {
|
||||||
return { repeat: { count: 2, sequence: [] } };
|
return { repeat: { count: 2, sequence: [] } };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@ export class HaSequenceAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public action!: SequenceAction;
|
@property({ attribute: false }) public action!: SequenceAction;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): SequenceAction {
|
||||||
return {
|
return {
|
||||||
sequence: [],
|
sequence: [],
|
||||||
};
|
};
|
||||||
|
@@ -52,7 +52,7 @@ export class HaServiceAction extends LitElement implements ActionElement {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): ServiceAction {
|
||||||
return { action: "", data: {} };
|
return { action: "", data: {} };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@ export class HaSetConversationResponseAction
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): SetConversationResponseAction {
|
||||||
return { set_conversation_response: "" };
|
return { set_conversation_response: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ export class HaStopAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): StopAction {
|
||||||
return { stop: "" };
|
return { stop: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@ export class HaWaitForTriggerAction
|
|||||||
|
|
||||||
@property({ attribute: false }) public path?: ItemPath;
|
@property({ attribute: false }) public path?: ItemPath;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): WaitForTriggerAction {
|
||||||
return { wait_for_trigger: [] };
|
return { wait_for_trigger: [] };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -34,7 +34,7 @@ export class HaWaitAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): WaitAction {
|
||||||
return { wait_template: "", continue_on_timeout: true };
|
return { wait_template: "", continue_on_timeout: true };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -207,10 +207,9 @@ export default class HaAutomationCondition extends LitElement {
|
|||||||
const elClass = customElements.get(
|
const elClass = customElements.get(
|
||||||
`ha-automation-condition-${condition}`
|
`ha-automation-condition-${condition}`
|
||||||
) as CustomElementConstructor & {
|
) as CustomElementConstructor & {
|
||||||
defaultConfig: Omit<Condition, "condition">;
|
defaultConfig: Condition;
|
||||||
};
|
};
|
||||||
conditions = this.conditions.concat({
|
conditions = this.conditions.concat({
|
||||||
condition: condition as any,
|
|
||||||
...elClass.defaultConfig,
|
...elClass.defaultConfig,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +1,16 @@
|
|||||||
import { customElement } from "lit/decorators";
|
import { customElement } from "lit/decorators";
|
||||||
import { HaLogicalCondition } from "./ha-automation-condition-logical";
|
import { HaLogicalCondition } from "./ha-automation-condition-logical";
|
||||||
|
import { LogicalCondition } from "../../../../../data/automation";
|
||||||
|
|
||||||
@customElement("ha-automation-condition-and")
|
@customElement("ha-automation-condition-and")
|
||||||
export class HaAndCondition extends HaLogicalCondition {}
|
export class HaAndCondition extends HaLogicalCondition {
|
||||||
|
public static get defaultConfig(): LogicalCondition {
|
||||||
|
return {
|
||||||
|
condition: "and",
|
||||||
|
conditions: [],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
|
@@ -36,8 +36,9 @@ export class HaDeviceCondition extends LitElement {
|
|||||||
|
|
||||||
private _origCondition?: DeviceCondition;
|
private _origCondition?: DeviceCondition;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): DeviceCondition {
|
||||||
return {
|
return {
|
||||||
|
condition: "device",
|
||||||
device_id: "",
|
device_id: "",
|
||||||
domain: "",
|
domain: "",
|
||||||
entity_id: "",
|
entity_id: "",
|
||||||
|
@@ -7,7 +7,10 @@ import "../ha-automation-condition";
|
|||||||
import type { ConditionElement } from "../ha-automation-condition-row";
|
import type { ConditionElement } from "../ha-automation-condition-row";
|
||||||
|
|
||||||
@customElement("ha-automation-condition-logical")
|
@customElement("ha-automation-condition-logical")
|
||||||
export class HaLogicalCondition extends LitElement implements ConditionElement {
|
export abstract class HaLogicalCondition
|
||||||
|
extends LitElement
|
||||||
|
implements ConditionElement
|
||||||
|
{
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
|
||||||
@property({ attribute: false }) public condition!: LogicalCondition;
|
@property({ attribute: false }) public condition!: LogicalCondition;
|
||||||
@@ -16,12 +19,6 @@ export class HaLogicalCondition extends LitElement implements ConditionElement {
|
|||||||
|
|
||||||
@property({ attribute: false }) public path?: ItemPath;
|
@property({ attribute: false }) public path?: ItemPath;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
|
||||||
return {
|
|
||||||
conditions: [],
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
return html`
|
return html`
|
||||||
<ha-automation-condition
|
<ha-automation-condition
|
||||||
|
@@ -1,8 +1,16 @@
|
|||||||
import { customElement } from "lit/decorators";
|
import { customElement } from "lit/decorators";
|
||||||
import { HaLogicalCondition } from "./ha-automation-condition-logical";
|
import { HaLogicalCondition } from "./ha-automation-condition-logical";
|
||||||
|
import { LogicalCondition } from "../../../../../data/automation";
|
||||||
|
|
||||||
@customElement("ha-automation-condition-not")
|
@customElement("ha-automation-condition-not")
|
||||||
export class HaNotCondition extends HaLogicalCondition {}
|
export class HaNotCondition extends HaLogicalCondition {
|
||||||
|
public static get defaultConfig(): LogicalCondition {
|
||||||
|
return {
|
||||||
|
condition: "not",
|
||||||
|
conditions: [],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
|
@@ -20,8 +20,9 @@ export default class HaNumericStateCondition extends LitElement {
|
|||||||
|
|
||||||
@state() private _inputBelowIsEntity?: boolean;
|
@state() private _inputBelowIsEntity?: boolean;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): NumericStateCondition {
|
||||||
return {
|
return {
|
||||||
|
condition: "numeric_state",
|
||||||
entity_id: "",
|
entity_id: "",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +1,16 @@
|
|||||||
import { customElement } from "lit/decorators";
|
import { customElement } from "lit/decorators";
|
||||||
import { HaLogicalCondition } from "./ha-automation-condition-logical";
|
import { HaLogicalCondition } from "./ha-automation-condition-logical";
|
||||||
|
import { LogicalCondition } from "../../../../../data/automation";
|
||||||
|
|
||||||
@customElement("ha-automation-condition-or")
|
@customElement("ha-automation-condition-or")
|
||||||
export class HaOrCondition extends HaLogicalCondition {}
|
export class HaOrCondition extends HaLogicalCondition {
|
||||||
|
public static get defaultConfig(): LogicalCondition {
|
||||||
|
return {
|
||||||
|
condition: "or",
|
||||||
|
conditions: [],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface HTMLElementTagNameMap {
|
interface HTMLElementTagNameMap {
|
||||||
|
@@ -86,8 +86,8 @@ export class HaStateCondition extends LitElement implements ConditionElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): StateCondition {
|
||||||
return { entity_id: "", state: "" };
|
return { condition: "state", entity_id: "", state: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public shouldUpdate(changedProperties: PropertyValues) {
|
public shouldUpdate(changedProperties: PropertyValues) {
|
||||||
|
@@ -17,8 +17,8 @@ export class HaSunCondition extends LitElement implements ConditionElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): SunCondition {
|
||||||
return {};
|
return { condition: "sun" };
|
||||||
}
|
}
|
||||||
|
|
||||||
private _schema = memoizeOne(
|
private _schema = memoizeOne(
|
||||||
|
@@ -13,8 +13,8 @@ export class HaTemplateCondition extends LitElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): TemplateCondition {
|
||||||
return { value_template: "" };
|
return { condition: "template", value_template: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
|
@@ -25,8 +25,8 @@ export class HaTimeCondition extends LitElement implements ConditionElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): TimeCondition {
|
||||||
return {};
|
return { condition: "time" };
|
||||||
}
|
}
|
||||||
|
|
||||||
private _schema = memoizeOne(
|
private _schema = memoizeOne(
|
||||||
|
@@ -27,8 +27,9 @@ export class HaTriggerCondition extends LitElement {
|
|||||||
|
|
||||||
private _unsub?: UnsubscribeFunc;
|
private _unsub?: UnsubscribeFunc;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): TriggerCondition {
|
||||||
return {
|
return {
|
||||||
|
condition: "trigger",
|
||||||
id: "",
|
id: "",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@@ -21,8 +21,9 @@ export class HaZoneCondition extends LitElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): ZoneCondition {
|
||||||
return {
|
return {
|
||||||
|
condition: "zone",
|
||||||
entity_id: "",
|
entity_id: "",
|
||||||
zone: "",
|
zone: "",
|
||||||
};
|
};
|
||||||
|
@@ -143,10 +143,9 @@ export default class HaAutomationTrigger extends LitElement {
|
|||||||
const elClass = customElements.get(
|
const elClass = customElements.get(
|
||||||
`ha-automation-trigger-${platform}`
|
`ha-automation-trigger-${platform}`
|
||||||
) as CustomElementConstructor & {
|
) as CustomElementConstructor & {
|
||||||
defaultConfig: Omit<Trigger, "platform">;
|
defaultConfig: Trigger;
|
||||||
};
|
};
|
||||||
triggers = this.triggers.concat({
|
triggers = this.triggers.concat({
|
||||||
platform: platform as any,
|
|
||||||
...elClass.defaultConfig,
|
...elClass.defaultConfig,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@@ -69,10 +69,12 @@ export class HaCalendarTrigger extends LitElement implements TriggerElement {
|
|||||||
] as const
|
] as const
|
||||||
);
|
);
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): CalendarTrigger {
|
||||||
return {
|
return {
|
||||||
|
platform: "calendar",
|
||||||
|
entity_id: "",
|
||||||
event: "start" as CalendarTrigger["event"],
|
event: "start" as CalendarTrigger["event"],
|
||||||
offset: 0,
|
offset: "0",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -25,8 +25,8 @@ export class HaConversationTrigger
|
|||||||
|
|
||||||
@query("#option_input", true) private _optionInput?: HaTextField;
|
@query("#option_input", true) private _optionInput?: HaTextField;
|
||||||
|
|
||||||
public static get defaultConfig(): Omit<ConversationTrigger, "platform"> {
|
public static get defaultConfig(): ConversationTrigger {
|
||||||
return { command: "" };
|
return { platform: "conversation", command: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
|
@@ -38,8 +38,9 @@ export class HaDeviceTrigger extends LitElement {
|
|||||||
|
|
||||||
private _origTrigger?: DeviceTrigger;
|
private _origTrigger?: DeviceTrigger;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): DeviceTrigger {
|
||||||
return {
|
return {
|
||||||
|
platform: "device",
|
||||||
device_id: "",
|
device_id: "",
|
||||||
domain: "",
|
domain: "",
|
||||||
entity_id: "",
|
entity_id: "",
|
||||||
|
@@ -19,8 +19,8 @@ export class HaEventTrigger extends LitElement implements TriggerElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): EventTrigger {
|
||||||
return { event_type: "" };
|
return { platform: "event", event_type: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
|
@@ -43,8 +43,9 @@ export class HaGeolocationTrigger extends LitElement {
|
|||||||
] as const
|
] as const
|
||||||
);
|
);
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): GeoLocationTrigger {
|
||||||
return {
|
return {
|
||||||
|
platform: "geo_location",
|
||||||
source: "",
|
source: "",
|
||||||
zone: "",
|
zone: "",
|
||||||
event: "enter" as GeoLocationTrigger["event"],
|
event: "enter" as GeoLocationTrigger["event"],
|
||||||
|
@@ -41,8 +41,9 @@ export class HaHassTrigger extends LitElement {
|
|||||||
] as const
|
] as const
|
||||||
);
|
);
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): HassTrigger {
|
||||||
return {
|
return {
|
||||||
|
platform: "homeassistant",
|
||||||
event: "start" as HassTrigger["event"],
|
event: "start" as HassTrigger["event"],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@@ -20,8 +20,8 @@ export class HaMQTTTrigger extends LitElement implements TriggerElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): MqttTrigger {
|
||||||
return { topic: "" };
|
return { platform: "mqtt", topic: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
|
@@ -237,8 +237,9 @@ export class HaNumericStateTrigger extends LitElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): NumericStateTrigger {
|
||||||
return {
|
return {
|
||||||
|
platform: "numeric_state",
|
||||||
entity_id: [],
|
entity_id: [],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@@ -70,8 +70,9 @@ export class HaPersistentNotificationTrigger
|
|||||||
] as const
|
] as const
|
||||||
);
|
);
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): PersistentNotificationTrigger {
|
||||||
return {
|
return {
|
||||||
|
platform: "persistent_notification",
|
||||||
update_type: [...DEFAULT_UPDATE_TYPES],
|
update_type: [...DEFAULT_UPDATE_TYPES],
|
||||||
notification_id: DEFAULT_NOTIFICATION_ID,
|
notification_id: DEFAULT_NOTIFICATION_ID,
|
||||||
};
|
};
|
||||||
|
@@ -48,8 +48,8 @@ export class HaStateTrigger extends LitElement implements TriggerElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): StateTrigger {
|
||||||
return { entity_id: [] };
|
return { platform: "state", entity_id: [] };
|
||||||
}
|
}
|
||||||
|
|
||||||
private _schema = memoizeOne(
|
private _schema = memoizeOne(
|
||||||
|
@@ -43,8 +43,9 @@ export class HaSunTrigger extends LitElement implements TriggerElement {
|
|||||||
] as const
|
] as const
|
||||||
);
|
);
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): SunTrigger {
|
||||||
return {
|
return {
|
||||||
|
platform: "sun",
|
||||||
event: "sunrise" as SunTrigger["event"],
|
event: "sunrise" as SunTrigger["event"],
|
||||||
offset: 0,
|
offset: 0,
|
||||||
};
|
};
|
||||||
|
@@ -19,8 +19,8 @@ export class HaTagTrigger extends LitElement implements TriggerElement {
|
|||||||
|
|
||||||
@state() private _tags?: Tag[];
|
@state() private _tags?: Tag[];
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): TagTrigger {
|
||||||
return { tag_id: "" };
|
return { platform: "tag", tag_id: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected firstUpdated(changedProperties: PropertyValues) {
|
protected firstUpdated(changedProperties: PropertyValues) {
|
||||||
|
@@ -22,8 +22,8 @@ export class HaTemplateTrigger extends LitElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): TemplateTrigger {
|
||||||
return { value_template: "" };
|
return { platform: "template", value_template: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public willUpdate(changedProperties: PropertyValues) {
|
public willUpdate(changedProperties: PropertyValues) {
|
||||||
|
@@ -19,8 +19,8 @@ export class HaTimeTrigger extends LitElement implements TriggerElement {
|
|||||||
|
|
||||||
@state() private _inputMode?: boolean;
|
@state() private _inputMode?: boolean;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): TimeTrigger {
|
||||||
return { at: "" };
|
return { platform: "time", at: "" };
|
||||||
}
|
}
|
||||||
|
|
||||||
private _schema = memoizeOne(
|
private _schema = memoizeOne(
|
||||||
|
@@ -21,8 +21,8 @@ export class HaTimePatternTrigger extends LitElement implements TriggerElement {
|
|||||||
|
|
||||||
@property({ type: Boolean }) public disabled = false;
|
@property({ type: Boolean }) public disabled = false;
|
||||||
|
|
||||||
public static get defaultConfig() {
|
public static get defaultConfig(): TimePatternTrigger {
|
||||||
return {};
|
return { platform: "time_pattern" };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected render() {
|
protected render() {
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user