give pollingintensity default value (#1059)

This commit is contained in:
John Arild Berentsen 2018-04-01 21:03:32 +02:00 committed by Paulus Schoutsen
parent efa956a0b5
commit 1cda7791c1

View File

@ -429,6 +429,7 @@ class HaConfigZwave extends window.hassMixins.LocalizeMixin(Polymer.Element) {
entityPollingIntensity: {
type: Number,
value: 0,
},
};
}