diff --git a/homeassistant/components/onvif/device.py b/homeassistant/components/onvif/device.py index 8ede2ab24cd..599e6084581 100644 --- a/homeassistant/components/onvif/device.py +++ b/homeassistant/components/onvif/device.py @@ -386,7 +386,7 @@ class ONVIFDevice: # Guard against unsupported operation if not profile.ptz.relative: LOGGER.warning( - "ContinuousMove not supported on device '%s'", self.name + "RelativeMove not supported on device '%s'", self.name ) return @@ -403,7 +403,7 @@ class ONVIFDevice: # Guard against unsupported operation if not profile.ptz.absolute: LOGGER.warning( - "ContinuousMove not supported on device '%s'", self.name + "AbsoluteMove not supported on device '%s'", self.name ) return