mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +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",
|
"PTZ preset '%s' does not exist on device '%s'. Available Presets: %s",
|
||||||
preset_val,
|
preset_val,
|
||||||
self.name,
|
self.name,
|
||||||
profile.ptz.presets.join(", "),
|
", ".join(profile.ptz.presets),
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user