Feature: Turn on wired flood lights when the network is not busy#1258
Open
nagolnad wants to merge 13 commits into
Open
Feature: Turn on wired flood lights when the network is not busy#1258nagolnad wants to merge 13 commits into
nagolnad wants to merge 13 commits into
Conversation
added 11 commits
July 4, 2026 22:23
fronzbot
requested changes
Jul 9, 2026
fronzbot
left a comment
Owner
There was a problem hiding this comment.
Nice and simple, thanks! Will merge after the git ignore fix 👍
Owner
|
You removed way too much in your latest commit. There were two lines you added, just remove those |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Adds the ability to turn on the wired flood lights when the network is not busy. Tested and works with this model flood light https://www.amazon.com/dp/B0B5VGZTXH?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_5
Ran a number tests with mtmweb this to see if I could determine how the Blink app is able to turn the flood light on/off while the camera is in use but could not see any rest call activity when toggling the light. This is the compromise right now. If the Blink network is idle, you can toggle the flood light on/off. My goal is to be able to control the flood lights via proximity/motion/light switch in Home Assistant so most of the time I would want to toggle the light on, the camera will not be in use.
Python is not my first language and I am not a super contributor so if there is anything I need to do to satisfy the merge requirements, let me know.
Related issue (if applicable): fixes #583 ]
Checklist:
toxrun successfully PR cannot be meged unless tests pass