mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 00:36:34 +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 {
|
return {
|
||||||
hass: Object,
|
hass: Object,
|
||||||
isWide: Boolean,
|
isWide: Boolean,
|
||||||
pushSupported: Boolean,
|
pushSupported: {
|
||||||
|
type: Boolean,
|
||||||
|
notify: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user