Skip to content

Commit fade20b

Browse files
author
MKR
authored
Update sensor.py
1 parent 62ac591 commit fade20b

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

2323
_LOGGER = logging.getLogger(__name__)
2424

0 commit comments

Comments
 (0)