Skip to content

Commit 2ebff5e

Browse files
author
Ryan Meek
authored
Merge pull request #21 from pinkywafer/patch-1
Create resources.json
2 parents b0fbe80 + 37dfabb commit 2ebff5e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

custom_components/plex_recently_added/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from homeassistant.const import CONF_HOST, CONF_PORT, CONF_SSL
1919
from homeassistant.helpers.entity import Entity
2020

21-
__version__ = '0.2.5'
21+
__version__ = '0.2.6'
2222

2323
_LOGGER = logging.getLogger(__name__)
2424

resources.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"https://raw.githubusercontent.com/custom-components/sensor.plex_recently_added/master/custom_components/plex_recently_added/__init__.py",
3+
"https://raw.githubusercontent.com/custom-components/sensor.plex_recently_added/master/custom_components/plex_recently_added/manifest.json"
4+
]

0 commit comments

Comments
 (0)