Renamed Device to Browser throughout

This commit is contained in:
2022-07-18 20:51:07 +00:00
parent 3bf2481e5b
commit acc4a15e02
18 changed files with 227 additions and 369 deletions

View File

@@ -47,7 +47,7 @@ class BrowserPlayer extends LitElement {
composed: true,
cancelable: false,
detail: {
entityId: window.browser_mod.deviceEntities?.player,
entityId: window.browser_mod.browserEntities?.player,
},
})
);
@@ -98,7 +98,7 @@ class BrowserPlayer extends LitElement {
</ha-icon-button>
</div>
<div class="device-id">${window.browser_mod.deviceID}</div>
<div class="browser-id">${window.browser_mod.browserID}</div>
</ha-card>
`;
}
@@ -116,7 +116,7 @@ class BrowserPlayer extends LitElement {
width: 24px;
padding: 8px;
}
.device-id {
.browser-id {
opacity: 0.7;
font-size: xx-small;
margin-top: -10px;