-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
EnhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The TC55 floodlight has 3 PIR sensors that can be individually configured with the Tapo app. HASS does not provide a way to view and set these values.
Describe the solution you'd like
HASS should have an enable toggle and sensitivity adjustment for each sensor.
Describe alternatives you've considered
Additional context
pytapo supports setPirDetConfig and getPirDetConfig, as well as getPirDetCapability.
getPirDetCapability can be used to query the number of sensors present and max sensitivity for the integration, and then setPirDetConfig can set enabled status (channel_enabled) and and sensitivity level (sensitivity).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request
