Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add watched_lights config option #568

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Add watched_lights config option #568

wants to merge 25 commits into from

Conversation

th3w1zard1
Copy link
Collaborator

@th3w1zard1 th3w1zard1 commented Apr 10, 2023

Closes #451 Requires #512

Adds the following config option:
watched_lights

Documentation:
Use this dictionary of lights to check for manually controlled events in addition to the main lights 🌟 Example: {light.watch_light: light.main_light} will fire manually controlled events to light.main_light

Default:
{}

Type:
dictionary of entity_ids pointing to the main lights they reference

@th3w1zard1 th3w1zard1 reopened this Apr 10, 2023
@th3w1zard1
Copy link
Collaborator Author

Good to know test_state_change_handlers works. Will fix later.

@th3w1zard1
Copy link
Collaborator Author

Exact test actually fails in alt_detect_method

@th3w1zard1
Copy link
Collaborator Author

fixed - it now passes

@th3w1zard1 th3w1zard1 changed the title Add watched lights Add watched_lights config option Apr 10, 2023
th3w1zard1 added a commit that referenced this pull request Apr 10, 2023
th3w1zard1 added a commit that referenced this pull request Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Take Over Control When Group Is Mismatched (watched_lights)
2 participants