Initial attempt to get camera name from entity unique_id.

This commit is contained in:
Dermot Duffy
2021-09-26 20:36:54 -07:00
parent 70ffc0364d
commit 423bd9fd2b
7 changed files with 155 additions and 79 deletions
+5 -1
View File
@@ -5,4 +5,8 @@
align-items: center;
box-sizing: border-box;
padding: 10%;
}
}
.message a {
color: var(--primary-text-color, white);
}