`;
diff --git a/src/panels/profile/ha-pick-language-row.ts b/src/panels/profile/ha-pick-language-row.ts
index eb5fa06d61..09ccbb9a6f 100644
--- a/src/panels/profile/ha-pick-language-row.ts
+++ b/src/panels/profile/ha-pick-language-row.ts
@@ -27,7 +27,7 @@ export class HaPickLanguageRow extends LitElement {
${this._todoListSupportsFeature(
TodoListEntityFeature.SET_DUE_DATETIME_ON_ITEM
diff --git a/src/state-summary/state-card-content.ts b/src/state-summary/state-card-content.ts
index f2c72f7282..b2c87e8749 100644
--- a/src/state-summary/state-card-content.ts
+++ b/src/state-summary/state-card-content.ts
@@ -36,7 +36,7 @@ class StateCardContent extends LitElement {
@property({ attribute: false }) public stateObj!: HassEntity;
- @property({ attribute: false, type: Boolean }) public inDialog = false;
+ @property({ attribute: "in-dialog", type: Boolean }) public inDialog = false;
protected render() {
let stateCard: string;