Skip to content

Commit

Permalink
Merge pull request #33 from JurajNyiri/2.1.1
Browse files Browse the repository at this point in the history
Fix: Component does not initiate in HomeAssistant 0.116.3
  • Loading branch information
JurajNyiri authored Oct 15, 2020
2 parents cfe0d7f + 0306316 commit c3f112c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion custom_components/tapo_control/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"documentation": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control",
"issue_tracker": "https://github.com/JurajNyiri/HomeAssistant-Tapo-Control/issues",
"codeowners": ["@JurajNyiri"],
"requirements": ["pytapo==0.11","onvif-zeep-async==0.5.0"],
"requirements": [
"pytapo==0.11",
"onvif-zeep-async==0.6.0",
"zeep[async]==3.4.0"
],
"dependencies": ["ffmpeg"],
"config_flow": true
}
Expand Down

0 comments on commit c3f112c

Please sign in to comment.