Skip to content

Commit

Permalink
move manifest.json (#4)
Browse files Browse the repository at this point in the history
* Rename manifest.json to custom_components/gpodder/manifest.json

* Update resources.json

* version bump

* remove un-needed resource

(automatically downloaded)
  • Loading branch information
pinkywafer authored and iantrich committed May 6, 2019
1 parent 16bc159 commit 092f19e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/gpodder/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Base component constants
DOMAIN = "gpodder"
DOMAIN_DATA = "{}_data".format(DOMAIN)
VERSION = "1.0.3"
VERSION = "1.0.4"
PLATFORMS = ["sensor"]
REQUIRED_FILES = ["const.py", "sensor.py"]
REQUIREMENTS = ["mygpoclient==1.8", "podcastparser==0.6.4"]
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions resources.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/gpodder/__init__.py",
"https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/gpodder/const.py",
"https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/gpodder/sensor.py"
]
"https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/gpodder/sensor.py",
"https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/gpodder/manifest.json"
]

0 comments on commit 092f19e

Please sign in to comment.