Skip to content

Commit

Permalink
fix preset warning (#36110)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterjm authored and frenck committed May 26, 2020
1 parent 79ed8b0 commit ef3019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/onvif/device.py
Expand Up @@ -424,7 +424,7 @@ async def async_perform_ptz(
"PTZ preset '%s' does not exist on device '%s'. Available Presets: %s",
preset_val,
self.name,
profile.ptz.presets.join(", "),
", ".join(profile.ptz.presets),
)
return

Expand Down

0 comments on commit ef3019f

Please sign in to comment.