JurajNyiri / HomeAssistant-Tapo-Control

Control for Tapo cameras as a Home Assistant component
Apache License 2.0
967 stars 81 forks source link

Feature Request: Event on video downloaded #435

Open sshalyminov opened 8 months ago

sshalyminov commented 8 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I want to have notifications and process some way video downloaded from cameras (for example send to device/chat/AI recognition/etc). I need to know when file is downloaded for any of such tasks.

Describe the solution you'd like A clear and concise description of what you want to happen.

Create event in HA on every downloaded file. Preferably with camera name and full file path or at least file name as event parameters. This will allow to subscribe to these events in automation and process everything.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

None

Additional context Add any other context or screenshots about the feature request here.

None