1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Pre-construct frontend index.html (#10520)

* Pre-construct frontend index.html

* Cache templates

* Update frontend to 20171111.0

* Fix iframe panel test
This commit is contained in:
Paulus Schoutsen
2017-11-11 15:22:05 -08:00
committed by GitHub
parent 96e7944fa8
commit c8648fbfb8
5 changed files with 42 additions and 183 deletions

View File

@@ -34,7 +34,7 @@ class TestPanelIframe(unittest.TestCase):
})
@patch.dict('hass_frontend_es5.FINGERPRINTS',
{'panels/ha-panel-iframe.html': 'md5md5'})
{'iframe': 'md5md5'})
def test_correct_config(self):
"""Test correct config."""
assert setup.setup_component(