Skip to content

Commit

Permalink
Create resources.json (#14)
Browse files Browse the repository at this point in the history
* Create resources.json

* move manifest.json

* version bump
  • Loading branch information
pinkywafer authored and iantrich committed May 6, 2019
1 parent 5752472 commit c126d85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion custom_components/feedparser/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.components.sensor import (PLATFORM_SCHEMA)

__version__ = '0.0.4'
__version__ = '0.0.5'
_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['feedparser']
Expand Down
4 changes: 4 additions & 0 deletions resources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"https://raw.githubusercontent.com/custom-components/sensor.feedparser/master/custom_components/feedparser/__init__.py",
"https://raw.githubusercontent.com/custom-components/sensor.feedparser/master/custom_components/feedparser/manifest.json"
]

0 comments on commit c126d85

Please sign in to comment.