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 the active sensors to the sensor attributes #1045

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

Conversation

apocaliss92
Copy link

No description provided.

@nielsfaber
Copy link
Owner

Thanks for your PR.
Since the discussion about the change is still ongoing, I will not merge this yet.
Hope you can participate in the discussion so we can work towards the final implementation.

@@ -504,6 +508,8 @@ async def async_added_to_hass(self):
self.open_sensors = state.attributes["open_sensors"]
if "bypassed_sensors" in state.attributes:
self._bypassed_sensors = state.attributes["bypassed_sensors"]
if "actve_sensors" in state.attributes:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo that'll come back to bite you ;) (just passing by)

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.

3 participants