Basic configuration upgrade support.

This commit is contained in:
Dermot Duffy
2021-11-06 10:11:12 -07:00
parent 80218957b6
commit be76d5bb24
8 changed files with 462 additions and 147 deletions
+12
View File
@@ -25,3 +25,15 @@
ha-formfield {
padding-bottom: 8px;
}
div.upgrade {
width: auto;
border: 1px dotted var(--primary-color);
margin: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
div.upgrade span {
padding: 10px;
}
+4
View File
@@ -1,3 +1,7 @@
:host {
--video-max-height: none;
}
canvas {
width: 100%;
display: block;