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

Customize which attribute changes are considered a manual change #109

Closed
mikeage opened this issue Dec 17, 2019 · 0 comments
Closed

Customize which attribute changes are considered a manual change #109

mikeage opened this issue Dec 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mikeage
Copy link
Contributor

mikeage commented Dec 17, 2019

See #98 for the initial discussion

Is your feature request related to a problem? Please describe.
Currently, any manual change to an entity that is ON is considered as a manual change that, as per requirement 3.2, puts EC in a blocked state. This feature request is for the ability to ignore certain changes.

Specifically, in my case, I use https://github.com/claytonjn/hass-circadian_lighting, which adjusts brightness and color temperature over the course of the day. I don't want these changes to be considered as manual changes that would disable EC.

Describe the solution you'd like

  mtn_office:
    sensor: binary_sensor.office_motion
    trigger_on_activate: light.office_led
    delay: 120
    state_attributes_ignore:
        - brightness
        - color_temp

Describe alternatives you've considered
ignoring it :-)

Additional context
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants