Add time option for backup schedule (#23757)

Co-authored-by: Wendelin <w@pe8.at>
This commit is contained in:
Bram Kragten
2025-01-21 11:58:07 +01:00
committed by GitHub
parent e994e3565d
commit 7535d66373
9 changed files with 621 additions and 259 deletions

View File

@@ -337,6 +337,7 @@ export class HaBaseTimeInput extends LitElement {
}
.time-input-wrap {
display: flex;
flex: 1;
border-radius: var(--mdc-shape-small, 4px) var(--mdc-shape-small, 4px) 0 0;
overflow: hidden;
position: relative;
@@ -345,6 +346,7 @@ export class HaBaseTimeInput extends LitElement {
}
ha-textfield {
width: 55px;
flex-grow: 1;
text-align: center;
--mdc-shape-small: 0;
--text-field-appearance: none;