mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Update frontend with view url sync
This commit is contained in:
parent
b13008201e
commit
4233c0bc66
@ -21,7 +21,9 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
FRONTEND_URLS = [
|
FRONTEND_URLS = [
|
||||||
URL_ROOT, '/logbook', '/history', '/map', '/devService', '/devState',
|
URL_ROOT, '/logbook', '/history', '/map', '/devService', '/devState',
|
||||||
'/devEvent', '/devInfo', '/devTemplate', '/states']
|
'/devEvent', '/devInfo', '/devTemplate',
|
||||||
|
re.compile(r'/states(/([a-zA-Z\._\-0-9/]+)|)'),
|
||||||
|
]
|
||||||
|
|
||||||
_FINGERPRINT = re.compile(r'^(\w+)-[a-z0-9]{32}\.(\w+)$', re.IGNORECASE)
|
_FINGERPRINT = re.compile(r'^(\w+)-[a-z0-9]{32}\.(\w+)$', re.IGNORECASE)
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||||
VERSION = "faf06b8c623bb70b632da9b3282a228f"
|
VERSION = "d3490eb2c77bfe127e09c8c1ad148580"
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
Subproject commit 917f9d8519c8510febe4fec28fa706c9b1a7754a
|
Subproject commit 8524390ae5b6a28f9bf3472cd9643765de7a3425
|
Loading…
x
Reference in New Issue
Block a user