Skip to content

Commit d4e3ec8

Browse files
authored
Remove pulse from security dashboard alerts (#53784)
1 parent 6516b8d commit d4e3ec8

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/panels/security/strategies/security-alerts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export const computeSecurityAlertCardConfig = (
8484
type: "alert",
8585
entity: alertEntity.entity,
8686
color: severity === "alert" ? "red" : "amber",
87-
pulse: severity === "alert",
8887
visibility: computeDefaultSecurityAlertVisibility(alertEntity.entity),
8988
};
9089
};

test/panels/security/strategies/security-alerts.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ describe("computeSecurityAlertCardConfig", () => {
3838
type: "alert",
3939
entity: "binary_sensor.smoke",
4040
color: "red",
41-
pulse: true,
4241
visibility: [
4342
{
4443
condition: "state",

test/panels/security/strategies/security-view-strategy.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ describe("security-view-strategy", () => {
4444
type: "alert",
4545
entity: "binary_sensor.window",
4646
color: "amber",
47-
pulse: false,
4847
visibility: [
4948
{
5049
condition: "state",

0 commit comments

Comments
 (0)