Add dev info to frontend urls

This commit is contained in:
Paulus Schoutsen
2015-11-09 21:48:36 -08:00
parent fda65a4934
commit 27b001df2b
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ _LOGGER = logging.getLogger(__name__)
FRONTEND_URLS = [
URL_ROOT, '/logbook', '/history', '/map', '/devService', '/devState',
'/devEvent']
'/devEvent', '/devInfo']
STATES_URL = re.compile(r'/states(/([a-zA-Z\._\-0-9/]+)|)')
_FINGERPRINT = re.compile(r'^(\w+)-[a-z0-9]{32}\.(\w+)$', re.IGNORECASE)