Update frontend
parent
0dbc023f5b
commit
809e613148
homeassistant/components
|
@ -8,7 +8,7 @@ the user has submitted configuration information.
|
|||
"""
|
||||
import logging
|
||||
|
||||
from homeassistant.const import EVENT_TIME_CHANGED
|
||||
from homeassistant.const import EVENT_TIME_CHANGED, ATTR_FRIENDLY_NAME
|
||||
from homeassistant.helpers.entity import generate_entity_id
|
||||
|
||||
DOMAIN = "configurator"
|
||||
|
@ -118,6 +118,7 @@ class Configurator(object):
|
|||
data = {
|
||||
ATTR_CONFIGURE_ID: request_id,
|
||||
ATTR_FIELDS: fields,
|
||||
ATTR_FRIENDLY_NAME: name,
|
||||
}
|
||||
|
||||
data.update({
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
"""DO NOT MODIFY. Auto-generated by build_frontend script."""
|
||||
CORE = "c104bd9f39a2b228058e601050036107"
|
||||
UI = "5373a6e2b921b9639fe739cd4c79f741"
|
||||
CORE = "0a5b3739e65f200db478e6279cb9a526"
|
||||
UI = "96e99a06caef7f239350d160d81e319c"
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit 0d4c1be2f89843dc42fca0000f8952d523399c8f
|
||||
Subproject commit 168cdb80ecc5378404805e7bba9c2694b7e87d0f
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
|
||||
/* eslint-disable quotes, comma-spacing */
|
||||
var PrecacheConfig = [["/","5adc44677d331e4e19192fa0dc5a2756"],["/devEvent","5adc44677d331e4e19192fa0dc5a2756"],["/devInfo","5adc44677d331e4e19192fa0dc5a2756"],["/devService","5adc44677d331e4e19192fa0dc5a2756"],["/devState","5adc44677d331e4e19192fa0dc5a2756"],["/devTemplate","5adc44677d331e4e19192fa0dc5a2756"],["/history","5adc44677d331e4e19192fa0dc5a2756"],["/logbook","5adc44677d331e4e19192fa0dc5a2756"],["/map","5adc44677d331e4e19192fa0dc5a2756"],["/states","5adc44677d331e4e19192fa0dc5a2756"],["/static/core-c104bd9f39a2b228058e601050036107.js","0b7730b8d09db9fea5f396e727f9a2b6"],["/static/frontend-5373a6e2b921b9639fe739cd4c79f741.html","5adc44677d331e4e19192fa0dc5a2756"],["/static/mdi-9ee3d4466a65bef35c2c8974e91b37c0.html","9a6846935116cd29279c91e0ee0a26d0"],["static/favicon-192x192.png","419903b8422586a7e28021bbe9011175"],["static/fonts/roboto/Roboto-Bold.ttf","d329cc8b34667f114a95422aaad1b063"],["static/fonts/roboto/Roboto-Light.ttf","7b5fb88f12bec8143f00e21bc3222124"],["static/fonts/roboto/Roboto-Medium.ttf","fe13e4170719c2fc586501e777bde143"],["static/fonts/roboto/Roboto-Regular.ttf","ac3f799d5bbaf5196fab15ab8de8431c"],["static/images/card_media_player_bg.png","a34281d1c1835d338a642e90930e61aa"],["static/webcomponents-lite.min.js","b0f32ad3c7749c40d486603f31c9d8b1"]];
|
||||
var PrecacheConfig = [["/","79c374af1bf0e8fcc8a468830611879a"],["/devEvent","79c374af1bf0e8fcc8a468830611879a"],["/devInfo","79c374af1bf0e8fcc8a468830611879a"],["/devService","79c374af1bf0e8fcc8a468830611879a"],["/devState","79c374af1bf0e8fcc8a468830611879a"],["/devTemplate","79c374af1bf0e8fcc8a468830611879a"],["/history","79c374af1bf0e8fcc8a468830611879a"],["/logbook","79c374af1bf0e8fcc8a468830611879a"],["/map","79c374af1bf0e8fcc8a468830611879a"],["/states","79c374af1bf0e8fcc8a468830611879a"],["/static/core-0a5b3739e65f200db478e6279cb9a526.js","91a752bf252f5a57906040bdc2b8f26a"],["/static/frontend-96e99a06caef7f239350d160d81e319c.html","79c374af1bf0e8fcc8a468830611879a"],["/static/mdi-9ee3d4466a65bef35c2c8974e91b37c0.html","9a6846935116cd29279c91e0ee0a26d0"],["static/favicon-192x192.png","419903b8422586a7e28021bbe9011175"],["static/fonts/roboto/Roboto-Bold.ttf","d329cc8b34667f114a95422aaad1b063"],["static/fonts/roboto/Roboto-Light.ttf","7b5fb88f12bec8143f00e21bc3222124"],["static/fonts/roboto/Roboto-Medium.ttf","fe13e4170719c2fc586501e777bde143"],["static/fonts/roboto/Roboto-Regular.ttf","ac3f799d5bbaf5196fab15ab8de8431c"],["static/images/card_media_player_bg.png","a34281d1c1835d338a642e90930e61aa"],["static/webcomponents-lite.min.js","b0f32ad3c7749c40d486603f31c9d8b1"]];
|
||||
/* eslint-enable quotes, comma-spacing */
|
||||
var CacheNamePrefix = 'sw-precache-v1--' + (self.registration ? self.registration.scope : '') + '-';
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue