gilliginsisland

Results 5 comments of gilliginsisland

providing gui editor support can be done by adding these lines to custom js ```javascript window.customElements.get('vertical-stack-in-card').getConfigElement = function() { return document.createElement('hui-stack-card-editor'); } ``` It basically adds the required `getConfigElement` and...

The sample code I wrote doesn’t do more than one camera in its current form but it should be trivial to add that ability. rtsp-simple-server allows multiple paths so u...

@patsch9 Thats awesome. I use home assistant core so I couldn't make changes to the add-on and test it. Happy you implemented it! I saw the update to rtsp-simple-server and...

I dont actually know that answer, I only use it for the stick up cam and I dont use the regular integration. I only use it as an on demand...

Yeah I agree. A $20 camera on amazon has PTZ and a local RTSP stream that doesn't require workarounds to get into home assistant. But a $150 camera can come...