Skip to content

Feature Request: Expose CLIPGenericFlag sensors/switches to Home Assistant #14

@snozzlebert

Description

@snozzlebert

Possible implementations:

  • Expose the flag as a binary_sensor
    or
  • Expose them as a switch:
    Map flag true to state 'on' and flag false to state 'off'
    turn_on service to PUT /sensors/#/state {"flag": true}
    turn_off service to PUT /sensors/#/state {"flag": false}

I would prefer the second one.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions