Skip to content

Customize which attribute changes are considered a manual change #109

@mikeage

Description

@mikeage

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions