Collection of fixes and improvements (#516)

This commit is contained in:
Franck Nijhof
2020-05-11 17:12:01 +02:00
committed by GitHub
parent b31d871c6a
commit 08884e2cca
60 changed files with 448 additions and 407 deletions

View File

@@ -26,7 +26,7 @@ The Home Assistant user interface is currently served to browsers in modern Java
If you do need to run with ES5 support, you will need to load the ES5 custom elements adapter before defining your element:
```js
```javascript
window.loadES5Adapter().then(function() {
customElements.define('my-panel', MyCustomPanel)
});