iloveicedgreentea / jvc_homeassistant

JVC Integration for Home Assistant
20 stars 4 forks source link

Check for signal before getting HDR data #32

Closed jkeljo closed 1 year ago

jkeljo commented 1 year ago

On my NX5, the get_hdr_data call fails if there's no signal at the time. That slows down Home Assistant's updates since it has to wait for all the timeouts and retries. This PR checks for signal before trying to get the HDR data.

Requires https://github.com/iloveicedgreentea/jvc_projector_improved/pull/22