Editor support for dependent cameras.

This commit is contained in:
Dermot Duffy
2022-04-23 15:15:35 -07:00
parent 5631850e6d
commit f8784bfc32
6 changed files with 117 additions and 62 deletions
+6 -5
View File
@@ -28,10 +28,6 @@
display: grid;
margin-bottom: 10px;
}
ha-formfield {
padding-bottom: 8px;
}
div.upgrade {
width: auto;
border: 1px dotted var(--primary-color);
@@ -78,4 +74,9 @@ div.upgrade span {
}
span.info {
padding: 4px;
}
}
ha-selector {
padding: 10px;
border: 1px solid var(--divider-color);
}