Fix pushSupported not bubbling to config-core (#721)

This commit is contained in:
Adam Mills 2017-12-10 12:57:58 -05:00 committed by Paulus Schoutsen
parent baccd6fb88
commit 8dde92d572

View File

@ -44,7 +44,10 @@ class HaConfigSectionPushNotifications extends Polymer.Element {
return {
hass: Object,
isWide: Boolean,
pushSupported: Boolean,
pushSupported: {
type: Boolean,
notify: true,
},
};
}
}