resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant
MIT License
1.63k stars 278 forks source link

fix(CAMERA_STREAM): fix frozen streams playing on load #694

Closed rchl closed 3 years ago

rchl commented 3 years ago

"$scope.$watch('entity', requestStream)" requested the stream and started playing the stream even when "frozen" was true. Refactored a bit to fix that. The code is getting kinda messy but whatever.