From 8dde92d572ea3445826d48b9f48988c3a4414075 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sun, 10 Dec 2017 12:57:58 -0500 Subject: [PATCH] Fix pushSupported not bubbling to config-core (#721) --- panels/config/core/ha-config-section-push-notifications.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/panels/config/core/ha-config-section-push-notifications.html b/panels/config/core/ha-config-section-push-notifications.html index 48a8ec7960..149e6167aa 100644 --- a/panels/config/core/ha-config-section-push-notifications.html +++ b/panels/config/core/ha-config-section-push-notifications.html @@ -44,7 +44,10 @@ class HaConfigSectionPushNotifications extends Polymer.Element { return { hass: Object, isWide: Boolean, - pushSupported: Boolean, + pushSupported: { + type: Boolean, + notify: true, + }, }; } }