Make "Events" dev tools use screen space better (#7449)

This commit is contained in:
Philip Allgaier
2021-04-26 12:09:50 +02:00
committed by GitHub
parent 96d6e337be
commit cba3992d2b
8 changed files with 57 additions and 39 deletions

View File

@@ -129,7 +129,8 @@ class HuiGenericEntityRow extends LitElement {
stateObj.attributes.brightness
? html`${Math.round(
(stateObj.attributes.brightness / 255) * 100
)} %`
)}
%`
: "")}
</div>
`