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, + }, }; } }