Skip to content

Anti-windup config setting should be float, not int #53

@rfaelens

Description

@rfaelens

The anti-windup setting in https://github.com/soloam/ha-pid-controller/blob/master/custom_components/pid_controller/sensor.py#L406 is currently cast to int().

This is not required, as it is directly sent to PIDController, where this is used as a float().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions