Skip to content

Commit

Permalink
Fixed attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello committed Nov 25, 2017
1 parent 7ab8f96 commit 9d90115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/camera/ring.py
Expand Up @@ -60,7 +60,7 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None):

# show notification for all cameras without an active subscription
if cams_no_plan:
cameras = str(', '.join([camera for camera in cams_no_plan]))
cameras = str(', '.join([camera.name for camera in cams_no_plan]))

err_msg = '''A Ring Protect Plan is required for the''' \
''' following cameras: {}.'''.format(cameras)
Expand Down

0 comments on commit 9d90115

Please sign in to comment.