Skip to content

Commit b0fbe80

Browse files
author
Ryan Meek
authored
Update sensor.py
1 parent 63086a4 commit b0fbe80

File tree

1 file changed

+1
-1
lines changed
  • custom_components/plex_recently_added

1 file changed

+1
-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.4'
21+
__version__ = '0.2.5'
2222

2323
_LOGGER = logging.getLogger(__name__)
2424

0 commit comments

Comments
 (0)