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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user