mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix pushSupported not bubbling to config-core (#721)
This commit is contained in:
parent
baccd6fb88
commit
8dde92d572
@ -44,7 +44,10 @@ class HaConfigSectionPushNotifications extends Polymer.Element {
|
||||
return {
|
||||
hass: Object,
|
||||
isWide: Boolean,
|
||||
pushSupported: Boolean,
|
||||
pushSupported: {
|
||||
type: Boolean,
|
||||
notify: true,
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user