Skip to content

Commit 6fcad0b

Browse files
authored
Update sensor.py
1 parent 39609e1 commit 6fcad0b

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
@@ -44,7 +44,7 @@
4444
vol.Optional(CONF_PORT, default=32400): cv.port,
4545
vol.Optional(CONF_SECTION_TYPES,
4646
default=['movie', 'show']): vol.All(cv.ensure_list, [cv.string]),
47-
vol.Optional(CONF_RESOLUTION, default=200): cv.positive_int
47+
vol.Optional(CONF_RESOLUTION, default=200): cv.positive_int,
4848
vol.Optional(CONF_IMG_CACHE,
4949
default='/upcoming-media-card-images/plex/'): cv.string
5050
})

0 commit comments

Comments
 (0)