Fix camera entity picture 401

This commit is contained in:
Paulus Schoutsen 2016-05-27 01:27:00 -07:00
parent 4a667eb77e
commit 2621941919

View File

@ -53,7 +53,7 @@ export default new Polymer({
updateCameraFeedSrc(stateObj) {
const attr = stateObj.attributes;
const time = (new Date()).getTime();
this.cameraFeedSrc = `${attr.entity_picture}?token=${attr.access_token}&time=${time}`;
this.cameraFeedSrc = `${attr.entity_picture}&time=${time}`;
},
imageLoadSuccess() {