121 files

This commit is contained in:
Home Assistant Version Control
2026-07-27 13:30:38 +00:00
parent e36b8a1a22
commit 13cb612f61
121 changed files with 248 additions and 4150 deletions
@@ -211,6 +211,14 @@ export class MaintenanceSupporterCardEditor extends LitElement {
></ha-switch>
</ha-formfield>
<ha-formfield label="${t("responsible_user", L)}">
<ha-switch
.checked=${this._config.show_assignee !== false}
@change=${(e: Event) =>
this._valueChanged("show_assignee", (e.target as HTMLInputElement).checked)}
></ha-switch>
</ha-formfield>
<ha-formfield label="${t("card_compact", L)}">
<ha-switch
.checked=${this._config.compact || false}