mirror of
https://github.com/home-assistant/core.git
synced 2025-06-20 21:17:06 +00:00

* Mark camera unavailable when keepalive stream fails Add a listener in stream that notifies camera when the stream state has changed, and use that to inform the camera `available` property. Update the property to be set only from the main loop where it is read to reduce thread safety races. Issue #54659 * Fix pylint import related errors * Address lint naming errors * Apply suggestions from code review Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>