mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
fix preset warning (#36110)
This commit is contained in:
parent
79ed8b03dc
commit
ef3019f922
@ -424,7 +424,7 @@ class ONVIFDevice:
|
||||
"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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user