Skip to content

Commit

Permalink
Fix error in urls in manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldotnl committed May 4, 2021
1 parent 49ac853 commit a77036e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/multiscrape/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"domain": "multiscrape",
"name": "Multiscrape scraping component",
"documentation": "https://github.com/danieldotnl/multiscrape",
"issue_tracker": "https://github.com/danieldotnl/multiscrape/issues",
"documentation": "https://github.com/danieldotnl/ha-multiscrape",
"issue_tracker": "https://github.com/danieldotnl/ha-multiscrape/issues",
"requirements": ["lxml", "beautifulsoup4==4.9.3"],
"config_flow": false,
"version": "3.0.0",
Expand Down

0 comments on commit a77036e

Please sign in to comment.